Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Cannot create run following jumpkind Ijk_SigFPE_IntOvf #39

Closed
hanchaoqiang opened this issue Mar 28, 2016 · 5 comments
Closed

Cannot create run following jumpkind Ijk_SigFPE_IntOvf #39

hanchaoqiang opened this issue Mar 28, 2016 · 5 comments

Comments

@hanchaoqiang
Copy link

error:angr.analyses.cfg | AngrError Cannot create run following jumpkind Ijk_SigFPE_IntOvf when creating SimRun at 0x40a9dc
what should i do ? thanks

@ltfish
Copy link
Member

ltfish commented Mar 28, 2016

That is a jump that will only be triggered when an floating point instruction causes an integer overflow. You can safely ignore the message when building the CFG.

@hanchaoqiang
Copy link
Author

after I loaded a binary project, i use the "print cfg.graph" instruction, why nothing is been output?

@ltfish
Copy link
Member

ltfish commented Mar 28, 2016

CFG.graph is a networkx.DiGraph, and it's normal for it to print out nothing as the default repr string. Please take a look at cfg.graph.edges() for edges and cfg.graph.nodes() for nodes.

You may want to use angr-management (our official GUI) to visualize the CFG, which will require some intensive Python and enaml background. Alternatively, you can try this out: https://github.com/axt/angr-utils

@ltfish ltfish changed the title CFG Cannot create run following jumpkind Ijk_SigFPE_IntOvf Mar 28, 2016
@ltfish
Copy link
Member

ltfish commented Mar 28, 2016

Also, please submit new angr-related issues under angr project - this is angr-doc.

@zardus
Copy link
Member

zardus commented Mar 28, 2016

Asking on #angr on freenode.net might also get slightly quicker results to questions like this.

@ltfish ltfish closed this as completed Apr 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants