Skip to content

Commit a53da53

Browse files
committed
Fixed absolute paths that broke some images
1 parent 9adbdbd commit a53da53

File tree

26 files changed

+34
-330
lines changed

26 files changed

+34
-330
lines changed

0.8.0/from_pydoc/generated/architectures/aarch64/aarch64_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ <h2 id="libdebug.architectures.aarch64.aarch64_thread_context.Aarch64ThreadConte
18271827

18281828
<div class="doc doc-contents ">
18291829
<p class="doc doc-class-bases">
1830-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1830+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
18311831

18321832

18331833
<p>This object represents a thread in the context of the target aarch64 process. It holds information about the thread's state, registers and stack.</p>

0.8.0/from_pydoc/generated/architectures/amd64/amd64_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ <h2 id="libdebug.architectures.amd64.amd64_thread_context.Amd64ThreadContext" cl
18271827

18281828
<div class="doc doc-contents ">
18291829
<p class="doc doc-class-bases">
1830-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1830+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
18311831

18321832

18331833
<p>This object represents a thread in the context of the target amd64 process. It holds information about the thread's state, registers and stack.</p>

0.8.0/from_pydoc/generated/architectures/amd64/compat/i386_over_amd64_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ <h2 id="libdebug.architectures.amd64.compat.i386_over_amd64_thread_context.I386O
18271827

18281828
<div class="doc doc-contents ">
18291829
<p class="doc doc-class-bases">
1830-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1830+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
18311831

18321832

18331833
<p>This object represents a thread in the context of the target i386 process when running on amd64. It holds information about the thread's state, registers and stack.</p>

0.8.0/from_pydoc/generated/architectures/i386/i386_thread_context/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ <h2 id="libdebug.architectures.i386.i386_thread_context.I386ThreadContext" class
18271827

18281828
<div class="doc doc-contents ">
18291829
<p class="doc doc-class-bases">
1830-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code></p>
1830+
Bases: <code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code></p>
18311831

18321832

18331833
<p>This object represents a thread in the context of the target i386 process. It holds information about the thread's state, registers and stack.</p>

0.8.0/from_pydoc/generated/snapshots/memory/memory_map_snapshot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ <h2 id="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot" class="
18581858

18591859
<div class="doc doc-contents ">
18601860
<p class="doc doc-class-bases">
1861-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.data.memory_map.MemoryMap" href="../../../data/memory_map/#libdebug.data.memory_map.MemoryMap">MemoryMap</a></code></p>
1861+
Bases: <code><span title="libdebug.data.memory_map.MemoryMap">MemoryMap</span></code></p>
18621862

18631863

18641864
<p>A snapshot of the memory map of the target process.</p>
@@ -1919,7 +1919,7 @@ <h2 id="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot" class="
19191919
</td>
19201920
</tr>
19211921
<tr class="doc-section-item">
1922-
<td><code><a class="autorefs autorefs-internal" title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.offset" href="../../../data/memory_map/#libdebug.data.memory_map.MemoryMap.offset">offset</a></code></td>
1922+
<td><code><span title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.offset">offset</span></code></td>
19231923
<td>
19241924
<code><span title="int">int</span></code>
19251925
</td>
@@ -1930,7 +1930,7 @@ <h2 id="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot" class="
19301930
</td>
19311931
</tr>
19321932
<tr class="doc-section-item">
1933-
<td><code><a class="autorefs autorefs-internal" title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.backing_file" href="../../../data/memory_map/#libdebug.data.memory_map.MemoryMap.backing_file">backing_file</a></code></td>
1933+
<td><code><span title="libdebug.snapshots.memory.memory_map_snapshot.MemoryMapSnapshot.backing_file">backing_file</span></code></td>
19341934
<td>
19351935
<code><span title="str">str</span></code>
19361936
</td>

0.8.0/from_pydoc/generated/snapshots/memory/snapshot_memory_view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ <h2 id="libdebug.snapshots.memory.snapshot_memory_view.SnapshotMemoryView" class
18811881

18821882
<div class="doc doc-contents ">
18831883
<p class="doc doc-class-bases">
1884-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.memory.abstract_memory_view.AbstractMemoryView" href="../../../memory/abstract_memory_view/#libdebug.memory.abstract_memory_view.AbstractMemoryView">AbstractMemoryView</a></code></p>
1884+
Bases: <code><span title="libdebug.memory.abstract_memory_view.AbstractMemoryView">AbstractMemoryView</span></code></p>
18851885

18861886

18871887
<p>Memory view for a thread / process snapshot.</p>
@@ -3114,7 +3114,7 @@ <h3 id="libdebug.snapshots.memory.snapshot_memory_view.SnapshotMemoryView.resolv
31143114
<tbody>
31153115
<tr class="doc-section-item">
31163116
<td><code>Symbol</code></td> <td>
3117-
<code><a class="autorefs autorefs-internal" title="libdebug.data.symbol.Symbol" href="../../../data/symbol/#libdebug.data.symbol.Symbol">Symbol</a></code>
3117+
<code><span title="libdebug.data.symbol.Symbol">Symbol</span></code>
31183118
</td>
31193119
<td>
31203120
<div class="doc-md-description">

0.8.0/from_pydoc/generated/snapshots/registers/snapshot_registers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ <h2 id="libdebug.snapshots.registers.snapshot_registers.SnapshotRegisters" class
18361836

18371837
<div class="doc doc-contents ">
18381838
<p class="doc doc-class-bases">
1839-
Bases: <code><a class="autorefs autorefs-internal" title="libdebug.data.registers.Registers" href="../../../data/registers/#libdebug.data.registers.Registers">Registers</a></code></p>
1839+
Bases: <code><span title="libdebug.data.registers.Registers">Registers</span></code></p>
18401840

18411841

18421842
<p>Class that holds the state of the architectural-dependent registers of a snapshot.</p>

0.8.0/from_pydoc/generated/snapshots/thread/lw_thread_snapshot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ <h3 id="libdebug.snapshots.thread.lw_thread_snapshot.LightweightThreadSnapshot._
21232123
<code>thread</code>
21242124
</td>
21252125
<td>
2126-
<code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code>
2126+
<code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code>
21272127
</td>
21282128
<td>
21292129
<div class="doc-md-description">

0.8.0/from_pydoc/generated/snapshots/thread/thread_snapshot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ <h3 id="libdebug.snapshots.thread.thread_snapshot.ThreadSnapshot.__init__" class
20762076
<code>thread</code>
20772077
</td>
20782078
<td>
2079-
<code><a class="autorefs autorefs-internal" title="libdebug.state.thread_context.ThreadContext" href="../../../state/thread_context/#libdebug.state.thread_context.ThreadContext">ThreadContext</a></code>
2079+
<code><span title="libdebug.state.thread_context.ThreadContext">ThreadContext</span></code>
20802080
</td>
20812081
<td>
20822082
<div class="doc-md-description">

0.8.0/logging/liblog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ <h3 id="debugger-logging"><span class="twemoji"><svg xmlns="http://www.w3.org/20
19771977
<p><img src="https://github.com/libdebug/libdebug/blob/main/media/debugger_argv.png?raw=true" alt="debugger argv option" /></p>
19781978
<h3 id="pipe-logging"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-2v2h-6v-3h2v-2h-2V6a2 2 0 0 0-2-2H4V2H2v8h2V8h6v3H8v2h2v5a2 2 0 0 0 2 2h8v2h2"/></svg></span> Pipe Logging</h3>
19791979
<p>The <code>pipe</code> option, on the other hand, displays all logs related to interactions with the process pipe: bytes received and bytes sent.</p>
1980-
<p><img src="/assets/pipe_logging.jpeg" alt="pipe argv option" /></p>
1980+
<p><img src="../../assets/pipe_logging.jpeg" alt="pipe argv option" /></p>
19811981
<h3 id="the-best-of-both-worlds"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v4c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-4V3c0-1.11-.89-2-2-2zm0 2h11v6h6v11H9v-6H3z"/></svg></span> The best of both worlds</h3>
19821982
<p>The <code>dbg</code> option is the combination of the <code>pipe</code> and <code>debugger</code> options. It displays all logs related to the debugging operations performed on the process by libdebug, as well as interactions with the process pipe: bytes received and bytes sent.</p>
19831983
<h2 id="changing-logging-levels-at-runtime"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25h151c8.8 0 16-7.2 16-16V17.4c0-9.4-8-16.7-17.3-16zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H241.6c-1 5.2-1.6 10.5-1.6 16M72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40h152v89.4l162.8-162.9c-13.3-4.3-27.3-6.5-41.6-6.5H72m345.7 20.9L246.6 416H416v-46.3l53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8l-76.2-128.8c-11.2-18.9-26.6-34.5-44.6-45.9M224 448v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32z"/></svg></span> Changing logging levels at runtime</h2>

0 commit comments

Comments
 (0)