Skip to content

Commit

Permalink
[BUGFIX] Use export symbols only (Issue #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Aug 13, 2023
1 parent d3b5021 commit ed21de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TinyTracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "PinLocker.h"

#define TOOL_NAME "TinyTracer"
#define VERSION "2.6"
#define VERSION "2.6.1"

#include "Util.h"
#include "Settings.h"
Expand Down Expand Up @@ -848,7 +848,7 @@ int main(int argc, char *argv[])
// Initialize PIN library. Print help message if -h(elp) is specified
// in the command line or the command line is invalid

PIN_InitSymbols();
PIN_InitSymbolsAlt(EXPORT_SYMBOLS);
if (PIN_Init(argc, argv))
{
return Usage();
Expand Down

0 comments on commit ed21de9

Please sign in to comment.