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
Ideally, I'd able to declare a variable in the context and bind to the address (with eg a pragma or macro), so the decompiler could use its name and typeinfo to improve the legibility of the code.
Perhaps specifying the value of $gp could be done through a pragma or macro in the context as well.
The text was updated successfully, but these errors were encountered:
Add option to specify initial value for saved registers, such as $gp, in order to resolve data accesses through these registers.
Example assembly
mips-to-c output
If I were to specify the value of $gp as 0x554170, then I'd expect the output to look like this:
Ideally, I'd able to declare a variable in the context and bind to the address (with eg a pragma or macro), so the decompiler could use its name and typeinfo to improve the legibility of the code.
Perhaps specifying the value of $gp could be done through a pragma or macro in the context as well.
The text was updated successfully, but these errors were encountered: