Сейчас на форуме: bartolomeo, -Sanchez-, morgot (+3 невидимых) |
eXeL@B —› Софт, инструменты —› How to set Soft BP or patch memory or modify code for vmp tagets under Debugger |
Посл.ответ | Сообщение |
|
Создано: 14 июля 2019 11:18 · Личное сообщение · #1 small tut on how to use AdvancedScript command with efficiency. -note: for ur target, you have to change the code according to ( Not reg ) command in sample : Setx $fi[$i],{rdi};ResizeArray $fi,1;Setx $i,$i+1;run if the Not command like this (NOT EBP) then change it to : Setx $fi[$i],{rbp};ResizeArray $fi,1;Setx $i,$i+1;run <<< we change the register to rbp download : | Сообщение посчитали полезным: Hugo Chaves, mak |
eXeL@B —› Софт, инструменты —› How to set Soft BP or patch memory or modify code for vmp tagets under Debugger |