Code Monkey home page Code Monkey logo

Comments (2)

itm4n avatar itm4n commented on June 12, 2024

Hey!

You're right, you are not limited to dumping the memory of a PPL.

What you say is partially true but not completely accurate. Because PPLs have different protection levels, one PPL cannot necessarily access any other PPL. But in this particular case, it's not important because PPLdump injects code in a PPL running at WinTCB level, which is the highest level.

To answer your question, there may be a number of reasons why you get an "Access Denied" error.

  • You didn't open the target process with the appropriate flag(s) (PROCESS_TERMINATE).
  • The target process is protected at the Kernel level with a minifilter driver for instance.

My guess is you are trying to kill an AV/EDR process, so the second option is possible. 🙂

from ppldump.

xorpd avatar xorpd commented on June 12, 2024

@itm4n Thanks for the very quick reply.
Your guess is indeed correct. I checked this on an AV process. I did open the process with the appropriate flags (PROCESS_TERMINATE), so it might be indeed a kernel level minifilter. I didn't even consider this option.
Thank you for your advice!

from ppldump.

Related Issues (9)

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.