Last changes to the layout
This commit is contained in:
parent
4d8a1d9abf
commit
7c7bb10ec8
|
@ -185,12 +185,8 @@ drive you mad.</strong></p>
|
|||
<section class="slide level1">
|
||||
|
||||
<h3 id="data-segments">Data Segments</h3>
|
||||
<figure>
|
||||
<img data-src="./images/data-segments.png"
|
||||
alt="A look into the read only data segment" />
|
||||
<figcaption aria-hidden="true">A look into the read only data
|
||||
segment</figcaption>
|
||||
</figure>
|
||||
<p><img src="./images/data-segments.png" alt="A look into the read only data segment" width="70%" height="auto"></p>
|
||||
<p>A look into the read only data segment</p>
|
||||
</section>
|
||||
<section class="slide level1">
|
||||
|
||||
|
@ -341,7 +337,7 @@ std::char_traits<char>, std::allocator<char> > const&, unsigned long)
|
|||
<li class="fragment">Changing Control Flows</li>
|
||||
<li class="fragment">Protecting Data</li>
|
||||
</ul>
|
||||
<p><img src="./images/spaghetti.jpg" alt="Convoluted Code" width="30%" height="30%"></p>
|
||||
<p><img src="./images/spaghetti.jpg" alt="Convoluted Code" width="26%" height="auto%"></p>
|
||||
</section>
|
||||
<section class="slide level1">
|
||||
|
||||
|
@ -358,6 +354,9 @@ href="https://github.com/icsharpcode/ILSpy">ILSpy Decompiler instead of
|
|||
Ghidra</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="the-end" class="slide level1">
|
||||
<h1>The End</h1>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -82,7 +82,9 @@ That's how you get to know the back alleys.
|
|||
|
||||
### Data Segments
|
||||
|
||||
![A look into the read only data segment](./images/data-segments.png)
|
||||
<img src="./images/data-segments.png" alt="A look into the read only data segment" width="70%" height="auto">
|
||||
|
||||
A look into the read only data segment
|
||||
|
||||
---
|
||||
|
||||
|
@ -225,7 +227,7 @@ std::char_traits<char>, std::allocator<char> > const&, unsigned long)
|
|||
* Changing Control Flows
|
||||
* Protecting Data
|
||||
|
||||
<img src="./images/spaghetti.jpg" alt="Convoluted Code" width="30%" height="30%">
|
||||
<img src="./images/spaghetti.jpg" alt="Convoluted Code" width="26%" height="auto%">
|
||||
|
||||
---
|
||||
|
||||
|
@ -236,3 +238,7 @@ std::char_traits<char>, std::allocator<char> > const&, unsigned long)
|
|||
* [de4dot Deobfuscator and Unpacker](https://github.com/de4dot/de4dot)
|
||||
* [dnSpy Debugger and Assembly Editor](https://github.com/dnSpy/dnSpy)
|
||||
* [ILSpy Decompiler instead of Ghidra](https://github.com/icsharpcode/ILSpy)
|
||||
|
||||
---
|
||||
|
||||
# The End
|
||||
|
|
Loading…
Reference in New Issue