You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: latest/_sources/index.rst.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@
9
9
10
10
----
11
11
12
+
Looking for previous versions?
13
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
+
15
+
Go to https://docs.libdebug.org/archive/VERSION to find the documentation for a specific version of libdebug.
16
+
17
+
e.g, for version 0.5.0, go to https://docs.libdebug.org/archive/0.5.0
18
+
12
19
Quick Start
13
20
====================================
14
21
Welcome to libdebug! This powerful Python library can be used to debug your binary executables programmatically, providing a robust, user-friendly interface.
<h1>Looking for previous versions?<aclass="headerlink" href="#looking-for-previous-versions" title="Link to this heading">#</a></h1>
403
+
<p>Go to <aclass="reference external" href="https://docs.libdebug.org/archive/VERSION">https://docs.libdebug.org/archive/VERSION</a> to find the documentation for a specific version of libdebug.</p>
404
+
<p>e.g, for version 0.5.0, go to <aclass="reference external" href="https://docs.libdebug.org/archive/0.5.0">https://docs.libdebug.org/archive/0.5.0</a></p>
401
405
<sectionid="quick-start">
402
-
<h1>Quick Start<aclass="headerlink" href="#quick-start" title="Link to this heading">#</a></h1>
406
+
<h2>Quick Start<aclass="headerlink" href="#quick-start" title="Link to this heading">#</a></h2>
403
407
<p>Welcome to libdebug! This powerful Python library can be used to debug your binary executables programmatically, providing a robust, user-friendly interface.</p>
404
408
<p>Debugging multithreaded applications can be a nightmare, but libdebug has you covered. Hijack, and manage signals and syscalls with a simple API.</p>
405
409
<sectionid="supported-architectures">
406
-
<h2>Supported Architectures<aclass="headerlink" href="#supported-architectures" title="Link to this heading">#</a></h2>
410
+
<h3>Supported Architectures<aclass="headerlink" href="#supported-architectures" title="Link to this heading">#</a></h3>
407
411
<p>libdebug currently supports Linux under the x86_64 architecture.</p>
408
412
<p>Other operating systems and architectures are not supported at this time.</p>
409
413
</section>
410
414
<sectionid="dependencies">
411
-
<h2>Dependencies<aclass="headerlink" href="#dependencies" title="Link to this heading">#</a></h2>
415
+
<h3>Dependencies<aclass="headerlink" href="#dependencies" title="Link to this heading">#</a></h3>
412
416
<p>To install libdebug, you first need to have some dependencies that will not be automatically resolved. Depending on your distro, their names may change.</p>
413
417
</section>
414
418
<sectionid="installation">
415
-
<h2>Installation<aclass="headerlink" href="#installation" title="Link to this heading">#</a></h2>
419
+
<h3>Installation<aclass="headerlink" href="#installation" title="Link to this heading">#</a></h3>
416
420
<p>Installing libdebug once you have dependencies is as simple as running the following command:</p>
@@ -423,7 +427,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
423
427
</div>
424
428
</section>
425
429
<sectionid="your-first-script">
426
-
<h2>Your first script<aclass="headerlink" href="#your-first-script" title="Link to this heading">#</a></h2>
430
+
<h3>Your first script<aclass="headerlink" href="#your-first-script" title="Link to this heading">#</a></h3>
427
431
<p>Now that you have libdebug installed, you can start using it in your scripts. Here is a simple example of how to use libdebug to debug a binary:</p>
0 commit comments