-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# AutoDeobfSliceSMC | ||
|
||
Use IDA Python to automatically deobfuscate Slice SMCs, like a CTF problem `babyobfu` (the babyobfu.elf in here) of 2023羊城杯. | ||
Use IDA Python to automatically deobfuscate Slice SMCs, like a CTF problem `babyobfu` (the babyobfu.elf in here) of 2023羊城杯. | ||
|
||
- IDA Python Script: [IDAPython.py](https://github.com/c10udlnk/AutoDeobfSliceSMC/blob/main/IDAPython.py) | ||
- the CTF problem: [babyobfu.elf](https://github.com/c10udlnk/AutoDeobfSliceSMC/blob/main/babyobfu.elf) | ||
- Script analysis: [切片式SMC的例题解析及其自动化反混淆](https://mp.weixin.qq.com/s/c-EVTLmc6x94rn349kF32A) |