48 skills found · Page 1 of 2
med0x2e / ExecuteAssemblyLoad/Inject .NET assemblies by; reusing the host (spawnto) process loaded CLR AppDomainManager, Stomping Loader/.NET assembly PE DOS headers, Unlinking .NET related modules, bypassing ETW+AMSI, avoiding EDR hooks via NT static syscalls (x64) and hiding imports by dynamically resolving APIs (hash).
vxCrypt0r / AMSI VEHA Powershell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, function hooking or Import Address Table (IAT) modification.
Signal-Labs / Iat Unhook Sample(First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls and all hooked functions (incl. hooked NtProtectVirtualMemory)
shoumikhin / Mach O HookMach-O import table patching for function redirection. This is a method for function hooking on Mac OS X. It patches the import table of Mach-O libraries in order to redirect particular functions in them to other implementations.
aroberge / IdeasEasy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
nonepkg / Plugin ManagerPremium Nonebot Plugin Manager base on import hook
SafeBreach-Labs / BackdorosbackdorOS is an in-memory OS written in Python 2.7 with a built-in in-memory filesystem, hooks for open() calls and imports, Python REPL etc.
pfalcon / Python ImphookSimple and clear import hooks for Python - import anything as if it were a Python module
DeepSourceCorp / Import XImport anything like it is a python module
aribouius / Asset Require HookA require hook for importing asset files during runtime
jacobstanley / Patch IatProvides the ability to patch/hook functions imported by a dll or executable
paradoxxxzero / Better Exceptions Hookbetter-exceptions import hook
neurogeek / Python Crypt Import HooksPython Import Hooks to allow encrypted python modules in your applications. (Experimental stuff)
FalconSocial / Pre Commit Python SorterA pre-commit hook to sort your Python imports.
u12206050 / Directus Rbac SyncHooks and CLI tool for exporting and importing Directus roles and permissions.
thedevdojo / Wordpress ImportThis is a hook for Voyager that will import a Wordpress xml file into the Voyager DB
HiddenRambler / AihlAndroid import hook library
bdarnell / CodegenloaderCodeGenLoader is a Python import hook that transparently runs a code generator at import time, allowing the use of generated code without a separate compilation step. The package includes an extensible base class as well as implementations for the Protocol Buffer and Thrift code generators.
PyO3 / Maturin Import HookImport hook for maturin
Nuxar1 / ImportsHookWritten in a couple hours, don't judge :)