bloo   01-11-2015, 08:41 AM
#3
Forgot about this one, though it's simple, it can be rather annoying when scattered around randomly.
Instruction Stepping:
Code:
long s = System.nanoTime();
if (System.nanoTime() - s > 100000) {
System.exit(0);
}
Obviously this should be in somewhere that's not going to be lagging. 100000 nanoseconds is a bit of a stretch for 3 instructions to process, since System.nanoTime() calls should be pretty fast. Tongue
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.