Qiaosen Liu

Results 11 issues of Qiaosen Liu

## Bug report When I follow the tutorial “[Simulation on Hardware — Dev documentation](https://ardupilot.org/dev/docs/sim-on-hardware.html#)” for hardware simulation, the connection to MissionPlanner keeps showing that the parameters are obtained, as shown...

![image](https://user-images.githubusercontent.com/62269820/172768870-6349ee50-4ab3-40a4-ac7f-e7425f1bef0e.png)

I have SVF as a lib in order to call its andersen analysis. I saved all the LLVM Inst objects in a map after calling the pointer analysis, when I...

Hi. I am using the following command to generate ICFG: "wpa -ander --vcall-cha --dump-icfg test.ll" In the generated icfg, the virtual function callsite ("call void %14(%"class.test::base "* %10), !dbg !38"...

cpp-issue

I'm using SVF version 2.1. The omission occurs when I write SVF as a lib to get the callsite of all the virtual functions and their targets. As far as...

cpp-issue

Dear Developers. I have been most looking for a way to statically analyze virtual function calls on IR, and I would like to ask if SVF provides such a feature?...

![image](https://github.com/WenyanLiu/CCFrank4dblp/assets/62269820/6d5ce229-78f2-4091-8d9b-819d0f588a38)

hello, I'm trying to generate llvm IR in px4 compilation using your tool, I imported cmake as you requested and added include to CMakeLists.txt, during cmake I see the console...

question

Dear Developer. I noticed your tool by reading the paper "Gazer-Theta: LLVM-based Verier Portfolio with BMC/CEGAR (Competition Contribution)" and I found that the LLVM IR is converted into a CFA....

Dear Author. I used the SVF of master branch for the analysis of indirect calls. I found that callee is SVFFunction object and I want to get the corresponding llvm...