GithubHelp home page GithubHelp logo

undname.exe returns Code -1 about wrap_dll HOT 5 CLOSED

mavenlin avatar mavenlin commented on June 3, 2024
undname.exe returns Code -1

from wrap_dll.

Comments (5)

mavenlin avatar mavenlin commented on June 3, 2024 3

fixed in b9762f3

from wrap_dll.

leegggg avatar leegggg commented on June 3, 2024

There is some bug with tempfile. For now I just change the line with tempfile.NamedTemporaryFile(mode='w+t') as f: to with open("tempdata",mode='w+t') as f: as a workaround.

from wrap_dll.

mavenlin avatar mavenlin commented on June 3, 2024

The original program seems to run okay when I tested it.
Thanks @leegggg for figuring this out, do you mind opening a pull request on the fix?
Instead of using "tempdata", we may use os.path.join(tempfile.gettempdir(), os.urandom(24).hex()) to generate a random file name, and delete it once it is done.

from wrap_dll.

CRC32EX avatar CRC32EX commented on June 3, 2024

This script not working.
Same error on my environment.

No response for over 2 weeks already passed.
I'm noob for Python.
Please fix @mavenlin.

from wrap_dll.

CRC32EX avatar CRC32EX commented on June 3, 2024

This issue was already resolved.
Please close this issue.

from wrap_dll.

Related Issues (6)

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.