• XSS.stack #1 – первый литературный журнал от юзеров форума

PoC для VMProtect (taint based attack)

pablo

(L2) cache
Пользователь
Регистрация
01.02.2019
Сообщения
433
Реакции
1 524
PoC для проведения taint based атаки на VMProtect

Takes a protected x64 binary, traces the vmprotected function with unicorn and taints the input using bea disassembler and a custom tainter
Tested on simple functions without any branches.
пример, с чем работает:
Код:
__declspec(dllexport) uint64_t DoXor(uint64_t a, uint64_t b) { return a ^ b; }

 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх