如何分析二进制文件? [英] How to analyze binary file?

查看:534
本文介绍了如何分析二进制文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个二进制文件。我不知道它是如何格式化的,我只知道它来自德尔福code。

I have a binary file. I don't know how it's formatted, I only know it comes from a delphi code.

是否存在任何方式来分析二进制文件?

Does it exist any way to analyze a binary file?

它存在不存在任何模式来分析和未知格式反序列化文件的二进制内容?

Does it exist any "pattern" to analyze and deserialize the binary content of a file with unknown format?

推荐答案

尝试这些:


  1. 反序列化数据:分析它是如何编译你的EXE(尝试文件分析器) 。尝试用发现的语言反序列化二进制数据。然后,序列化的XML格式(语言indipendent),每一个编程语言可以理解

  2. 分析二进制数据:试图保存文件的各种版本几乎没有变化,并使用diff程序分析每一位的含义与十六进制编辑器。用它与二进制黑客技术相结合(如如何破解由弗兰斯Faase 二进制文件格式)

  3. 反向工程应用:尝试使用逆向工程工具,用于构建应用程序(使用的文件分析器)。否则,使用反汇编程序分析工具,如 IDA Pro反汇编

  1. Deserialize data: analyze how it's compiled your exe (try File Analyzer). Try to deserialize the binary data with the language discovered. Then serialize it in a xml format (language-indipendent) that every programming language can understand
  2. Analyze the binary data: try to save various versions of the file with little variation and use a diff program to analyze the meaning of every bit with an hex editor. Use it in conjunction with binary hacking techniques (like How to crack a Binary File Format by Frans Faase)
  3. Reverse Engineer the application: try getting code using reverse engineering tools for the programming language used for build the app (found with File Analyzer). Otherwise use disassembler analysis tool like IDA Pro Disassembler

这篇关于如何分析二进制文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆