PSDetour VS PSDetour-Hooks

Compare PSDetour vs PSDetour-Hooks and see what are their differences.

PSDetour

Windows Detour Hooking in PowerShell (by jborean93)

PSDetour-Hooks

Auditing Hooks for https://github.com/jborean93/PSDetour (by jborean93)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PSDetour PSDetour-Hooks
1 1
63 9
- -
6.3 6.4
8 months ago 8 months ago
C# PowerShell
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PSDetour

Posts with mentions or reviews of PSDetour. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.
  • Any sufficiently advanced uninstaller is indistinguishable from malware
    11 projects | news.ycombinator.com | 12 Sep 2023
    You essentially replace a function with your own. The project is at https://github.com/microsoft/Detours.

    I’ve created a PowerShell module that wraps this library to make it easier to hook functions on the fly for testing https://github.com/jborean93/PSDetour. For example I used it to capture TLS session data for decryption https://gist.github.com/jborean93/6c1f1b3130f2675f1618da5663... as well as create an strace like functionality for various Win32 APIs (still expanding as I find more use cases) https://github.com/jborean93/PSDetour-Hooks

PSDetour-Hooks

Posts with mentions or reviews of PSDetour-Hooks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.
  • Any sufficiently advanced uninstaller is indistinguishable from malware
    11 projects | news.ycombinator.com | 12 Sep 2023
    You essentially replace a function with your own. The project is at https://github.com/microsoft/Detours.

    I’ve created a PowerShell module that wraps this library to make it easier to hook functions on the fly for testing https://github.com/jborean93/PSDetour. For example I used it to capture TLS session data for decryption https://gist.github.com/jborean93/6c1f1b3130f2675f1618da5663... as well as create an strace like functionality for various Win32 APIs (still expanding as I find more use cases) https://github.com/jborean93/PSDetour-Hooks

What are some alternatives?

When comparing PSDetour and PSDetour-Hooks you can also consider the following projects:

PolyHook_2_0 - C++20, x86/x64 Hooking Libary v2.0

subhook - Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)