Advertisement
Stalk3r

Tuto

Jul 27th, 2013
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ___________________________________________________
  2. /**********| How to crack WINRAR |**********\
  3. -------------------------------
  4. By Stalk3R - Stalk3R@Live.CoM
  5. -----------------------------
  6.  
  7. -> Www.Sec4Ever.Com <-
  8.  
  9. _________________________________________
  10.  
  11.  
  12. Salam 3alaykoum / Saha Remdhankoum
  13.  
  14. 1- Tools:
  15. ---------
  16. -> Ollydbg
  17. -> Winrar
  18.  
  19. 2- Let's begin:
  20. ---------------
  21. - Open WINRAR With Ollydbg
  22.  
  23. - Search for all referenced text strings
  24.  
  25. - Search "REMINDER"
  26.  
  27. - Looking for conditional JUMP
  28.  
  29. - Here some type of conditional jumps that required to be replaced by inconditional jumps to esquive msg box:
  30.  
  31. JNE (jump if not equal)
  32. JE (jump if equal)
  33. JG (jump if greater)
  34. JGE (jump if greater or equal)
  35. JL (jump if less)
  36. JLE (jump if less or equal)
  37. JA (jump if Above)
  38. JNA (jump if not above)
  39.  
  40. - Replace "JE SHORT 00460732" By "JMP SHORT 00460732"
  41.  
  42.  
  43. Enjoy free Winrar !
  44.  
  45. Greetz:
  46. -------
  47. Mu$lim, B07 M4S73R, sec4ever, Mr NoRvI, Str0xo, n4ss1m, Ma3sTr0-Dz, Black-ID, Damane2011, LinuxCs, jago-dz
  48.  
  49. -> And All members of Sec4ever <-
  50.  
  51. >> Li nssit l ism ta3ou mayez3efch :) <<
  52. BYE !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement