【生存日志】如何CE冻结暴露值,强迫症每次外出都不能探索干净,求大佬教程。
【生存日志】如何CE冻结暴露值,强迫症每次外出都不能探索干净,求大佬教程。mod修改器不就行了 define(address,GameCore.HotUpdate.Battle.Logic.ExploreManager.Update+2CB)
define(bytes,F3 0F 11 53 34)
assert(address,bytes)
alloc(newmem,$1000,GameCore.HotUpdate.Battle.Logic.ExploreManager.Update+2CB)
label(code)
label(return)
newmem:
xorps xmm2,xmm2
code:
movss ,xmm2
jmp return
address:
jmp newmem
return:
address:
db bytes
// movss ,xmm2
dealloc(newmem)
页:
[1]