Archives
All Posts Tagged
Tag: ‘float’

[EXERCISE 0012] Something floating around…

This time you are in need to download a small file to do your analysis. Fire it up in IDA Pro and tell me what is happening here? Remember: Something floating around…

Read More

[EXERCISE 0004] Identify Variables

One of the most important capabilities during binary auditing is to identify variables within assembly code. Sometimes such variables are not that clear to identify for beginners as it is by reading C++ code. This time we have a look at many different variables at once. What I can do is to give you some hints. The original source code contained: double, long double, unsigned char, signed char, unsigned long int, signed long int, unsigned short int, signed short int, unsigned int, signed int, bool, float, and wchar_t. Can you get which variable type is corresponding to which lines of the assembly code?

Read More