Giter Site home page Giter Site logo

Comments (2)

JelinYao avatar JelinYao commented on June 20, 2024

确实是个bug,64位PE文件读取导入表使用的是32位接口导致的。问题已修复,可以使用最新的64位程序查看:https://github.com/JelinYao/dependency/releases/download/1.5/dependency_x64.7z
32位的还有问题,因为发现一个很奇怪的现象:
64位系统下,32位程序读取C:\Windows\System32下面的PE文件,解析出来竟然是32位PE(实际为64位程序);将C:\Windows\System32下面的PE文件拷贝到桌面,再用32位程序读取,解析出来是64位PE(这才是正常)。
也就是说,同一个64位PE文件,在系统目录和其他目录,32位的dependency程序解析出来的PE文件头中PE架构不一致。怀疑是读取文件的时候操作系统用了缓存,但是查了相关API没有找到佐证。

from dependency.

yingchengpa avatar yingchengpa commented on June 20, 2024

多谢。现在用python的pefile模块更加简单。

from dependency.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.