Decode Trap code?
#314
|
Hi, instead of (trapped) beside handle the input piece by piece or line by line? |
Answered by
wtfsck
Jul 19, 2022
Replies: 1 comment 1 reply
|
Have a look at |
1 reply
Answer selected by
wtfsck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look at
Instruction:flow_control()andFlowControlenum variantsUnconditionalBranch,IndirectBranch,Return,Exceptionand maybeInterrupt. If it's one of them, the next instruction isn't necessarily code, could be data, so you should either stop disassembling or continue from the target (if it'sUnconditionalBranch, seeInstruction:near_branch_target())