Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenocoderce/dnlib-metamorphic-code-exemple
Using dnlib to make Metmorphic code in C# in less than 100 lines
https://github.com/xenocoderce/dnlib-metamorphic-code-exemple
code csharp dnlib metamorphic
Last synced: about 1 month ago
JSON representation
Using dnlib to make Metmorphic code in C# in less than 100 lines
- Host: GitHub
- URL: https://github.com/xenocoderce/dnlib-metamorphic-code-exemple
- Owner: XenocodeRCE
- License: other
- Created: 2017-05-20T02:30:15.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2017-05-20T03:34:30.000Z (over 7 years ago)
- Last Synced: 2023-10-20T23:52:28.339Z (about 1 year ago)
- Topics: code, csharp, dnlib, metamorphic
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnlib-Metamorphic-code-exemple
Using dnlib to make Metmorphic code in C### How does it work ?
It uses ![dnlib](https://github.com/0xd4d/dnlib) to edit a file's byte and run it on memory.## How to
1. Create "go.txt" in file directory
2. Start the app and see it slowly devouring emptyness of our dark universe
3. When you want to stop it, remove "go.txt" from folder.## Disclaimer
C# being an interpreted language and not a compiled language makes true polymorphism impossible. Just4Fun.