https://github.com/enkomio/anathema
.NET instrumentation framework
https://github.com/enkomio/anathema
dotnet hooking instrumentation security security-framework
Last synced: 11 months ago
JSON representation
.NET instrumentation framework
- Host: GitHub
- URL: https://github.com/enkomio/anathema
- Owner: enkomio
- License: apache-2.0
- Created: 2018-01-15T07:55:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T13:35:50.000Z (about 8 years ago)
- Last Synced: 2025-03-29T15:22:36.699Z (12 months ago)
- Topics: dotnet, hooking, instrumentation, security, security-framework
- Language: F#
- Size: 29.3 KB
- Stars: 72
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anathema - .NET program instrumentation via MSIL bytecode injection
_Anathema_ is a library which allows to instrument running .NET programs by injecting MSIL code in order to hook specific methods. The inner working of the library was described in the following Phrack article: http://www.phrack.org/papers/dotnet_instrumentation.html