Advertisement
dcomicboy

black cipher bypass

Jan 29th, 2013
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. VOID BlackCiph3rBypass(VOID)
  2. {
  3. DWORD dwBlackCipher;
  4. do {
  5. dwBlackCipher = (DWORD)GetModuleHandle("BlackCipher.aes");
  6. Sleep(30);
  7. } while(!dwBlackCipher);
  8. tools->WriteOpCode((PVOID) (dwBlackCipher + 0x004002A1), (PVOID)"\xC3", 1);
  9. tools->WriteOpCode((PVOID) (dwBlackCipher + 0x0040031D), (PVOID)"\x00", 1);
  10. tools->WriteOpCode((PVOID) (dwBlackCipher + 0x00400010), (PVOID)"\xB8\x01\x00\x00\x00",5);
  11. tools->WriteOpCode((PVOID) (dwBlackCipher + 0x004000D6), (PVOID)"\xE9\x8C\x52\x69\x63",5);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement