Archives
All Posts Tagged
Tag: ‘manual’

[EXERCISE 0002] Simple manual decompilation exercise for beginners – Part 2

Your goal is to analyse the following compiler-generated assembly language code and understand how it works. It contains a very simple loop. You must retrieve the proper C/C++ code or pseudo code of this commented procedure. Your solution has to contain either a full commented C/C++ code or a detailed pseudo code describing the function of the above snippet.

Read More

[EXERCISE 0001] Simple manual decompilation exercise for beginners

Your goal is to analyse the following compiler-generated assembly language code and to understand how it works. You must retrieve the proper C/C++ code or pseudo code of this commented code. Your solution has to contain either a full commented C/C++ code or a detailed pseudo code describing the function of the above snippet.

Read More