deREferencing icon indicating copy to clipboard operation
deREferencing copied to clipboard

IDA Pro plugin that implements more user-friendly register and stack views

Results 5 deREferencing issues
Sort by recently updated
recently updated
newest added

delete dbg_process_attach() to solved "F5" issue ,and delete something unused like check_thread()

As a noob,I like using "F5" to debug , but I find this plugin is not synchronize with original ida stack and registers in "F5" ( Pseudocode window ) when...

Hello, thanks for this plugin. If I pause a process and issue a python command like ida_dbg.set_reg_val("r0", 0xDEAD) idas own "General registers" window is updated immediately, but "deREferencing - Registers"...

The plugin is not able to find disassembly window when running a x64 sample. Solution is as follows - patch function `find_disass_view` in file `custom.py`: ``` def find_disass_view(self): ip_name: str...

When having the stack or the register window open, "step into" and "step over" take a lot of time. I suppose this is something that can't be helped, but thought...