The decompilation skips some important data #6860
Replies: 3 comments 1 reply
-
Go to the address of |
Beta Was this translation helpful? Give feedback.
-
It worked, thanks!!! One more thing on this matter, on old systems they used dummy assignments for delaying a bit the CPU something like: #define delay {byte x=*PTR[addr];} Ghidra sees that code as dead code and again it doesn't show it in the decompile window. Is there any setting wich tells ghidra to keep dead code too? |
Beta Was this translation helpful? Give feedback.
-
Give a try to disabling the checkbox at:
By name and description, it shouldn't work, but it's worth a try... |
Beta Was this translation helpful? Give feedback.
-
As you can see in the next image
before
*addr = 0x5a5a5a5a;
should be anofault =nomem;
statement which is missing.Is it a bug or do I need to configure something?
The textual representation of asm & C code:
P.S. If needed I can share the entire ghidra project.
Beta Was this translation helpful? Give feedback.
All reactions