Git Product home page Git Product logo

Comments (11)

SVz avatar SVz commented on July 23, 2024 1

Don't work with powershell, try with 'cmd'.

from vmpdump.

lyhyl avatar lyhyl commented on July 23, 2024

Don't work with powershell, try with 'cmd'.

It's the same (as admin)

D:\Sandbox>tasklist | findstr PCManager
PCManager.exe                 9832 Console                    1     86,220 K

D:\Sandbox>VMPDump.exe 9832 version.dll
** Failed to open process 0x2668

from vmpdump.

0x410c avatar 0x410c commented on July 23, 2024

To open any process with all_access, you need SeDebuPrivileges set in your process token, i dont think you did that!

can u fix it please? and provide release build

from vmpdump.

lyhyl avatar lyhyl commented on July 23, 2024

To open any process with all_access, you need SeDebuPrivileges set in your process token, i dont think you did that!

can u fix it please? and provide release build

PS C:\WINDOWS\system32> whoami /priv | findstr "SeDebug"
SeDebugPrivilege                          Debug programs                                                     Enabled
PS C:\WINDOWS\system32> tasklist | findstr PCManager
PCManager.exe                25436 Console                    1     87,232 K
PS C:\WINDOWS\system32> D:\Sandbox\VMPDump.exe 25436 version.dll
** Failed to open process 0x635c

Did I do it right?

from vmpdump.

mrsshr avatar mrsshr commented on July 23, 2024

it may be protected by a kernel driver or protected process light.

from vmpdump.

0x410c avatar 0x410c commented on July 23, 2024

i dont know if SeDebugPrivileges are inherited by the child process.

from vmpdump.

0x410c avatar 0x410c commented on July 23, 2024

I can Confirm even after Adding SeDebugPrivilege to the process(i edited the code and compiled), OpenProcess Fails it can be a protection feature of certain vmprotect versions?

from vmpdump.

1ucay avatar 1ucay commented on July 23, 2024

EDIT: Ok, It works only, if VMPDump.exe is located in C:
I have same issue.

from vmpdump.

bowendeng avatar bowendeng commented on July 23, 2024

I had the same issue, and it turns out that the module name is case-sensitive. Changing it to the exact literal helped.

from vmpdump.

zyteresa avatar zyteresa commented on July 23, 2024

There are some problems with the latest V1.2, just use V1.1.

from vmpdump.

modz2014 avatar modz2014 commented on July 23, 2024

i get the same errror when my pid is 8800

VMPDump 2260 "" ep-0x1fb20 -disable-reloc
** Failed to open process 0x8d4

from vmpdump.

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.