From 7c7bb10ec8eec66aa09a6686b6c671202da80e77 Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Wed, 22 Nov 2023 19:19:52 +0100 Subject: [PATCH] Last changes to the layout --- .../presentation.html | 13 ++++++------- .../reverse_engineering.md | 10 ++++++++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/introduction-to-reverse-engineering/presentation.html b/introduction-to-reverse-engineering/presentation.html index d89dec4..423e09d 100644 --- a/introduction-to-reverse-engineering/presentation.html +++ b/introduction-to-reverse-engineering/presentation.html @@ -185,12 +185,8 @@ drive you mad.

Data Segments

-
- - -
+

A look into the read only data segment

+

A look into the read only data segment

@@ -341,7 +337,7 @@ std::char_traits, std::allocator > const&, unsigned long)
  • Changing Control Flows
  • Protecting Data
  • -

    Convoluted Code

    +

    Convoluted Code

    @@ -358,6 +354,9 @@ href="https://github.com/icsharpcode/ILSpy">ILSpy Decompiler instead of Ghidra +
    +
    +

    The End

    diff --git a/introduction-to-reverse-engineering/reverse_engineering.md b/introduction-to-reverse-engineering/reverse_engineering.md index 7247f85..6d875a8 100644 --- a/introduction-to-reverse-engineering/reverse_engineering.md +++ b/introduction-to-reverse-engineering/reverse_engineering.md @@ -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) +A look into the read only data segment + +A look into the read only data segment --- @@ -225,7 +227,7 @@ std::char_traits, std::allocator > const&, unsigned long) * Changing Control Flows * Protecting Data -Convoluted Code +Convoluted Code --- @@ -236,3 +238,7 @@ std::char_traits, std::allocator > 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