Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d-r-e committed Jan 12, 2024
1 parent f8e908b commit 5c04c2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This project is the continuation of [pestilence](https://github.com/rcabezas29/pestilence). The purpose is to adding polymorphism to the virus.

## Metamorphism techniques

- [ ] variable encryption key for packing
- [ ] ``nop`` injector + random code
- [ ] registry changer
- [ ] syscall preparation reorder
- [ ] function reorder with jmp to next function VERY DIFFICULT

## Polymorphism

A *polymorphic computer virus* is a type of maldeathe that possesses the capability to alter its code or appearance each time it infects a new system. This unique characteristic provides several advantages for the virus:
Expand Down Expand Up @@ -72,3 +80,4 @@ make test

### Useful links

[Online decompiler](https://defuse.ca/online-x86-assembler.htm)

0 comments on commit 5c04c2f

Please sign in to comment.