added a page for patching binaries
This commit is contained in:
parent
7c7bb10ec8
commit
d952732f69
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
|
@ -227,6 +227,14 @@ segments, sometimes obfuscated</p>
|
|||
</section>
|
||||
<section class="slide level1">
|
||||
|
||||
<h3 id="binary-patching">Binary Patching</h3>
|
||||
<p>Bypass any undesireable condition via a <code>NOP</code>
|
||||
instruction.</p>
|
||||
<p><img src="./images/nop.jpg" alt="NOP, export your patched binary" width="30%" height="auto"></p>
|
||||
<p>NOP, export your patched binary</p>
|
||||
</section>
|
||||
<section class="slide level1">
|
||||
|
||||
<h3 id="do-it-yourselves">Do It Yourselves!</h3>
|
||||
<ul>
|
||||
<li class="fragment"><a href="https://ghidra-sre.org/">Download
|
||||
|
|
|
@ -124,6 +124,16 @@ Strings can not only be located in data but also in other code segments, sometim
|
|||
|
||||
---
|
||||
|
||||
### Binary Patching
|
||||
|
||||
Bypass any undesireable condition via a `NOP` instruction.
|
||||
|
||||
<img src="./images/nop.jpg" alt="NOP, export your patched binary" width="30%" height="auto">
|
||||
|
||||
NOP, export your patched binary
|
||||
|
||||
---
|
||||
|
||||
### Do It Yourselves!
|
||||
|
||||
* [Download Ghidra](https://ghidra-sre.org/)
|
||||
|
|
Loading…
Reference in New Issue