You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0000:41e6 2e803ede0000 cmp byte cs:[0xde],0 ; compare two operands0000:41ec 7501jne0x41ef ; jump short if not equal/not zero (zf=0)0000:41ee c3 ret ; return from subroutine. pop 4 bytes from esp and jump there.0000:41ef 2ef706a4000040 test word cs:[0xa4],0x4000 ; set eflags after comparing two registers (AF, CF, OF, PF, SF, ZF)
they are the same as we can read, but with different segment offsets.
The question is, is there a way in cutter, to modify the segment offset to be identical to the log above?
So I can skip recalculating the offset myself
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New to RE, Maybe this is a dumb question, but I couldn't figure it out:
I have a dosbox-x cpu log file, recording cpu command log like this:
and in cutter disassembler it is like this:
they are the same as we can read, but with different segment offsets.
The question is, is there a way in cutter, to modify the segment offset to be identical to the log above?
So I can skip recalculating the offset myself
Beta Was this translation helpful? Give feedback.
All reactions