Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / stevemk14ebr/PolyHook_2_0 issues and pull requests

#208 - cli noise

Issue - State: closed - Opened by dnblank123 14 days ago - 2 comments

#206 - MemoryProtector on pointers created by new()

Issue - State: open - Opened by enginelesscc 2 months ago - 3 comments

#205 - Build failed on gcc

Issue - State: closed - Opened by dnblank123 3 months ago - 1 comment

#204 - Add x86HotpatchDetour

Pull Request - State: open - Opened by wongsyrone 3 months ago - 4 comments

#203 - refine passing options to subdir

Pull Request - State: closed - Opened by wongsyrone 3 months ago - 1 comment

#202 - Proposal of hooking empty function (for x86 only)

Issue - State: open - Opened by wongsyrone 3 months ago

#201 - AsmJit update in vcpkg breaks polyhook

Issue - State: closed - Opened by kobalicek 4 months ago - 3 comments

#200 - Linux and 32 bit compile fixes

Pull Request - State: closed - Opened by bottiger1 5 months ago - 10 comments

#199 - Fix IsValidPtr on non-Windows x64 systems

Pull Request - State: closed - Opened by CrackedMatter 5 months ago - 1 comment

#198 - Fix Zydis include file casing

Pull Request - State: closed - Opened by trumank 5 months ago - 1 comment

#197 - The best API hooking library ever made, just thank you

Issue - State: closed - Opened by MurylloEx 6 months ago - 1 comment

#196 - Prioritizes writing the jump target address before the actual hook

Pull Request - State: closed - Opened by Yangff 8 months ago - 1 comment

#195 - Merge pull request #1 from stevemk14ebr/master

Pull Request - State: closed - Opened by IULOVE 8 months ago

#193 - Failed to create hook on SHGetSpecialFolderPathW

Issue - State: closed - Opened by axojhf 10 months ago - 4 comments

#192 - Implement detour unit tests with emulator

Issue - State: open - Opened by stevemk14ebr 11 months ago - 1 comment
Labels: enhancement, help wanted

#191 - Fix POLYHOOK_BUILD_STATIC_RUNTIME inconsistency

Pull Request - State: closed - Opened by DisabledMallis 11 months ago

#190 - Update README.md

Pull Request - State: closed - Opened by stevemk14ebr 11 months ago

#189 - Fixed warning in FBAllocator.cpp

Pull Request - State: closed - Opened by enginelesscc 12 months ago

#188 - Crash caused by unsafe read

Issue - State: closed - Opened by enginelesscc about 1 year ago - 4 comments

#187 - Improper hooks when RSP instructions are in the prologue

Issue - State: open - Opened by BritishPiper about 1 year ago - 1 comment

#186 - Fix to failing to disassemble at the end of a memory region.

Pull Request - State: closed - Opened by BritishPiper about 1 year ago - 11 comments

#185 - Improve logging

Pull Request - State: closed - Opened by BullyWiiPlaza about 1 year ago - 3 comments

#183 - Fixed jmp opcode (0x25) which should not be the call opcode (0x15)

Pull Request - State: closed - Opened by BritishPiper about 1 year ago - 3 comments

#182 - Design issues with bool hook() and bool unHook()

Issue - State: closed - Opened by BullyWiiPlaza about 1 year ago - 1 comment

#181 - Fix compile warning in x86

Pull Request - State: closed - Opened by BullyWiiPlaza about 1 year ago - 3 comments

#179 - x64Detour: show chosen detour scheme

Pull Request - State: closed - Opened by wongsyrone about 1 year ago

#178 - various fixes

Pull Request - State: closed - Opened by wongsyrone about 1 year ago - 4 comments

#176 - Link issue with x86-windows-static

Issue - State: closed - Opened by TerryS94 about 1 year ago - 1 comment

#175 - When I tried to hook some functions, it caused the program to crash

Issue - State: closed - Opened by bbsuuo over 1 year ago - 4 comments

#174 - A question about how to hook into external libraries.

Issue - State: closed - Opened by bbsuuo over 1 year ago - 1 comment

#173 - Does x86Detour seem not to work for external DLL calls?

Issue - State: closed - Opened by bbsuuo over 1 year ago - 6 comments

#172 - Add required defines for mingw32

Pull Request - State: closed - Opened by RollinBarrel over 1 year ago - 1 comment

#171 - update dependencies

Pull Request - State: closed - Opened by wongsyrone over 1 year ago - 1 comment

#170 - cmake and linux specific bugfixes

Pull Request - State: closed - Opened by fligger over 1 year ago - 3 comments

#169 - Update README.md

Pull Request - State: closed - Opened by stevemk14ebr over 1 year ago

#168 - Fix for WINE allocating outside of jump range

Pull Request - State: closed - Opened by trumank over 1 year ago - 1 comment

#167 - fail on link when use vcpkg with x64-windows-static

Issue - State: closed - Opened by polelf over 1 year ago - 17 comments

#166 - Stack overflow in PLH::ErrorLog::log

Issue - State: closed - Opened by SNMetamorph over 1 year ago - 3 comments

#165 - VEH Hook function

Issue - State: closed - Opened by LYingSiMon over 1 year ago - 1 comment

#164 - Cannot compile polyhook on linux using cmake

Issue - State: closed - Opened by fligger over 1 year ago - 4 comments
Labels: bug

#163 - MessageBoxW & EatHook

Issue - State: closed - Opened by rxznve over 1 year ago

#161 - Crash on VFuncSwapHook/VTableSwapHook Constructor

Issue - State: closed - Opened by Waffle1434 over 1 year ago - 1 comment

#160 - Detours getting automatically removed

Issue - State: closed - Opened by ph0t0shop almost 2 years ago - 9 comments

#159 - Disassembler may go out of bounds into unmapped region

Issue - State: closed - Opened by EngineLessCC almost 2 years ago - 1 comment

#158 - Non DS segment relative memory operands crash reading destination

Issue - State: closed - Opened by eyali123 about 2 years ago - 1 comment

#157 - Native Detour typedef

Pull Request - State: closed - Opened by itisluiz about 2 years ago

#156 - m_hooked interactions

Pull Request - State: closed - Opened by itisluiz about 2 years ago

#155 - Expose m_hooked boolean

Issue - State: closed - Opened by itisluiz about 2 years ago - 1 comment

#154 - Including polyhook makes my code crash on launch

Issue - State: closed - Opened by sbtoonz about 2 years ago - 7 comments

#153 - [Question, Help Wanted, Feature Request] Hooking a class member function

Issue - State: closed - Opened by laper32 about 2 years ago - 1 comment

#152 - Update example to the latest version

Pull Request - State: closed - Opened by laper32 about 2 years ago

#151 - [Question] PreHook, PostHook

Issue - State: closed - Opened by laper32 about 2 years ago - 4 comments

#150 - Fixes PolyHook2Alloca not being inlined

Pull Request - State: closed - Opened by itisluiz about 2 years ago

#149 - PLH::findPattern fails due to issue with _alloca

Issue - State: closed - Opened by itisluiz about 2 years ago - 1 comment

#148 - dll doesnt attach to process

Issue - State: closed - Opened by HackermanX about 2 years ago - 3 comments

#146 - fix bug: cause crash when hook again

Pull Request - State: closed - Opened by cnsheds about 2 years ago

#145 - In the unHook function, m_userTrampVar is clear, cause crash when hook again

Issue - State: closed - Opened by cnsheds about 2 years ago - 2 comments

#144 - Outdated example

Issue - State: closed - Opened by veteri over 2 years ago - 2 comments

#143 - Updating VCPKG version

Issue - State: closed - Opened by veteri over 2 years ago - 7 comments

#142 - how to hook a non static member function in the class?

Issue - State: closed - Opened by evehal over 2 years ago - 1 comment
Labels: question

#141 - HWBreakPointHook call original function?

Issue - State: closed - Opened by illumen over 2 years ago - 1 comment

#140 - Syscalls when NTVirtualProtect is hooked?

Issue - State: closed - Opened by illumen over 2 years ago - 2 comments

#139 - Update README.md

Pull Request - State: closed - Opened by rezaf28 over 2 years ago

#138 - Update asmtk

Pull Request - State: closed - Opened by acidicoala over 2 years ago

#137 - Fix #135

Pull Request - State: closed - Opened by halx99 over 2 years ago - 5 comments
Labels: waiting for upstream

#136 - Optimized nop maker

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 1 comment

#135 - The lib file `asmtk.lib` not install to folder `_install/lib`

Issue - State: closed - Opened by halx99 over 2 years ago - 7 comments

#134 - Fix some build errors with mingw/clang

Pull Request - State: closed - Opened by DannyParker0001 over 2 years ago - 1 comment

#133 - VTableSwapHook race condition

Issue - State: closed - Opened by ntsleeper over 2 years ago

#132 - Bugfixes

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 3 comments

#131 - delete this shit from github

Issue - State: closed - Opened by fork1488 over 2 years ago - 1 comment

#130 - a question about vehhook

Issue - State: closed - Opened by Waitforomething2023 over 2 years ago - 2 comments

#129 - Incorrect disassembly in x86 (A: Debugger breakpoint)

Issue - State: closed - Opened by acidicoala over 2 years ago - 4 comments

#128 - Safe in-place scheme

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 6 comments

#127 - Fix asmjit lib when internal asmtk is used

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 2 comments

#126 - Improve CMake inclusion

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 6 comments

#125 - Rm capstone

Pull Request - State: closed - Opened by stevemk14ebr over 2 years ago

#124 - C bindings

Issue - State: closed - Opened by MyTDT-Mysoft over 2 years ago - 1 comment

#123 - RIP-relative translation

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 37 comments

#122 - Displacement size fix

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 3 comments

#121 - Deliberate placement of code-caves

Issue - State: closed - Opened by acidicoala over 2 years ago - 1 comment

#120 - Question regarding static compiled dll /headers

Issue - State: closed - Opened by duketwo over 2 years ago - 1 comment

#119 - Relocate IP Relative Data Instructions

Issue - State: closed - Opened by acidicoala over 2 years ago - 31 comments

#118 - Incorrect x64 detour trampoline

Issue - State: closed - Opened by acidicoala over 2 years ago - 7 comments

#117 - Update vcpkg port to latest commit

Issue - State: closed - Opened by acidicoala over 2 years ago - 5 comments

#116 - Increased IHook descendants' member accessibility

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 2 comments

#115 - Support for absolute paths & module handles in EAT hooks

Pull Request - State: closed - Opened by acidicoala over 2 years ago - 7 comments

#114 - EAT Hook using absolute module path or module handle?

Issue - State: closed - Opened by acidicoala over 2 years ago - 2 comments

#112 - Including Polyhook 2 in CMake via vcpkg results in "`PolyHookOs.hpp` not found" errors

Issue - State: closed - Opened by acidicoala over 2 years ago - 5 comments
Labels: bug

#111 - Unix

Pull Request - State: closed - Opened by stevemk14ebr over 2 years ago

#110 - Visual Studio 2022 build

Issue - State: closed - Opened by pp9999 over 2 years ago - 2 comments
Labels: help wanted

#109 - Helper function for creating hardware breakpoints

Issue - State: closed - Opened by pitoriex almost 3 years ago - 1 comment
Labels: question