Skip to content

Instantly share code, notes, and snippets.

View vvolkgang's full-sized avatar

Álison Fernandes vvolkgang

  • Bitwarden
  • Portugal
View GitHub Profile
@akabe1
akabe1 / frida_netsecconfig_bypass.js
Created October 7, 2021 10:25
An Android network security config pinning bypass
/* Android Network Security Config bypass script
by Maurizio Siddu
Run with:
frida -U -f [APP_ID] -l frida_netsecconfig_bypass.js --no-pause
*/
Java.perform(function(){
console.log('');
console.log('======');
@vvolkgang
vvolkgang / GameDev Links.md
Last active December 24, 2015 16:39
Articles and other interesting information about Game Development.