English 中文(简体)
请就反射工程引信代码[封闭式]提出好的博客、文章或 do
原标题:Please suggest good blog, article or doc on reverse engineering obfuscated code [closed]

我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。

Closed 6 years ago.

正如我在前面的一个专题中所解释的那样,我失去了数十份 app(去年的工作)的硬盘,现在我不得不推翻所有这些.。 一些老年人很容易受到《国际权利倡议》的干扰,因为他们的法典没有被混淆。 然而,所有新手的手法都混为一谈,因为Eclipse在你制作准备出版的版本时自动切除了青 Android灯。

由于所有班级、方法和班级成员都混淆不清(他们的姓名改变、参数等),我有许多问题重新产生。 你们能否分享任何精彩的博客、文章或文件,这些文章或文件在扭转迷惑的代码时,都字不提。

If someone wants, he can write his own suggestions or tips.

Thanks in advance

PS. 这是原来的条款:“。 Ted to向工程师们转播我的镜子,但去了一些ir子树。

最佳回答
问题回答

在我自己的调查中,我发现了几篇文章和文章,涉及反向工程和混乱。 他们都是免费的,你可以通过作者和(或)称呼他们:

  • Schulz: Automated De-Obfuscation of Android Bytecode
  • Fora: Beginners Guide to Reverse Engineering Android Apps
  • Udupa, Debray, Madou: Deobfuscation - Reverse Engineering Obfuscated Code
  • Lakhotia, Kumar: Abstract Stack Graph to Detect Obfuscated Calls in Binaries
  • Proebsting, Watterson: Decompilation in Java - Does Bytecode Reveal Source
  • Chandrasekharan, Debray: Deobfuscation - Improving Reverse Engineering of Obfuscated Code
  • Stroulia, Systa: Dynamic Analysis For Reverse Engineering and Program Understanding
  • Kazman, Carriere: Playing Detective - Reconstructing Software Architecture from Available Evidence
  • Cauquil, Jaury: Small footprint inspection techniques for Android
  • Wognsen, Karlsen: Static Analysis of Dalvik Bytecode and Reflection in Android
  • Ernst: Static and dynamic analysis - synergy and duality
  • Systa: Static and Dynamic Reverse Engineering Techniques for Java Software Systems
  • Kruegel, Robertson, Valeur, Vigna: Static Dissasembly of Obfuscated Binaries




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签