Hi guys, this is my firt try so probably I'm just posing a dumb question, but well, everybody had to learn somehow :)
I'm using Immunity Dbg. I load my .exe, press Shift+F9 to skip the exception, and the program starts, showing two field, one with a machine code, and the other one that needs to be filled, and a button.
Now, if i click on "Search for all intermodular call", i get this : http://pastebin.com/3VegB4Au . If later i press CTRL+A (analyze code), and search again for intermodular calls, i get this instead: http://pastebin.com/PgrkNy0q .
The questions are 3:
1) where should i put the breakpoint?
2) why the intermodular calls are different?
3) is it possible that the program doesn't make any call to user32.dll or kernell.dll?
PS: sorry again for the dumb questions :)






