eteran / edb-debugger

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

Register View #764

Closed hxhBrofessor closed 4 years ago

hxhBrofessor commented 4 years ago

I'm having trouble finding the appropriate view setting for the "Register" to have it display normal EAX, ECX, EIP, etc... what mine currently shows is rax, rcx, rbx, and rip, for example.

This may be simple fix, not sure. Thank you in advance.

image

10110111 commented 4 years ago

There is no such setting, and it doesn't make much sense generally. When it does make sense, i.e. when you debug a 32-bit process, Register View will automatically show 32-bit registers.

eteran commented 4 years ago

@hxhBrofessor it will show 64-bit registers when debugging a 64-bit process, and 32-bit registers when debugging a 32-bit process.

Closing, but please re-open if there is something we are overlooking here.