当前位置: 首页 > 工具软件 > unidbg > 使用案例 >

Unidbg系列--Ollvm字符串解密

金坚
2023-12-01

Ollvm字符串解密

原理

使用unidbg框架,模拟调用So文件,并Hook内存写操作,当so解密操作写入内存时,回调获取解密字符串,并将其写入新so文件中,达到反OLLVM字符串加密的目的。

解密脚本

package com.xCrack;

import com.github.unidbg.AndroidEmulator;
import com.github.unidbg.Emulator;
import com.github.unidbg
 类似资料: