PKU-ASAL / SeeWasm

A native symbolic execution engine for WebAssembly
40 stars 3 forks source link

Recheck interval generation #37

Closed HNYuuu closed 2 years ago

HNYuuu commented 2 years ago

I have create a new branch refine-graph to refactor the graph.py, please see the commit 7361135 for details.

I renamed the extract_basic_blocks to initialize, because all the Graph class properties are initialized in this function. However, several changes I have made that I think may influence the following interval generation, here are these changes:

In summary, please recheck the correctness of interval generation process as I have changed the initialization process of rev_bbs_graph. Thanks @zzhzz

zzhzz commented 2 years ago

LGTM

zzhzz commented 2 years ago

comment added in 039a75578989b97434b79086f9eb05c452eed468