Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c10udlnk committed Sep 22, 2023
1 parent c545022 commit b67a43f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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)

0 comments on commit b67a43f

Please sign in to comment.