Skip to content

Commit 85b90dc

Browse files
authored
Update README.md
1 parent 10dddf5 commit 85b90dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</a>
2323
</p>
2424

25-
*AlushPacker* is a reflective PE packer that allows in-memory execution of native `.exe` files. The compressed + encrypted version of the original executable is embedded inside a new `.packed` section. At runtime, the unpacker stub decrypts those contents, and manually loads the executable entirely from memory, with no disk I/O or help from the Windows loader.
25+
*AlushPacker* is a reflective PE packer that allows in-memory execution of native `.exe` files. The compressed + encrypted contents of the original executable are embedded inside a new `.packed` section. At runtime, the unpacker stub decrypts those contents, and manually loads the executable entirely from memory, with no disk I/O or help from the Windows loader.
2626

2727
The final resulting binary is smaller in size, and is much harder to statically analyze with tools like IDA or Ghidra, making reverse engineering / tampering more difficult.
2828

0 commit comments

Comments
 (0)