root Posted January 17, 2019 Posted January 17, 2019 https://github.com/Pigrecos/Z34Delphi My new repository for using Z3 in delphi(porting z3 c api to delphi). I tried and there were no tools for symbolic execution in delphi 1 1
rdohmen Posted January 27, 2021 Posted January 27, 2021 Hi, I have two questions: question 1: I tried to compile z3_delphi in the testfolder in Delphi 10.3.3 Community Edition. This gives the errormessage: Unit 'capstone' not found. Do I need to add a 'capstone' package? question 2: Is there a way to use z34delpi in Lazarus?
root Posted March 28, 2021 Author Posted March 28, 2021 On 1/27/2021 at 11:17 PM, rdohmen said: Hi, I have two questions: question 1: I tried to compile z3_delphi in the testfolder in Delphi 10.3.3 Community Edition. This gives the errormessage: Unit 'capstone' not found. Do I need to add a 'capstone' package? question 2: Is there a way to use z34delpi in Lazarus? 1. If you want to try the library capstone is not essential (used for tests with opaque predicates), the library is still available here https://github.com/Pigrecos/Capstone4Delphi 2.I have not tried but with small adjustments (which unfortunately I do not have the time to do ...) it is certainly possible and quite simple (it is always pascal) 2
rdohmen Posted March 30, 2021 Posted March 30, 2021 Hi, I've ported your code to Lazarus. De repo is avaiblable here. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now