Closed GoogleCodeExporter closed 9 years ago
Thanks for your suggestions! Let's go down the list :-)
1. interesting idea. if depending on wine is an acceptable solution, then
perhaps launching edb like this would be sufficient?
edb --run wine notepad.exe
It also would be interesting if edb detected that it was a windows executable
an automatically ran it through wine. It's a cool idea. I'll look into it, but
I *think* that the command line start solution may be a good workaround.
The only downside to using wine, is that it does "lazy loading" of memory
regions. In other words, it waits for a segfault, traps it, then maps some
memory there and resumes the exe. This works, (resume with 'Shift + F9' to send
the signal to wine) but causes lots of alerts in edb.
2. I want this too :-). Unfortunately, I haven't seen a good ASM library (not a
standalone program) that uses the same exact syntax that I would like. So I am
considering writing my own. Unfortunately, this takes time. But it is
definitely high on my TODO list.
3.This feature already exists :-). "Options" menu -> "Disassembly" ->
"Disassemble in uppercase"
Thanks again for your suggestions, please let me know if there is anything else
I can do to make edb more useful for you!
Original comment by evan.teran
on 3 Oct 2012 at 5:28
There is an inline assembler plugin now.
Original comment by evan.teran
on 26 Jul 2013 at 2:16
Original issue reported on code.google.com by
evan.teran
on 3 Oct 2012 at 3:22