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: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,6 @@
9
9
10
10
----
11
11
12
-
Looking for previous versions?
13
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
-
15
-
Go to https://docs.libdebug.github.io/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.github.io/archive/0.5.0
18
-
19
12
Quick Start
20
13
====================================
21
14
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.github.io/archive/VERSION">https://docs.libdebug.github.io/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.github.io/archive/0.5.0">https://docs.libdebug.github.io/archive/0.5.0</a></p>
405
401
<sectionid="quick-start">
406
-
<h2>Quick Start<aclass="headerlink" href="#quick-start" title="Link to this heading">#</a></h2>
402
+
<h1>Quick Start<aclass="headerlink" href="#quick-start" title="Link to this heading">#</a></h1>
407
403
<p>Welcome to libdebug! This powerful Python library can be used to debug your binary executables programmatically, providing a robust, user-friendly interface.</p>
408
404
<p>Debugging multithreaded applications can be a nightmare, but libdebug has you covered. Hijack, and manage signals and syscalls with a simple API.</p>
409
405
<sectionid="supported-architectures">
410
-
<h3>Supported Architectures<aclass="headerlink" href="#supported-architectures" title="Link to this heading">#</a></h3>
406
+
<h2>Supported Architectures<aclass="headerlink" href="#supported-architectures" title="Link to this heading">#</a></h2>
411
407
<p>libdebug currently supports Linux under the x86_64 architecture.</p>
412
408
<p>Other operating systems and architectures are not supported at this time.</p>
413
409
</section>
414
410
<sectionid="dependencies">
415
-
<h3>Dependencies<aclass="headerlink" href="#dependencies" title="Link to this heading">#</a></h3>
411
+
<h2>Dependencies<aclass="headerlink" href="#dependencies" title="Link to this heading">#</a></h2>
416
412
<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>
417
413
</section>
418
414
<sectionid="installation">
419
-
<h3>Installation<aclass="headerlink" href="#installation" title="Link to this heading">#</a></h3>
415
+
<h2>Installation<aclass="headerlink" href="#installation" title="Link to this heading">#</a></h2>
420
416
<p>Installing libdebug once you have dependencies is as simple as running the following command:</p>
@@ -427,7 +423,7 @@ <h3>Installation<a class="headerlink" href="#installation" title="Link to this h
427
423
</div>
428
424
</section>
429
425
<sectionid="your-first-script">
430
-
<h3>Your first script<aclass="headerlink" href="#your-first-script" title="Link to this heading">#</a></h3>
426
+
<h2>Your first script<aclass="headerlink" href="#your-first-script" title="Link to this heading">#</a></h2>
431
427
<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