Reversing.AC - The way to stay under radars

std::string Nickname { "cpz" };

std::printf( "https://github.com/%s\n", Nickname.c_str() );

std::printf( "https://twitter.com/dg_%s\n", Nickname.c_str() );

std::printf( "%s\x40reversing\x2e\\\bac\n", Nickname.c_str() );

  • home
  • blog

Blog Posts

Category List | Atom Feed
  • Jan 18, 2020 :: CSPL.ru Anti-Cheat Analysis @ { CSPL,anticheat,reversing,windows }
  • Jan 17, 2020 :: Lost Ark Unexpected Data Mining @ { lostark,reversing,windows }
~