PKU-ASAL / SeeWasm

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

Some refactored statements need recheck #38

Closed HNYuuu closed 2 years ago

HNYuuu commented 2 years ago

I am refactoring the graph.py, some of the statements need recheck @zzhzz

Please recheck this comments, and revise the corresponding statements. Thanks @zzhzz

zzhzz commented 2 years ago
HNYuuu commented 2 years ago

The first three problems are revised in ae4ac2d, 829b635 and 1dc1715, respectively.

However, the DFS-traversal algorithm seems buggy, please refer to #39; and the debugging information and functions should be extracted, please refer to #40.