-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample file? #1
Comments
Hi, You can easily create it yourself. Just create a new visual studio console application and compile it as Release. I got some more code ready for UniPE that is more stable and supports some real world applications (like Multithreading) but I want to implement some more things before I commit it. Peter |
something like this, or more complicated?
|
i cannot compile this due to missing static library (unicorn_static.lib). could you also put all the dependencies up, to make it easier to build? |
You need to compile the Unicorn engine from the repo |
can you explain exactly where to put the header files, and library file, so VS can compile? (would be great if all these dependencies are coming together with your code, so people dont need to go extra miles just to build) |
any hints, please? |
hi,
would you please put up the sample file "g:/Cracking/UnicornBasedAttacks/UniTest/Release/UniTest.exe", together with its source code, so i can play with your tool?
thanks for this nice work!
The text was updated successfully, but these errors were encountered: