
Hello,
For the past two week I've been trying to use ImmDBG instead of IDA Pro (that I've been using for 4+ years).
Although for a lot of certifications I need ImmDBG and IDA costs are getting out of control ( I still think it's worth it, but management doesnt ).
Anywho, I am having a couple of issues with ImmDBG. Most of them I seem to be able to slowly workout or write plugins for. But the naming of local variables during RCE-ing seems to be a real issue for me.
When I've got [ebp-4] II'd like to give it a name like user_id. That way the code becomes WAY more readable. I've noticed that every now and then ImmDBG _does_ do this change for me. And it creates names like [local.1] and [local.2]
Any tips on where I can find this functionality.
Cheers,
- Robin