╔═══════════════════════════════════════════════════════════╗
║ $ 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

