0xZ0F / Z0FCourse_ReverseEngineering

Reverse engineering focusing on x64 Windows.
GNU Affero General Public License v3.0
5.2k stars 505 forks source link

Chapter 9 #29

Open 0xZ0F opened 9 months ago

0xZ0F commented 9 months ago

Topics to cover:

  1. Logging function calls.
    • Hooking.
    • To console.
    • To file.
    • Using debugger.
  2. Manually calling functions.
  3. Providing a custom API/SDK for interoperability.
    • Useful for debugging.
0xZ0F commented 9 months ago

CH 9 could probably be a good place to begin covering the capstone.