Advertisement
BilBg

BOINC Rescheduler - How to patch for SETI@home v7

Apr 17th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. In the .exe files:
  3. BOINC Rescheduler.exe
  4. BoincReschedulerW2k.exe
  5.  
  6. Using Hex Editor like HxD
  7. http://mh-nexus.de/en/hxd/
  8.  
  9. You need to change 3 strings:
  10.  
  11. setiathome_enhanced -> setiathome_v7
  12. Seti Enhanced -> SETI@home v7
  13. Seti EH -> Seti v7
  14.  
  15. (the last string is Unicode)
  16. Fill with 00 to 'delete' unneeded chars (e.g. 'hanced' in the first string)
  17.  
  18. (first string is important, last 2 are for cosmetic reasons)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement