plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

analyzer: confusion small address / immediate #66

Open ghost opened 8 years ago

ghost commented 8 years ago

When sections are mapped in low memory, the analyzer add too much xrefs. It could be better to check first if there is memory access when an immediate value is encountered.

ghost commented 8 years ago

It totally fails on linux kernel module, the analyzer is lost.