Hanqin Guan

Results 3 issues of Hanqin Guan

**Describe the bug** Can't symbolically analyze rust program [branch_on_args_num.d.wasm](https://github.com/HNYuuu/SeeWasm/files/11131723/branch_on_args_num.d.wasm.tar.gz), raising invalid memory exception. However, when feeding concrete args, the program can successfully analyze. Here is the traceback (using original `interval`...

**Describe the bug** When using Rust `std::env::args_os` to accept command line arguments, z3 backend generates an error. I think z3 doesn't support some types, because `std::env::args_os` is designed to accept...

**Describe the bug** Can not analyze wasm using newer version of rustc (1.67.1). ![image](https://user-images.githubusercontent.com/53598282/227950807-8c6376f8-c8b9-4d12-a7aa-2992706ffa7a.png) **To Reproduce** `python launcher.py -f hello_world_rust_new.wasm -s -v debug --source_type rust` **Expected behavior** no errors. **Additional...