Ecosyste.ms: Issues

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

GitHub / unknownv2/CoreHook issues and pull requests

#142 - .NET 5.0+ and huge refactoring

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

#141 - build(deps): Bump Newtonsoft.Json from 12.0.1 to 13.0.2 in /src/CoreHook.DependencyModel

Pull Request - State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#138 - build(deps): Bump Newtonsoft.Json from 12.0.1 to 13.0.1 in /src/CoreHook.DependencyModel

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#136 - information request about this project

Issue - State: open - Opened by luca2125 over 4 years ago

#135 - Easier usage via NuGet?

Issue - State: closed - Opened by alexrp over 4 years ago - 1 comment

#134 - Add Donations links

Pull Request - State: closed - Opened by unknownv2 about 5 years ago

#133 - [FEATURE]: Example of hooking winsock incoming connections

Issue - State: closed - Opened by jjxtra over 5 years ago - 1 comment

#132 - Add more comments to the InjectionCompleteNotification class

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#131 - Allow user to specify unmanaged callback object

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#130 - Rename generic message classes

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#129 - Add more documentation information to the IPC code classes

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#128 - Refactor local hooking tests

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#127 - Update remote injection tests

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#126 - refactor: Move configuration classes into Configuration subdirectory

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#123 - Test: Fix detour test case address for function.

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#122 - Update how to determine the PE image type

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#120 - Update Portable Executable structure classes

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#119 - Fix: Retry EnumProcessModulesEx to avoid failures

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#118 - Update Windows PE header parsing

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#117 - Update to library CoreHook v1.0.4

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#116 - Update project to use the coreload host module

Pull Request - State: closed - Opened by unknownv2 over 5 years ago

#115 - Memory Scanning

Issue - State: open - Opened by Akaion almost 6 years ago - 1 comment

#114 - Implemented Bleak to handle DLL Injection

Pull Request - State: closed - Opened by Akaion almost 6 years ago - 7 comments

#113 - Implement better DLL injection methods

Issue - State: open - Opened by unknownv2 almost 6 years ago - 4 comments

#112 - Add plugin initialization logging to host

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#111 - Add GitHub SourceLink support to the CoreHook main library v1.0.3

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#110 - Add project information to all projects

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#109 - Refactor IPC Project

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#108 - Refactor assembly loading and injector

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#107 - Refactor: Split classes out into their own files

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#106 - Refactor and simplify classes

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#105 - Refactor code and update README

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#104 - Refactor config classes and remove interfaces

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#103 - Update pointer extension class

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#102 - Merge the ManagedHook project into the BinaryInjection project

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#101 - Update readme

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#100 - Rename IUserDataFormatter file name

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#99 - Update module names and ARM architecture in README

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#98 - refactor: Remove WaitForDebugger option for initializing CoreCLR

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#97 - Refactor BinaryLoaderArguments class

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#96 - Update check for the CoreLoad.Load remote parameter from the corerundll

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#95 - Replace the LocalHook implementation

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#94 - Remove unused method in RemoteFunctionArguments

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#93 - Simplify process management class

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#92 - Grant all app permissions on the pdb files for the UWP CoreHook modules

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#91 - Refactor Memory Management classes in the CoreHook.Memory project

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#90 - Test: Add complex parameter plugin test

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#89 - Update UserDataFormatterTest.cs

Pull Request - State: closed - Opened by TheDarkCode almost 6 years ago - 1 comment

#88 - Implement the UserDataFormatter class

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#87 - Style Refactor: Make code more consistent and Improve CoreLoad.Loader

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#86 - Refactor CoreLoad and BinaryInjection projects

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#85 - Test: Add serialization test

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#84 - Refactor the Windows Process Manager class

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#83 - Update ProcessManager to fix 32-bit operating system path bug

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#82 - style: Update comments for the FileMonitor examples to fix spelling

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#81 - Refactor: Try to improve code clarity

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#80 - Refactor: Move memory management code out of the BinaryInjection project

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#78 - refactor: Update the names for the P/Invoked native functions to have…

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#77 - Add more comments to the FileMonitor examples

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#76 - doc: Fix link to the Windows section in the readme

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#75 - Fix namespaces for the classes inside the BinaryInjection library

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#74 - Refactor: Clean up Process Management and Injection

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#73 - doc: Update nuget spelling in the readme

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#72 - Cleanup dispose code and update readme

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#71 - Updated readme and cleanup localhook code

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#70 - Unix and macOS Development

Issue - State: open - Opened by unknownv2 almost 6 years ago
Labels: enhancement, help wanted

#69 - refactor: Remove unused library loading code from the CoreHook .NET a…

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#68 - Remove the x86 build configuration from the CoreHook project

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#66 - Develop

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#64 - Code refactor to improve readability

Pull Request - State: closed - Opened by unknownv2 almost 6 years ago

#63 - Update csharp project build configurations

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#62 - Fix Debug and Release build configuration for x86

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#61 - Refactor code to reduce code reuse and remove unused code

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#60 - Remove requirement for CORE_ROOT and CORE_LIBRARIES

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#59 - Update readme with more information on what who this project has bene…

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#58 - Fix a bug in the macOS binary loader during the injection process

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#57 - Remove native corehook dll DetourWaitForPendingRemovals call

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#56 - Fix empty string check in Linux binary loader

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#55 - Remove unused NamedPipe classes

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#54 - Refactor to use shared project for Examples

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#53 - Add more tests and use the RemoteHookingConfig class

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#52 - Refactor RemoteHooking class to use config

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#51 - Rename native corehook dll Lh prefix to Detour

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#50 - Add Travis ci config

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#49 - Add Travis CI build config

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#48 - Assembly resolving fix

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#47 - Update x86 release configuration

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#46 - Reorganize test classes

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#45 - Add hook uninstall to localhook tests

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#44 - Fix named pipe server creation

Pull Request - State: closed - Opened by unknownv2 about 6 years ago

#22 - Build restructure

Pull Request - State: closed - Opened by unknownv2 about 6 years ago