26 lines
828 B
HTML
26 lines
828 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Juju</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.6">
|
|
<link rel="stylesheet" href="../../assets/style.css">
|
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<article>
|
|
<h1>Introduction à la rétro-ingénierie et à l'exploitation logicielle</h1>
|
|
<h2>
|
|
<a href="https://www.youtube.com/watch?v=5g2eZSST7YE">
|
|
<i class="ri-youtube-line"></i>
|
|
</a>
|
|
|
|
<a href="binary_exploitation.pdf">
|
|
<i class="ri-slideshow-line"></i>
|
|
</a>
|
|
</h2>
|
|
</article>
|
|
</body>
|
|
</html>
|
|
|