Giter Club home page Giter Club logo

systemexplorer's Introduction

System Explorer

System, processes, threads, objects, handles, services, and more, all in one tool!

systemexplorer's People

Contributors

wjcsharp avatar xiaoyinl avatar zodiacon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

systemexplorer's Issues

The process's commandline is empty.

I found that the process's commandline is empty when it runs on the Windows 7. Then I try to use the ProcessHacker. It correctly gets the process's commandLine. After that, I have found the function implementation is PhGetProcessCommandLine.
ProcessCommandLineInformation only supports WindowsVersion >= WINDOWS_8_1.

support for NT 5.1

hello
this utility doesn't run on Windows XP.
hopefully you compile it for older Windows versions too

Add a Prozess Tree for show the prozessdepencies

  1. Cool to be start a new System explorer !!!!!! โค๏ธ ๐Ÿ‘ ๐Ÿ’ฏ โค๏ธ

Add a Prozess Tree for show the prozessdepencies and able for/ possibility to arrange with an small bar/strip on top of the whole prozesses like in Totalcommander the Filelisting ห„/ห… (up/down arrangement of the files ) on top.

Screen 00000

best
Blacky

build failed

Hello, i'm getting this error during compilation phase:

"C:\temps\ObjectExplorer\ObjectExplorer.sln" (default target) (1) ->
"C:\temps\ObjectExplorer\ObjectExplorer\ObjectExplorer.vcxproj.metaproj" (default target) (2) ->
"C:\temps\ObjectExplorer\KObjExp\KObjExp.vcxproj" (default target) (3) ->
(ValidateNTTargetVersion target) ->
C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets(255,5): error MSB4062: The "ValidateNTTarge
tVersion" task could not be loaded from the assembly C:\Program Files (x86)\Windows Kits\10\build\bin\Microsoft.DriverK
it.Build.Tasks.16.0.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\Windows Kits\10\build\bin\Micr
osoft.DriverKit.Build.Tasks.16.0.dll' or one of its dependencies. The system cannot find the file specified. Confirm th
at the declaration is correct, that the assembly and all its dependencies are available, and that the task
contains a public class that implements Microsoft.Build.Framework.ITask. [C:\temps\ObjectExplorer\KObjExp\KObjExp.vcxpr
oj]

using command line vsstudio2019
Microsoft (R) C/C++ Optimizing Compiler Version 19.24.28319 for x64
Microsoft (R) Incremental Linker Version 14.24.28319.0

anything i do wrong ?
thanks

A memory leak

The function Sid::AsString() implementation in Sid.cpp exists a minor bug. Because the ::ConvertSidToStringSid return a result that later must be freed by the caller with LocalFree. I think it should add a local variable std::wstring result to return the result as same as Sys10Prog chapter 16 do. :)

process handle's Acess is not correct.

ObjExpCore lib:
ProcessModuleTracker::IsRunning()
when I try to use the pid to construction ProcessModuleTracker, I discover this mistake.
WinSys::ProcessModuleTracker::ProcessModuleTracker(DWORD pid)
OpenProcess() the first argument should combine with | SYNCHRONIZE

https://docs.microsoft.com/zh-cn/windows/win32/api/synchapi/nf-synchapi-waitforsingleobject?f1url=%3FappId%3DDev16IDEF1%26l%3DZH-CN%26k%3Dk(SYNCHAPI%252FWaitForSingleObject);k(WaitForSingleObject);k(DevLang-C%252B%252B);k(TargetOS-Windows)%26rd%3Dtrue

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.