reverse-engineering
Android: Java: Proguard: How to: verify if my jar (different jar project)/apk are successfully processed? (I am thinking to reverse engineer it)
I successfully processed my jar and apk. Then, want to verify if is it truly hard to reverse engineer or truly did the obfuscation.[详细]
2023-04-05 20:06 分类:问答Reverse engineer a .NET SQL Assembly
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[详细]
2023-04-05 05:42 分类:问答Protect string constant against reverse-engineering
I have android application that has hard coded (static string constants) credentials (user/pass) for sending emails via SMTP.[详细]
2023-04-04 23:36 分类:问答hibernate reverse engineering character encoding
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\"[详细]
2023-04-04 22:06 分类:问答Modifying and Saving in IDA
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,[详细]
2023-04-04 04:10 分类:问答Where are the Freemarker Hibernate classes referenced located
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[详细]
2023-04-04 04:09 分类:问答Change embedded destination port in compiled application
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开发者_如何学[详细]
2023-04-03 21:37 分类:问答How to protect PHP codes with serial/license mechanism with oauth or similar model to make client-server requests?
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.[详细]
2023-04-02 06:27 分类:问答Is Cocotron the result of reverse engineering?
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?[详细]
2023-04-02 06:09 分类:问答Compile-time string encryption
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[详细]
2023-04-01 15:58 分类:问答