Open Yangff opened 7 years ago
谢谢 @Yangff
I cannot this processor type to populate in IDA7.0. I have copied the file to the plugins folder, but as this is my first time working with the software, I am not sure what other steps I need to take.
Is anyone will to explain what else needs to be done, or if this is just not working in version 7.0?
I cannot this processor type to populate in IDA7.0. I have copied the file to the plugins folder, but as this is my first time working with the software, I am not sure what other steps I need to take.
Is anyone will to explain what else needs to be done, or if this is just not working in version 7.0?
You should put it under You_IDA_PATH\procs
instead of plugins folder
Still got an error: missing call back of notify_emu. I load the binaries directly into ida and choose the xtensa processor. Are there any other steps that I have missed? My ida version is 7.0.
When i install this script, I got other issue.
Processor module script failed to initialize.
File: /Applications/IDA Pro 7.0/ida.app/Contents/MacOS/procs/xtensa.py
Assembler field 'flag' is missing or incorrectly defined
Anybody knows how to solve that ?
@Yangff can you know what type of that error ?
Ok, i solved. Just remove AS_ASCIIZ in flag properties change:
"flag": ASH_HEXF3 | ASD_DECF0 | ASO_OCTF1 | ASB_BINF3 | AS_NOTAB
| AS_ASCIIC | AS_ASCIIZ,
to
"flag": ASH_HEXF3 | ASD_DECF0 | ASO_OCTF1 | ASB_BINF3 | AS_NOTAB
| AS_ASCIIC ,
IDA7.0 -- the plugin can not decompile .a file, are there any other steps that I have missed?
i found a error
File "C:/Program Files/IDA 7.7/procs\xtensa.py", line 214, in XtensaProcessor "flag": ASH_HEXF3 | ASD_DECF0 | ASO_OCTF1 | ASB_BINF3 | AS_NOTAB NameError: name 'AS_NOTAB' is not defined
i have same error anyown solve this problem sand me
I also encountered the same bug, my software version is IDA_Pro_v8.3
I also encountered the same bug, my software version is IDA_Pro_v8.3
same here
Some modifies for ida 7.0.