Advertisement
Guest User

Untitled

a guest
Jan 30th, 2011
4,494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. These Files (except mrxnet.sys) were created by Amr Thabet and coyrighted (c) by him
  2.  
  3. Files:
  4. ------
  5. 1.mrxnet.sys : The rootkit sample
  6. 2.mrxnet.idb : The IDA Pro database for Version 5.1
  7. 3.main.c : The main source code of mrxnet.sys rootkit sample (created by reversing manually of mrxnet.sys with only IDA Pro)
  8. 4.FastIo.c : The FastIoDispatch (you could ignore this part
  9.  
  10. The others are used for compiling the source code
  11.  
  12. Notes:
  13. ------
  14. The source code is 95% similar to the real rootkit but that doesn't mean it should work exactly like mrxnet.sys as it still contain bugs and need to be fixed
  15.  
  16. Copyrights:
  17. -----------
  18. Copyright (C) 2010-2011 Amr Thabet <amr.thabet[at]student.alx.edu.eg>
  19.  
  20. Licence:
  21.  
  22. This program is free software; you can redistribute it and/or modify
  23. it under the terms of the GNU General Public License as published by
  24. the Free Software Foundation; either version 2 of the License, or
  25. (at your option) any later version.
  26.  
  27. This program is distributed in the hope that it will be useful,
  28. but WITHOUT ANY WARRANTY; without even the implied warranty of
  29. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  30. GNU General Public License for more details.
  31.  
  32. You should have received a copy of the GNU General Public License
  33. along with this program; if not, write to Amr Thabet
  34. amr.thabet[at]student.alx.edu.eg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement