Advertisement
Guest User

iNovirs README

a guest
May 27th, 2010
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1.  
  2. - What is iNovirs?
  3.  
  4. iNovirs is a so simple program that aims to be
  5. (something like) an Antivirus Software for jailbroken
  6. iPhone, iPod Touch, iPad ...
  7.  
  8. - Other way to protect myself?
  9.  
  10. Yes, CHANGE YOUR ROOT PASSWORD.
  11. The default password isn't secure at all.
  12. Why? Because it's the password by default.
  13.  
  14. To do this, open Mobile Terminal and type:
  15. su
  16. (password by default -> alpine)
  17. passwd
  18.  
  19. BTW, you have a nice tutorial in Cydia's
  20. home. :)
  21.  
  22. - What about virdata.txt?
  23.  
  24. It's the database (DB) of known virus,
  25. you can modify, add, remove or
  26. do what you want with it.
  27.  
  28. By default the program supports:
  29. Ikee worm (A, B, C and D variants).
  30.  
  31. Updates aren't provided by the moment,
  32. this project is just for fun.
  33. The idea is that YOU update by yourself
  34. the database and adapt the program for your
  35. requirements. Difficult? Not really ;-)
  36. In this task, Google is your friend.
  37. Stay tuned, new virus? What files to remove?
  38.  
  39. Do you want to work in the program? Perfect!
  40. It's licensed under GNU/GPLv3.
  41.  
  42. - How does it work?
  43.  
  44. First of all, you must run it as root.
  45.  
  46. The program reads the virus DB that is
  47. contained in virdata.txt
  48.  
  49. The fields format is:
  50.  
  51. VirusName:virus_file_to_delete:(r)emove or (s)earch
  52.  
  53. For example:
  54.  
  55. To remove:
  56. Virus1:/private/var/mobile/home/fuckyea:r
  57. To search:
  58. Virus6:/private/var/mobile/home/lol:s
  59.  
  60. - Why only search? I want DESTROY!
  61.  
  62. If you delete a file, the system can be
  63. damaged. The DB knows if a file
  64. is important or can be deleted.
  65.  
  66. - Modes to work?
  67.  
  68. Three: scan, normal and aggresive.
  69.  
  70. scan will perfom an scan without delete
  71. files.
  72.  
  73. normal will perform an ordinary scan
  74. and will delete virus files carefully.
  75.  
  76. aggresive will ignore DB instructions
  77. and will delete all virus files.
  78.  
  79. Be careful with aggresive mode.
  80.  
  81. - What if I want to compile the
  82. program by myself?
  83.  
  84. It's written in C, simply install in
  85. your iDevice gcc and run:
  86. gcc inovirs.c -o inovirs
  87.  
  88. EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement