Created
March 29, 2021 13:31
-
-
Save eybisi/2d4230d4caf68d3f65ae82f1f734bd30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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