Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
1–10 of 63 posts
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#2Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#3“Debofuscating”???
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#4Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#5Earlier quoted context omitted.
I'm not sure what you're asking. Obfsucating means making the code unreadable/unintelligible. Think minimfy js on steroids. Debofuscating just means undoing the obfuscation.
'Debo' or 'Deob'?
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#6Earlier quoted context omitted.
I'm not sure what you're asking. Obfsucating means making the code unreadable/unintelligible. Think minimfy js on steroids. Debofuscating just means undoing the obfuscation.
'Debo' or 'Deob'?
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#7“Debofuscating”???
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#8“Debofuscating”???
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#9“Debofuscating”???
Re: Reverse Engineering Snapchat (Part II): Debofuscating the Undeobfuscatable
#10I find this pretty hard to follow. Would you be open to writing a longform version of this aimed at the tutorial level?
Reading between the lines, I would guess you're trying to demonstrate that you really know what you're doing. Maybe as a proof of concept for possible employment opportunities. If so, that's great! Good luck.
But if I were interested in reverse engineering some other app, I don't think I could understand what you've done well enough to use these techniques on that app. Except maybe the breakpointing within `fuck_debug`, that was pretty slick and easy to follow.