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…
Click here to download the exercise!
[EXERCISE 0012] Something floating around…
Published: December 17, 2009Posted in: The Binary Auditor™ Short Exercises
int main(int argc, char **argv, char *envp){
long a;
float b;
b = 3.14;
a = (long)b;
}