Monday at 03:21 PM2 days Hi guys,I've been working on an Appfuscator string decryptor which I used on a malware called Gremlin Stealer ( https://bazaar.abuse.ch/sample/d21c8a005125a27c49343e7b5b612fc51160b6ae9eefa0a0620f67fa4d0a30f6/ ).I used the AsmResolver library.It still needs two things: replace variables by their value and patch ternary operators to decrypt all the strings. I guess I need to look at the control flow graph for that.You can take a look and even contribute or give suggestions on how to approach the problems.GitHubGitHub - lowlevel01/deGremlin: Decrypt and Patch strings...Decrypt and Patch strings obfuscated with Appfuscator. Tested on Gremlin Stealer. - lowlevel01/deGremlin Edited Monday at 03:30 PM2 days by hanzo
Monday at 03:31 PM2 days Author 4 minutes ago, ravi said:can upload test file here to testIt's a malware, here is the link https://bazaar.abuse.ch/sample/d21c8a005125a27c49343e7b5b612fc51160b6ae9eefa0a0620f67fa4d0a30f6/ .Download it inside a VM.
Create an account or sign in to comment