Search This Blog

Friday, December 3, 2010

whats going on v5 = *(_Byte *)(this + 4)?

Programmer Question

Hi,



I am looking at a code dump from IDA pro. There is a function which as this layout:



garbled_name(int this...
unsigned int v5 ;
v5 = *(_Byte *)(this + 4);
...


What I am really curious about is what exactly the '+ 4' is doing? Is this an addition or something else?



Thanks



Find the answer here

No comments:

Post a Comment

Related Posts with Thumbnails