-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add support for latest Intel Pin (3.7) #4
Conversation
Some commands like '$(MAKE) objects' in pin/ scripts couldn't work due to lack of '-f' option. So it's safe to use default name 'makefile' instead of 'mymakefile'.
Hi Ren, |
Hi. Thanks for comment. Most simple example, a comp binary
And other binaries works correctly as a comp example. So currently I think vuzzer64 can work with Intel Pin3.7 and you can merge it. Thanks:) |
Hi. Is there any progress? |
Hi,I will merge it soon (as currently i am traveling). as of now, it seems promising.
Thanks & Regards
- Sanjay
https://sites.google.com/site/securitythoughts/
On Wednesday, November 28, 2018, 2:53:30 AM GMT+5:30, Ren Kimura <notifications@github.com> wrote:
Hi. Is their any progress?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
While compiling libdft64 this happens. Any idea why? In file included from tagmap.h:38:0, |
Sorry, I forgot to note that PinCRT doesn't support some C++11 features like vector->data(). |
Hi, |
the README still says PIN 2.13 is required - is that outdated or are there othe requirements why it still must be that old version? |
Ported taint analysis library libdft64 for PinCRT which is used as a C/C++ runtime framework in Intel Pin (>=3.0).
There are some changes in both components libdft64 and vuzzer64.
libdft64
vuzzer64