Skip to content

Commit

Permalink
[Obfuscation] Display Module Name
Browse files Browse the repository at this point in the history
  • Loading branch information
61bcdefg committed Mar 4, 2023
1 parent 8d3b0ed commit b7303a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Obfuscation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ struct Obfuscation : public ModulePass {
Timer *timer = new Timer("Obfuscation Timer", "Obfuscation Timer", *tg);
timer->startTimer();

errs() << "Running Hikari On " << M.getSourceFileName() << "\n";

ModulePass *MP = createAntiHookPass(EnableAntiHooking);
MP->doInitialization(M);
MP->runOnModule(M);
Expand Down

0 comments on commit b7303a8

Please sign in to comment.