question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

16 byte/128 bit varnodes in decompilation

See original GitHub issue

Is 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

1reaction
ghidra1commented, Mar 19, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found