I successfully processed my jar and apk. Then, want to verify if is it truly hard to reverse engineer or truly did the obfuscation.
What are some applications/software that can reverse enginee开发者_StackOverflow社区r a .NET SQL assembly .DLL?I already know about Reflector, doPeek, and JustDecompile but am looking for other ones.I
I have android application that has hard coded (static string constants) credentials (user/pass) for sending emails via SMTP.
Hi i am trying to reverse engineering with my oracle database but have a small problem that hibernate generates classnames in a unwanted encoding. for example if table name \"KKYAGI\"
Is it possible to add code to a current binary in IDA and then save then to recompile 开发者_如何学Pythonthe binary? I\'ve looked over Google, but no suggestions as to whether IDA can do this. If not,
I am attempting to make custom reverse engineering templates for Hibernate.In many of the templates I see online, I see variables such as pojo, class, c2j.My question is where are these variable comin
I have a compiled client application without the source code. It connects via TCP to my server on port 7777 (this is the destination). I would like to change the application to use a diffe开发者_如何学
After searching for many and many encoding/encryption softwares, I have came to conclusion that none of those can protect your source codes from reverse-engineering attempts.
Does it replicate the behavio开发者_开发知识库ur of the various libraries (so the calls are exactly the same) or just codes them from scratch using unique optimizations and new ways to do their stuff?
I don\'t want reverse-engineers to read the plain-text of hardcoded strings in my application. The trivial solution for this is using a simple XOR-Encryption. The problem is I need a converter and in