PKU-ASAL / SeeWasm

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

Remove string related funcs emul #58

Closed HNYuuu closed 2 years ago

HNYuuu commented 2 years ago

Remove the emulation of C library's string related functions, like strcpy, strcmp and strstr, because we can just step in these functions and their implementations are not complicated.

Partly fix #57.