GithubHelp home page GithubHelp logo

Comments (4)

misc0110 avatar misc0110 commented on July 28, 2024

Did you load the driver? And did you start your application as administrator?

from pteditor.

sh4m2hwz avatar sh4m2hwz commented on July 28, 2024
yes ,I'm  running windows target under kernel debug
My actions:
target machine (debug):
<run powershell as admin>
>./PTEditorLoader.exe
[+] Found driver: path/to/driver/PTEdit.sys
[+] Load PTEditor driver
>
debugger machine:
ctrl+break in windbg
kd> lm m PTEdit.sys
3: kd> lm m PTEdit
Browse full module list
start             end                 module name

Unable to enumerate user-mode unloaded modules, Win32 error 0n30
3: kd> lm m PTEdit.sys
Browse full module list
start             end                 module name

Unloaded modules:
fffff800`0264e000 fffff800`02656000   PTEdit.sys

but my app:
./app.exe
[-]Error: Could not open PTEditor device: \\.\PTEditorLink
panic: [-] Cannot init PTEdit.sys

goroutine 1 [running]:
...

from pteditor.

sh4m2hwz avatar sh4m2hwz commented on July 28, 2024

debug machine it is windows server 2012 r2

from pteditor.

sh4m2hwz avatar sh4m2hwz commented on July 28, 2024
or this error:
PS C:\PTEditor-master\PTEditor-master\driver> .\PTEditorLoader.exe
[+] Found driver: C:\PTEditor-master\PTEditor-master\driver\PTEdit.sys
[+] Load PTEditor driver
[+] Creating service
[+] Service not running, try to open service
[+] Starting service

I'm trying cmd on powershell:
> Get-Service -Name "PTEditor"

Status   Name               DisplayName
------   ----               -----------
Stopped  PTEditor           PTEditor Driver

> Start-Service -Name "PTEditor"
Start-Service : Service 'PTEditor Driver (PTEditor)' cannot be started due to the following error: Cannot start
service PTEditor on computer '.'.
At line:1 char:1
+ Start-Service -Name "PTEditor"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
   ServiceCommandException
    + FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand

from pteditor.

Related Issues (10)

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.