fix: formatting
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<img class="center_image" src="../images/reversing_guardianrs1/disassembled_bytecode_sample.png" alt="" />
|
<img class="center_image" src="../images/reversing_guardianrs1/disassembled_bytecode_sample.png" alt="" />
|
||||||
</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 ~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">
|
<h2 id="Conclusion-and-todo-list">
|
||||||
<a href="#Conclusion-and-todo-list">Conclusion and todo list</a>
|
<a href="#Conclusion-and-todo-list">Conclusion and todo list</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user