What does 0x4 from the following assembly line mean?
cmp 0x4(%esi),%ebx
je ...
When this compare returns equal and the jump is performed the registers have the values:
%esi 0xe944d6d0
%ebx 0xe94ceccc
Sorry for asking such a simple question but I'm having a hard time searching such paranthesis notation with google. Spent more than half an hour while under time pressure.