public class DevProfile {
String name = "Joyel";
int age = 17;
String country = "India";
String field = "Exploit Researcher @ Crasher";
String studentStatus = "12th Class Commerce Student";
String[] languages = {"Java", "C++"};
String[] hobbies = {"Armwrestling", "Fighting"};
String[] currentResearch = {"Java Bytecode Obfuscation", "ASM Transformations", "Anti-Cheat Bypass"};
String funFact = "I break and develop for fun.";
public void introduce() {
System.out.println("Hey, I'm " + name + " โ a " + age + "-year-old " + field + " from " + country + ".");
System.out.println("I'm a " + studentStatus + " who loves " + String.join(" & ", hobbies) + ".");
System.out.println("I code in " + String.join(", ", languages) + ".");
System.out.println("Currently deep in: " + String.join(", ", currentResearch) + ".");
System.out.println("Fun Fact: " + funFact);
}
}"The right tool for every exploit."
- ๐ต๏ธ My Toys: Ghidra, IDA Pro, x64dbg, recaf, JADX, JbyteMod, and more
- ๐ป Specialties: Bytecode Manipulation (ASM), JNI, Mixins, Packet Injection, Fabric API, Velocity API
- ๐ Deep Dive: Java Bytecode Obfuscation โ class file transformation, string encryption, control-flow obfuscation, reflection hijacking
The metrics of mayhem.
๐ง Now Infiltrating
What's running in the background while I code?
๐ก Comms & Connect
"Are you the developer because you're Joyel, or are you Joyel because you're the developer?"
๐ง Email: joyelthedev99@gmail.com
๐ฑ GitHub: JoyelTheDev


