Skip to content

Instantly share code, notes, and snippets.

@eybisi
Created March 29, 2021 13:31
Show Gist options
  • Save eybisi/2d4230d4caf68d3f65ae82f1f734bd30 to your computer and use it in GitHub Desktop.
Save eybisi/2d4230d4caf68d3f65ae82f1f734bd30 to your computer and use it in GitHub Desktop.
Java.perform(function() {
var f = Java.use("java.io.File")
f.delete.implementation = function(a){
console.log("[+] Delete catched =>" +this.getAbsolutePath())
return true
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment