InfinityHookPro Win7 -> Win10 latest

Overview

InfinityHookPro

InfinityHookPro Win7 -> Win10 latest

最近来了兴致,拿起了InfinityHook,原始的版本有点小问题,后来改了支持Win7到Win10 1909的,后来就没有然后了

今天参考了网上大佬发出来的各种版本,最终出了这份代码,理论上支持Win7到最新版本的Win10了

Win11待取证,因为我的VM要更新才能安装Win11,麻烦

代码里面有很详细的注释,不懂的地方可以结合博客

参考博客
https://bbs.pediy.com/thread-266207.htm (带逆向分析)
https://bbs.pediy.com/thread-266136.htm	(挂钩失效问题)
https://bbs.pediy.com/thread-260962.htm	(19041)
https://bbs.pediy.com/thread-253450.htm	(雪碧)
https://www.anquanke.com/post/id/206288#h2-1	(19041)
https://www.freebuf.com/articles/system/278857.html	(2004)

参考源码
https://github.com/everdox/InfinityHook	(原版)
https://github.com/fIappy/infhook19041	(19041)
https://github.com/huoji120/MakeInfinityHookGreatAgain	(2004)

测试系统 Win7, Win8, Win10 1909, Win10 21h1

Win7 Win8 Win10 1909 Win10 21h1

You might also like...
GTOS (Growtopia Private Server)'s latest source, everyone started selling so I decided to releasing it on github, enjoy it without spending your dls on that.

GTOSLatest GTOS (Growtopia Private Server)'s latest source, everyone started selling so we (Erben#1337 and Kaan#1337) decided to releasing it on githu

Linux 4.19 + PS4 patches + Latest security patches

Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML an

i10 implementation for kernel 5.10.73 (latest longterm)

TCP ≈ RDMA: CPU-efficient Remote Storage Access with i10 i10 is a new in-kernel remote storage I/O stack for high-performance network and storage hard

Latest spark library rationalised for a single device

SparkIO3 Latest spark library rationalised for a single device With changes to the interface Connect to devices: connect_to_all(); Start the Spark li

The latest and greatest version of my Gameboy Audio Player program!

GBAudioPlayerV3 Version 3.0 of the incredible Gameboy Audio Player, rebuilt from the ground up in C as a command line program, along with heavily impr

A updated linora source with special exploits, always be updated to latest update

Fortnite-Bulletp-Internal A working vehicle Bullettp internal, will be always updated to latest fn update! my old github got termed LMAO If i see you

Latest driver development code for Focusrite Scarlett on Linux

Development To actually try modifying the driver source code, and build your modification against your current running kernel, do this (don't worry -

Linux v4.14 with the latest security patches and PS4 patches.

Patches are from https://github.com/Ps3itaTeam/ps4-linux Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Plea

A project for the latest Steam PC (US) release of Resident Evil 4 that patches the game to use high-quality MP4 video.

A project for the latest Steam PC (US) release of Resident Evil 4 that patches the game to use high-quality MP4 video.

RC External cheat updated to latest version
RC External cheat updated to latest version

Rogue-Company-External-Cheat RC External cheat updated to latest version This cheat will be regularly updated to every update This Cheat won't work on

Comments
  • Win 11 22000.258 启动成功不进入钩子

    Win 11 22000.258 启动成功不进入钩子

    启动,不进入钩子,系统版本号: 22000.258 / Windows 功能体验包 1000.22000.258.0

    Microsoft Windows [版本 10.0.22000.258] (c) Microsoft Corporation。保留所有权利。

    C:\Users*>

    不进钩子,特意看了一下IDA下面的字节,发现都是能搜索到的.原因不明,特来请教一下

    QQ图片20220322182318

    (为了确保能用,我特意选了这个版本,并未安装任何补丁,驱动签名的是过期驱动但尚未吊销)

    SPL@X_WW4}}1@CA9J_WY}QL

    opened by ashyerv 4
  • kdmapper 内存加载  InfinityHookPro.sys 出现问题

    kdmapper 内存加载 InfinityHookPro.sys 出现问题

    您好,当我尝试使用 https://github.com/TheCruZ/kdmapper 内存加载 InfinityHookPro.sys 时,它执行失败了,原因是 NtTraceControl 返回了 c0000005 。 我明白这应该是内存加载驱动自身的缺陷,但我仍然好奇。

    如果您遇到过类似的问题,希望能得到您的指点。

    image

    最后,希望这个项目越来越好😁。

    opened by LYingSiMon 1
  • win10下hook ZwQuerySystemInformation失败

    win10下hook ZwQuerySystemInformation失败

    win10 版本1067 hook ZwQuerySystemInformation函数失败

    [k_hook::initialize] call back ptr is 0xFFFFF80B7FBA2A80 [k_hook::initialize] build number is 14393 [k_hook::initialize] ntoskrnl address is 0xFFFFF803A901C000 [k_hook::initialize] etwp debugger data is 0xFFFFF803A930EE58 [k_hook::initialize] etwp debugger data silo is 0xFFFFBF0723441390 [k_hook::initialize] ckcl wmi logger context is 0xFFFFBF0725835040 [k_hook::initialize] get cpu clock is 0xFFFFF803A905477C [k_hook::initialize] syscall table is 0xFFFFF803A9170000 [k_hook::start] start ckcl fail

    用法: UNICODE_STRING str; RtlInitUnicodeString(&str, L"ZwQuerySystemInformation"); fnZwQuerySystemInformation = (pfnZwQuerySystemInformation)MmGetSystemRoutineAddress(&str);

        if (!k_hook::initialize(call_back))
        {
            DbgPrintEx(0, 0, "[%s] k_hook::initialize fail 0x%p \n", __FUNCTION__, fnZwQuerySystemInformation);
        }
        else {
            k_hook::start();
        }
    
    opened by kx500 1
Owner
华仔
不会吧不会吧 什么年代了 你还没开源?
华仔
Linux 4.19 + PS4 patches + Latest security patches

Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML an

kquote03 1 Oct 12, 2021
i10 implementation for kernel 5.10.73 (latest longterm)

TCP ≈ RDMA: CPU-efficient Remote Storage Access with i10 i10 is a new in-kernel remote storage I/O stack for high-performance network and storage hard

null 3 Sep 20, 2022
Latest spark library rationalised for a single device

SparkIO3 Latest spark library rationalised for a single device With changes to the interface Connect to devices: connect_to_all(); Start the Spark li

null 4 Feb 17, 2022
A updated linora source with special exploits, always be updated to latest update

Fortnite-Bulletp-Internal A working vehicle Bullettp internal, will be always updated to latest fn update! my old github got termed LMAO If i see you

NotSimcraftLOL 29 Jul 16, 2022
Latest driver development code for Focusrite Scarlett on Linux

Development To actually try modifying the driver source code, and build your modification against your current running kernel, do this (don't worry -

null 87 Dec 26, 2022
Linux v4.14 with the latest security patches and PS4 patches.

Patches are from https://github.com/Ps3itaTeam/ps4-linux Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Plea

kquote03 2 Oct 12, 2021
RC External cheat updated to latest version

Rogue-Company-External-Cheat RC External cheat updated to latest version This cheat will be regularly updated to every update This Cheat won't work on

null 18 Oct 2, 2022
Make CVE-2020-0668 exploit work for version < win10 v1903 and version >= win10 v1903

CVE-2020-0668 Made CVE-2020-0668 exploit work for version < win10 v1903 and version >= win10 v1903 Diaghub Exploit (< v1903) powershell exploit works

null 12 Nov 9, 2022
An attempt to restore and adapt to modern Win10 version the Rootkit Arsenal original code samples

rootkit-arsenal-guacamole An attempt to restore and adapt to modern Win10 version the Rootkit Arsenal original code samples All projects have been por

Matteo Malvica 51 Nov 6, 2022
juicypotato for win10 > 1803 & win server 2019

juicy_2 JuicyPotato for Win10 > 1803 & Win Server 2019 Please read my blog post first: https://decoder.cloud/2020/05/30/the-impersonation-game/ Discla

null 92 Oct 25, 2022