Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Building & Reversing

April 30, 2025 max-sperling

Resolve variables with CMake

Structure cmake_example/ ├── CMakeLists.txt ├── config.hpp.in └── main.cpp Files CMakeLists.txt config.hpp.in main.cpp Execution $ cmake -S”src” -B”build” $ cmake –build

Continue reading
January 17, 2024 max-sperling

Sublime – Build via make.bat

Execute (Tools → Build, Shortcut: Ctrl+B) the make.bat file in the project folder. 1. Create Tools → Build System →

Continue reading
June 16, 2022 max-sperling

Return value optimization (RVO)

It’s a part of the copy elision, which is a compiler optimization strategy defined in the C++ standard. Scenario 1

Continue reading
May 18, 2021 max-sperling

crackmes.one (Example 3)

Setup Data URL: BitFriends’s admin_panel Language: C/C++ Platform: Unix/Linux (ELF64) Description: “Welcome to my little crackme! Your goal is to

Continue reading
May 14, 2021 max-sperling

crackmes.one (Example 2)

Setup Data URL: BitFriends’s simple overflow Language: C/C++ Platform: Unix/Linux (ELF64) Description: “This is a very simple crackme. The goal

Continue reading
March 24, 2021 max-sperling

Static code injection (PE)

In general Use either available space in an existing section or add a new one. Add your code either directly

Continue reading
March 21, 2021 max-sperling

crackmes.one (Example 1)

Setup Data URL: nutcake’s WhiteRabbit Language: C/C++ Platform: Unix/Linux (ELF64) Description: “Can you find the rabbit hole cof cof, I

Continue reading
October 9, 2019 max-sperling

Compiler optimization

A compiler with enabled optimization (via flags) will take more time for the generation, but the execution of generated binary

Continue reading
December 22, 2018 max-sperling

Assembly of compiled C-Code (Example)

DWORD … 4 Byte (on x86) For a basic assembly instruction: Link

Continue reading
June 12, 2017 max-sperling

Software Cracking (Example 2)

This time we have got a KeyGenMe, which means the task is to write a KeyGen and not just to

Continue reading

Posts navigation

1 2 Next Posts»

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (268)
    • Computer (238)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • Development (58)
        • CI/CD (1)
        • Programming (48)
          • Concurrency (5)
          • Data structures (12)
          • Pointers & References (7)
        • Scripting (3)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.