Replies: 1 comment
|
I have the same problem with x86 16-bit longs/timestamps etc. using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am working on a 32-bit DLL and it has calls to
RDTSCwhich usesEAX:EDXfor return, but the decompiled code does not follow neatly the listingsgets turned into
I've been trying to get it to look nicer on the operations that use 64-bit integers, changing the temporary variables types and stuff, but couldn't manage yet
Ghidra information
Ghidra Version: 12.0.4
Ghidra Release: NIX
Ghidra Build Date: 2026-Mar-03
Ghidra Revision: e40ed13
Ghidra Development Mode: false
OS Name: Linux
OS Arch: amd64
OS Version: 6.18.34
OS Pretty Name: NixOS 26.05 (Yarara)
Java Vendor: N/A
Java Version: 21.0.12
Java Home: /nix/store/v3n6jl0sxn64g97c5kxzriwj4fv6qnjh-openjdk-21.0.12+2/lib/openjdk
Decompiled code
readEntireFileDecompilation.xml
All reactions