fix: formatting

This commit is contained in:
2024-10-21 23:00:53 +02:00
parent d3c2d5fdc1
commit 4e9a586cd8

View File

@@ -51,7 +51,7 @@
<p>
<img class="center_image" src="../images/reversing_guardianrs1/disassembled_bytecode_sample.png" alt="" />
</p>
<p></p><p>We can see a few <code class="language-plaintext highlighter-rouge">Vmctx</code> which pushes a pointer to the <code class="language-plaintext highlighter-rouge">Machine</code> struct onto the stack.</p><p>Basically in 8 lines it has copied the content of ~Rdx~ and ~Rsp~ at the top of the stack.</p><p></p>
<p></p><p>We can see a few <code class="language-plaintext highlighter-rouge">Vmctx</code> which pushes a pointer to the <code class="language-plaintext highlighter-rouge">Machine</code> struct onto the stack.</p><p>Basically in 8 lines it has copied the content of <code class="language-plaintext highlighter-rouge">Rdx</code> and <code class="language-plaintext highlighter-rouge">Rsp</code> at the top of the stack.</p><p></p>
<h2 id="Conclusion-and-todo-list">
<a href="#Conclusion-and-todo-list">Conclusion and todo list</a>
</h2>