The Bytecode Club
obligatory introduction - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Introductions (https://the.bytecode.club/forumdisplay.php?fid=132)
+--- Forum: Introductions (https://the.bytecode.club/forumdisplay.php?fid=3)
+--- Thread: obligatory introduction (/showthread.php?tid=45866)



obligatory introduction - theslavemaster - 05-22-2018

Hi, new to decompilation. Looking to reverse engineer the API for my national railway ticket booking android app (IRCTC Connect) since their client has major missing features. The app has a lot of protections (SSL Pinning, obfuscation, JWT encryption) and right now I'm trying to figure out how the JWT encryption works. Digging through .smali files is quite hard for me, and the jadx decompilation seems to be incorrect for a lot of function calls. Would like to know how to go about debugging .smali files and inserting debug statements (eg. breakpoints?). Thanks