GithubHelp home page GithubHelp logo

Comments (3)

byt3bl33d3r avatar byt3bl33d3r commented on May 22, 2024 1

@JohnLaTwC this should be fixed now. Thanks for the heads up.

from offensivenim.

byt3bl33d3r avatar byt3bl33d3r commented on May 22, 2024

Yup this is my bad, honestly I've haven't had that much experience coding in lower level languages and just forgot to do that here, was more preoccupied in getting the examples working lol.

I think the best way of doing this in nim is with the defer or try/finally statement. Did that here I'll go through the code tonight and add that to all of the handles.

from offensivenim.

JohnLaTwC avatar JohnLaTwC commented on May 22, 2024

yes, though I think you need a defer on hProcess in isMainModule in that example you site.

when isMainModule:
    let processId: int = GetLsassPid()
    if not bool(processId):
        echo "[X] Unable to find lsass process"
        quit(1)

    echo "[*] lsass process PID: ", processId
    var hProcess = OpenProcess(PROCESS_ALL_ACCESS, false, cast[DWORD](processId))
+        defer: CloseHandle(hProcess)
...

from offensivenim.

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.