Coder Social home page Coder Social logo

Comments (4)

 avatar commented on May 19, 2024

I'm also on Archlinux x64. Unfortunately, I haven't found a PE written in c++ and I can't compile a test file, so I couldn't reproduce your bug.

Did you try with the repo https://github.com/mlaferrera/python3-pefile instead of the pefile package present in the AUR ?

Thanks.

from plasma.

 avatar commented on May 19, 2024

Can you confirm this is ok for you ? I didn't see that there is now an official port for python3 (the one which is in the AUR package).

from plasma.

j-stephan avatar j-stephan commented on May 19, 2024

Sorry for the late response. The error message is gone, so I suppose this is fixed.

However, it is now complaining about "symbol main or _main not found", I assume this is because the PE file in question has a WinMain. Any possibility to add support for that?

from plasma.

 avatar commented on May 19, 2024

Generally it prints this because the file was stripped, and the solution is to start at the entry point with the command v EP. Then you have to find the main function.
Yes I can add a test for WinMain, can you just verify if the symbol is exactly "WinMain" ?

from plasma.

Related Issues (20)

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.