Skip to content

Instantly share code, notes, and snippets.

@Fuzion24
Last active October 11, 2017 05:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fuzion24/9698c95fd7458c16077d to your computer and use it in GitHub Desktop.
Save Fuzion24/9698c95fd7458c16077d to your computer and use it in GitHub Desktop.
O-LLVM + Kryptonite Obfuscation with Android NDK

O-LLVM + Overclok's Kryptonite Obfuscation with Android NDK.

#include <stdio.h>
int addme(int a, int b){
return a + b;
}
int main(int argc, char * argv[]){
printf("hello, world %d\n", addme(1,3));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment