βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β $ whoami β
β > CoderNamaste β Android & Web Reverse Engineer β
β > Frida | IDA Pro β
β > Anti-Bot Research | Automation | Security β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
class CoderNamaste:
def __init__(self):
self.name = "CoderNamaste"
self.role = "Android & Web Reverse Engineer"
self.tools = ["Frida", "IDA Pro", "Jadx", "Burp Suite"]
self.focus = ["API Analysis", "Anti-Bot Research",
"Automation", "Security Exploration"]
self.languages = ["C", "Java", "Python", "JavaScript"]
self.philosophy = "Always curious about what happens under the hood π¬"
def current_status(self):
return "Reversing something right now... π΅οΈ"
| Category |
Tools |
| Dynamic Analysis |
Frida |
| Static Analysis |
IDA Pro Β· Jadx Β· apktool |
| Network |
Burp Suite Β· mitmproxy |

[*] Hooking native functions with Frida
[*] Bypassing SSL pinning & root detection
[*] Reversing obfuscated APKs & minified JS
[*] Analyzing custom protocols & API flows
[*] Building automation tools that actually work

"Everything Is Open Source If You Can Reverse Engineer."