ghidra icon indicating copy to clipboard operation
ghidra copied to clipboard

Ability to specify PowerPC VLE flag value to be used with dynamically generated code

Open PTDreamer opened this issue 6 months ago • 4 comments

Is your feature request related to a problem? Please describe. I'm using the GUI emulator to emulate a PowerPC:BE:64 binary. At some point a function is copied from flash to ram and run from there. The problem is that the new ram code is considered non vle ("set register value" does not work) and not properly disassembled (as seen on the dynamic window). Additionally the "decompile" window is not populated while this dynamically generated code is running.

Describe the solution you'd like The vle value should be kept when "jumping" from static to dynamic code and the decompile window should refresh and "capture" the new assembly.

Describe alternatives you've considered Alternatively the set register value menu could work on the dinamic window.

PTDreamer avatar Aug 09 '24 17:08 PTDreamer