-
I have a basic C program
If I compile this on linux, my HLIL looks like this:
If I compile the same program on Windows and fix up the types I get this:
In both bndb's the datatype of the pointer is |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Given the same type information, the differences come down to one of two things, if you can double check to see which applies that would be helpful:
|
Beta Was this translation helpful? Give feedback.
-
It was the former, PE's place their strings in .data as opposed to some other read only memory region by default it turns out. |
Beta Was this translation helpful? Give feedback.
Given the same type information, the differences come down to one of two things, if you can double check to see which applies that would be helpful: