16 byte/128 bit varnodes in decompilation
See original GitHub issueIs it possible to type 128 varnodes as some kind of int128
- I haven’t been able to work out if it is possible.
I’d like to make decompilations of instructions that work on 128 bit registers look sane 😃
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:6
Top Results From Across the Web
clarinet @ 0.11.0 .. 0.12.3 - Package Diff
Visual diff of the npm package 'clarinet' comparing 0.11.0 with 0.12.3.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The internal decompiler implementation uses a 64-bit primitive to retain all varnode offsets, including constants which are also represented by a varnode in the “const” space. At the time of the design larger primitive values may not have been standardized/available across C compilers and Java is limited to a 64-bit primitive.
See also https://github.com/NationalSecurityAgency/ghidra/issues/249