Xingwei Lin

Results 5 issues of Xingwei Lin

Hi, When I was fuzzing, `frida-fuzzer` reported such error. I cannot exactly reproduce this problem because I don't know which input file lead to this. ![photo_2020-03-05 14 55 55](https://user-images.githubusercontent.com/15721702/75955776-7fa6f980-5ef1-11ea-9b18-ff5d11ef17ad.jpeg)

Hi, I'm using the pin plugin to collect coverage in macOS big sur. In the big sur, apple aggregates all the system binaries into dyld_shared_cache. And I use the pin...

Hi, I'm trying to make `DroidRA`(https://github.com/MobileSE/DroidRA) work correctly. `DroidRA` is based on `Coal` to perform composite constant propagation analysis( `Composite Constant Propagation: Application to Android Inter-Component Communication Analysis`). `Coal` doesn't...

Hi, all When I analyzed a big app with `setMergeDexFiles(true)` and `setCallbackAnalysisTimeout(50)`, the analysis process of Flowdroid won't terminated. But if I didn't `setMergeDexFiles(true)`, it could terminated normally. The code...

**Describe the bug** ``` $ cmake -DBUILD_STATIC=ON .. $ make -j20 ``` compile log: ``` [ 0%] Performing update step for 'bcos_wasm_project' [ 3%] Built target wabt_project [ 3%] Performing...