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

Set addressing origin #102

Open faulesocke opened 5 years ago

faulesocke commented 5 years ago

I'm currently disassembling a lot of 16 bit real-mode code. A unique property of this code is that the address at which the code would normally load can not be guessed from the code itself - it must be known ahead of time in order to produce correct disassembly. Is it possible to set the addressing origin in plasma (something like the -o option to ndisasm), maybe through the python API?