python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use Wildcards in Obfuscator XML
I have a Obfuscator XML that obfuscates the hardcoded file names
<?xml version="1.0" encoding="utf-8" ?>
<Obfuscator>
<Var name="InPath" value=".&qu...
HITESH SURYAWANSHI
Votes: 0
Answers: 1
Hook instagram apk using Frida
I wanted to hook some functions from instagram apk using frida, decompiled the apk with
jadx/JEB, one of the functions I wanted to hook was in this:
public static void A00(HGf arg8, I1Y arg9) {
...
hanan
Votes: 0
Answers: 0
Installation of java-deobfuscator on windows (version with GUI) - can't found a JVM with JavaFX
I am trying to install: https://github.com/java-deobfuscator/deobfuscator-gui
The problem is that on my computer (Windows 10) it doesn't start, but I do the right things: https://i.imgur.com/9e4GUoS.p...
Antyss77
Votes: 0
Answers: 1
Hide plain text Credentials on Java
I have a username and password in my Java app to call an external API. I would like obfuscate these credentials' strings and not hardcode them in plain text inside source code.
Any tip how I can do th...
Nuno Santos
Votes: 0
Answers: 1