KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Resonance
★ 74
Open GitHub ↗
A C polymorphic and metamorphic engine
Download README (.md)
Explore Similar Repositories
marble
:
A metamorphic testing library for Zig
metamorphic
:
Huff-based Smart Contracts for creating Metamorphic (or "redeployable") EVM Contracts.
metamorphic_polymorphic
:
Examples of Metamorphic and Polymorphic code
queryFuzz
:
QueryFuzz implements a metamorphic testing approach to test Datalog engines.
pymetamorph
:
metamorphic engine in python
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Resonance
?
Download (.md)
# Resonance A C polymorphic and metamorphic engine This engine aims to convert non-polymorphic code into polymorphic by injecting some shellcode into the target process. The target functions need to have the respective identifiers. ``` or eax, eax or eax, eax or eax, eax CODE GOES HERE or ecx, ecx or ecx, ecx or ecx, ecx ``` What has been done so far? - Detects the target function and successfully dissassembles it. - Fixes relative JMPs and CALLs - Encrypts it to a new memory location - Decrypts it at runtime and moves it around in memory If you'd like to see it in action check my channel: https://www.youtube.com/user/namsZINGER ## How to use? Currently it's usage is limited since it's in early development but if you really want to try do the following. - Compile it - Add the identifiers to one function in your program and compile it too. - Make sure that the program is named test.exe - Run Resonance!