JunkRemove
(may be call it JumpFix is better, but I'm lazy to rename it, some code from "IDA_ExtraPass_PlugIn" by Sirmabus)
An IDA Pro 6.1 plug-in.
By HyperIris ( fsstudio at 263.net)
V0.1
Some times, when we disasm packed code or some type of exe shell, the junk code will makes IDA crazy.
IDA can't handle junk code correctly, the padding bytes after jmp are totally garbage, but IDA thinks they are opcode.
This plugin will fix these jumps in some degree.
See the screen shots.
1.jpg is the initial IDA analysis result.
2.jpg is after jump fix.