Skip to content

Commit

Permalink
Merge branch 'master' into nvbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ejchung0406 authored Oct 29, 2024
2 parents 8246f66 + 94942a2 commit c245754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/x86_trace_generator/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ How to generate x86 traces

[1] Install Pin (https://software.intel.com/content/www/us/en/develop/articles/pin-a-dynamic-binary-instrumentation-tool.html)
[2] go to macsim/tools/x86_trace_generator directory
[3] set up $PIN_ROOT the root directory of pin and copy libzilb.a in
[3] export PIN_ROOT and PIN_HOME as the root directory of your pin install and copy libzlib.a
into $PIN_ROOT/intel64/lib/ and $PIN_ROOT/extras/xed-intel64/lib
[4] make
[5] pin -t obj-intel64/trace_generator.so - $BIN $ARGS

Expand Down

0 comments on commit c245754

Please sign in to comment.