Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
HackerCalico authored Nov 15, 2024
1 parent 79cef75 commit 6408eaf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ Magical 二进制混淆器,支持混淆 x64 的 EXE、BOF、ShellCode。

### 2. 效果 & 优势

(1) 不存在自解密等任何加解密操作,所以无需 RWX。如果是 ShellCode,混淆后可直接通过内联汇编调用,无需进行任何内存操作。如果是 BOF、EXE,混淆后不再需要睡眠加密。
(1) 不存在自解密等任何加解密操作,所以无需 RWX。

(2) 逐条指令混淆,先将所有汇编指令替换为随机生成的等效指令序列,再随机分片打乱。保证每次混淆结果截然不同,并且不会额外添加混淆器特有的函数。
如果是 BOF、EXE,混淆后不再需要睡眠加密。

如果是 ShellCode,混淆后可直接通过内联汇编调用,无需进行任何内存操作。

(2) 逐条指令混淆,先将所有汇编指令替换为随机生成的等效指令序列,再随机分片打乱。

保证每次混淆结果截然不同,并且不会额外添加混淆器特有的函数。

### 3. 使用方法

Expand Down

0 comments on commit 6408eaf

Please sign in to comment.