rizinorg / rz-ghidra

Deep ghidra decompiler and sleigh disassembler integration for rizin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support global variables

XVilka opened this issue · comments

Rizin added the concept of global variables, they should be synchronized between Rizin and Ghidra engine as it's done for the local variables.

See avg commands and the implementation in librz/analysis/var_global.c.

cc @Basstorm