10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

All address arithmetic must be modulo 2^32 when debuggee is 32 bit #21

Closed 10110111 closed 8 years ago

10110111 commented 8 years ago

... otherwise we'll try to read/write totally wrong addresses.

10110111 commented 8 years ago

First candidate for this is get_effective_address() in ArchProcessor.

10110111 commented 8 years ago

Seems done.