-
Notifications
You must be signed in to change notification settings - Fork 142
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
.NET framework build exe file #4
Comments
Hi! Indeed, this tool is dedicated to trace native modules only, and doesn't work for .NET executables. You can trace some DLLs within the .NET managed process though. |
Oh, I got it! Thank you for your rapid response. if you don't mind, close this issue. Have a nice day! |
Hello! It might be an interesting idea to analyze .NET malwares with PIN.
So, as the result your tool will log only necessary code. This is in theory :-) |
@crowman2 - thank you for the heads-up, I will check it and maybe add the support in the future |
Hi, I tried to this project
and make exe file, Visual studio 2015 with .NET framework 4.5.2 Build Realese x64 and x86
allowedly, I set C:pin, source\tools\tiny-tracer and so on, using your youtube tutorial.
but my exe file result is empty. here is example
output,out file is empty.
and I tried other project exe file, Visual studio project 2015 build with C++ win32 project Relases x64 and x86
the Result is good. I get output.out with API Called.
is this any issue using .NET framework exe file or any Requirement using this project?
and Thank you for using your good project.
The text was updated successfully, but these errors were encountered: