JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.39k stars 524 forks source link

Will a new official version be released soon? #1295

Open jimwang118 opened 7 months ago

jimwang118 commented 7 months ago

Have you released any new formal plans recently?

JonathanSalwan commented 7 months ago

There is no formal plan here :). I don't know when a new release will be pushed.

jimwang118 commented 7 months ago

I got the following error when using vcpkg to install triton:x64-windows. The compiler I use is vs2022, and the source code I use is 2b655f20528065cf70e0fa95e2d01b34a8ef6a17 commitid, which was submitted on October 9, 2022. cl : Command line error D8003 : missing source filename install-x64-windows-dbg-out.log

Then I updated the source code to the latest commit and the problem was fixed, but I couldn't determine which PR in the middle fixed the problem. Can you help determine the specific fix PR?

cctv130 commented 6 months ago

你可以用cmake进行编译,vs2022编译通过