Steven G (@processhacker) 's Twitter Profile
Steven G

@processhacker

System Informer | Process Hacker | Windows Internals | Wrangler of Dingoes

ID: 266376391

calendar_today15-03-2011 03:52:41

46 Tweet

413 Takipçi

16 Takip Edilen

Bill Demirkapi (@billdemirkapi) 's Twitter Profile Photo

How to use Trend Micro's Rootkit Remover to Install a Rootkit, including a fun bonus discovery that Trend Micro is cheating WHQL certification. cc Microsoft Security d4stiny.github.io/How-to-use-Tre…

Johnny Shaw (@jxy__s) 's Twitter Profile Photo

I'm excited to share this project, C++ STL in the Windows Kernel with C++ Exception Support: github.com/jxy-s/stlkrn The project uses MSVC C++ STL in a Windows Kernel Driver - jxystl implements MSVC functionality and STL wrappers to make it Windows Kernel friendly. Check it out!

I'm excited to share this project, C++ STL in the Windows Kernel with C++ Exception Support: github.com/jxy-s/stlkrn

The project uses MSVC C++ STL in a Windows Kernel Driver - jxystl implements MSVC functionality and STL wrappers to make it Windows Kernel friendly. Check it out!
Steven G (@processhacker) 's Twitter Profile Photo

David Weston (DWIZZZLE) Yarden Shafir The driver doesn't have "arbitrary kernel RW" functionality, you can verify our source code... The bigger issue here is Microsoft Security and David Weston (DWIZZZLE) secretly banning a competitors product using a false pretext which is a federal crime.

impostor (@impost0r_) 's Twitter Profile Photo

A targeted attempt on security researchers has been happening. dnspy[dot]net has been registered and is serving a trojanized dnSpy binary (file: dnSpy.dll) Third rate trojan, caught by Microsoft Defender. Download links have been removed. Stay safe out there. Download from GitHub

Johnny Shaw (@jxy__s) 's Twitter Profile Photo

New features for Steven G - many others I can't cover here. Some highlights: Fiber, Stack usage, CPU breakdown, Priority boost for process thread columns. Bound connections for network tab. Check out the latest nightly!

New features for <a href="/processhacker/">Steven G</a> - many others I can't cover here. Some highlights: Fiber, Stack usage, CPU breakdown, Priority boost for process thread columns. Bound connections for network tab. Check out the latest nightly!
Yarden Shafir (@yarden_shafir) 's Twitter Profile Photo

This. Or if you want to skip the RE: go read the Steven G source code and learn all the cool things that happen behind the scenes. It’s one of the best sources of public Windows Internals documentation!

Alex Ionescu (@aionescu) 's Twitter Profile Photo

I am ecstatic to announce that Winsider Seminars & Solutions, Inc. (the training company that Yarden Shafir and I co-own) has finalized the transfer of the venerable Process Hacker project into a new System Informer project (github.com/winsiderss/sys…). We are still migrating.. 1/2

Matthew (@embee_research) 's Twitter Profile Photo

Malware Analysis Tip - Use Process Hacker to watch for suspicious .NET assemblies in newly spawned processes. Combined with DnSpy - it's possible to locate and extract malicious payloads without needing to manually de-obfuscate. 1/ #Malware #dnspy #analysis #RE

Malware Analysis Tip  - Use Process Hacker to watch for suspicious .NET assemblies in newly spawned processes. 

Combined with DnSpy - it's possible to locate and extract malicious payloads without needing to manually de-obfuscate. 

1/

#Malware #dnspy #analysis #RE
diversenok (@diversenok_zero) 's Twitter Profile Photo

The new Token Universe v0.5 can view and edit security descriptors on 30 types of securable objects. 🔥 It also knows how to handle complex ACLs with compound and callback ACEs, mandatory and trust labels, and more. Enjoy experimenting! github.com/diversenok/Tok…

The new Token Universe v0.5 can view and edit security descriptors on 30 types of securable objects. 🔥

It also knows how to handle complex ACLs with compound and callback ACEs, mandatory and trust labels, and more. Enjoy experimenting!

github.com/diversenok/Tok…
Jiří Vinopal (@vinopaljiri) 's Twitter Profile Photo

So I made a thing ☺️ Converted #phnt (Native API header files from the System Informer project) to #IDA TIL, IDC. To import "phnt" types and function definitions to IDA and help with Reverse Engineering. Hex-Rays SA Duncan Ogilvie 🍍 Introducing #IDA_PHNT_TYPES: github.com/Dump-GUY/IDA_P…

So I made a thing ☺️
Converted #phnt (Native API header files from the System Informer project) to #IDA TIL, IDC.

To import "phnt" types and function definitions to IDA and help with Reverse Engineering.
<a href="/HexRaysSA/">Hex-Rays SA</a> <a href="/mrexodia/">Duncan Ogilvie 🍍</a>

Introducing #IDA_PHNT_TYPES:
github.com/Dump-GUY/IDA_P…
Johnny Shaw (@jxy__s) 's Twitter Profile Photo

Changes to cycle accounting in 24H2 ARM64: PMCCNTR_EL0 removed, multiple new branches in the accounting path, and feature flags gating idle thread changes. Working on updates to System Informer cycle-based usage on ARM64 and the blog post. winsiderss.github.io/si-blog/2023/0…

Changes to cycle accounting in 24H2 ARM64: PMCCNTR_EL0 removed, multiple new branches in the accounting path, and feature flags gating idle thread changes. Working on updates to System Informer cycle-based usage on ARM64 and the blog post.

winsiderss.github.io/si-blog/2023/0…
Johnny Shaw (@jxy__s) 's Twitter Profile Photo

As promised, I've updated the blog post with details and System Informer has received a patch to account for these changes in 24H2: winsiderss.github.io/si-blog/2023/0…

diversenok (@diversenok_zero) 's Twitter Profile Photo

Better socket handle visibility coming soon to System Informer 🔥 When viewing a process handle table, SI will recognize files under \Device\Afd and retrieve information about their state, protocol, addresses, and more. Also works on Bluetooth and Hyper-V sockets 🤩

Better socket handle visibility coming soon to <a href="/SystemInformer/">System Informer</a> 🔥

When viewing a process handle table, SI will recognize files under \Device\Afd and retrieve information about their state, protocol, addresses, and more. Also works on Bluetooth and Hyper-V sockets 🤩
diversenok (@diversenok_zero) 's Twitter Profile Photo

My new blog post 🥳 Improving AFD Socket Visibility for Windows Forensics & Troubleshooting It discusses the low-level API under Winsock (IOCTLs on \Device\Afd handles) and explores the workings of the new socket inspection feature in System Informer 🔥 huntandhackett.com/blog/improving…