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">
|
<section class="slide level1">
|
||||||
|
|
||||||
<h3 id="data-segments">Data Segments</h3>
|
<h3 id="data-segments">Data Segments</h3>
|
||||||
<figure>
|
<p><img src="./images/data-segments.png" alt="A look into the read only data segment" width="70%" height="auto"></p>
|
||||||
<img data-src="./images/data-segments.png"
|
<p>A look into the read only data segment</p>
|
||||||
alt="A look into the read only data segment" />
|
|
||||||
<figcaption aria-hidden="true">A look into the read only data
|
|
||||||
segment</figcaption>
|
|
||||||
</figure>
|
|
||||||
</section>
|
</section>
|
||||||
<section class="slide level1">
|
<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">Changing Control Flows</li>
|
||||||
<li class="fragment">Protecting Data</li>
|
<li class="fragment">Protecting Data</li>
|
||||||
</ul>
|
</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>
|
||||||
<section class="slide level1">
|
<section class="slide level1">
|
||||||
|
|
||||||
|
@ -358,6 +354,9 @@ href="https://github.com/icsharpcode/ILSpy">ILSpy Decompiler instead of
|
||||||
Ghidra</a></li>
|
Ghidra</a></li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</section>
|
||||||
|
<section id="the-end" class="slide level1">
|
||||||
|
<h1>The End</h1>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -82,7 +82,9 @@ That's how you get to know the back alleys.
|
||||||
|
|
||||||
### Data Segments
|
### 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
|
* Changing Control Flows
|
||||||
* Protecting Data
|
* 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)
|
* [de4dot Deobfuscator and Unpacker](https://github.com/de4dot/de4dot)
|
||||||
* [dnSpy Debugger and Assembly Editor](https://github.com/dnSpy/dnSpy)
|
* [dnSpy Debugger and Assembly Editor](https://github.com/dnSpy/dnSpy)
|
||||||
* [ILSpy Decompiler instead of Ghidra](https://github.com/icsharpcode/ILSpy)
|
* [ILSpy Decompiler instead of Ghidra](https://github.com/icsharpcode/ILSpy)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# The End
|
||||||
|
|
Loading…
Reference in New Issue