You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code commented out below should work but it needs to be executed when the ProgramChangeRecord indicates a change to function argument names. Its current position isn't correct. Likely this is a subEventType of a function event, but the exact details need to be figured out so that this code can be called at the correct time.
The code commented out below should work but it needs to be executed when the
ProgramChangeRecord
indicates a change to function argument names. Its current position isn't correct. Likely this is a subEventType of a function event, but the exact details need to be figured out so that this code can be called at the correct time.libbs/libbs/decompilers/ghidra/hooks.py
Lines 100 to 104 in 33a0114
As an additional note, on this line:
libbs/libbs/decompilers/ghidra/hooks.py
Line 102 in 33a0114
We can't use None as the key, it will require a real offset.
The text was updated successfully, but these errors were encountered: