IDA processor module for the hexagon (QDSP6) processor
This is the processor found in recent qualcomm basebands ( MSM9xxx ) with LTE support, like the apple iphone5 and samsung galaxy s3.
https://github.com/gsmk/hexagon
目前问题:
•Stack variables not yet recognized
•The first instruction of a segment is not always disassembled correctly, you can see it switch sometimes. ( this is because the objdump hexagon code keeps internal state in local static variables )
•Switches are not yet recognized
•Indirect jumps and calls are not yet marked as such
•basic block ends are not correct in graph view
This is the processor found in recent qualcomm basebands ( MSM9xxx ) with LTE support, like the apple iphone5 and samsung galaxy s3.
https://github.com/gsmk/hexagon
目前问题:
•Stack variables not yet recognized
•The first instruction of a segment is not always disassembled correctly, you can see it switch sometimes. ( this is because the objdump hexagon code keeps internal state in local static variables )
•Switches are not yet recognized
•Indirect jumps and calls are not yet marked as such
•basic block ends are not correct in graph view