Advertisement
Madmouse

current edition of codelove.tar.lzma contents

Jun 16th, 2015
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. ├── asm
  2. │   ├── (ebook pdf) Art of Assembly.pdf
  3. │   ├── [eBook] Windows Assembly Language & Systems Programming, 2nd edition (R&D Books).pdf
  4. │   ├── nasmdoc.pdf
  5. │   └── pcasm-book.pdf
  6. ├── c - cpp
  7. │   ├── CodeWarrior C and C++ and Assembly Language Reference.pdf
  8. │   ├── Linux.C++.Programming.HOWTO.pdf
  9. │   ├── O'Reilly-C Programming.pdf
  10. │   └── Sams - C++ Unleashed-en-pdf.pdf
  11. ├── extra advanced goodies for later
  12. │   ├── A_Buffer_Overflow_Study_-_Attacks_and_Defenses_(2002).pdf
  13. │   ├── advanced polymorphic techniques.pdf
  14. │   ├── Anti Debugging Tricks Release 2 by Inbar Raz.txt
  15. │   ├── ANTI HEURISTIC TECHNIQUES.txt
  16. │   ├── bof-demystified.txt
  17. │   ├── CD And DVD Forensics.pdf
  18. │   ├── CRC Press - Cyber Crime Investigator's Field Guide.pdf
  19. │   ├── Designing BSD Rootkits - An Introduction to Kernel Hacking~tqw~_darksiderg.pdf
  20. │   ├── exploitng windows device drivers.pdf
  21. │   ├── Freebie - How to Create Keygens.pdf
  22. │   ├── linux-shellcode.txt
  23. │   ├── PE.pdf
  24. │   ├── shellcode-handbook.pdf
  25. │   └── utf8_shellcodes.txt
  26. ├── python
  27. │   ├── python_for_data_analysis.pdf
  28. │   ├── thinkpython.pdf
  29. │   └── Violent_Python_A_Cookbook_for_Hackers_Forensic_Ana.pdf
  30. └── reverse engineering
  31. ├── biosdisassembly.pdf
  32. ├── Computer - Programming - C - C++_Reverse_Engineering_Tutorial.pdf
  33. ├── Crackproof Your Software (2002).pdf
  34. ├── Reverse_engineering_for_beginners-en.pdf
  35. ├── Springer.Reverse.Engineering.of.Object.Oriented.Code.Monographs.in.Computer.Science.eBook-kB.pdf
  36. └── Wiley.Reversing.Secrets.of.Reverse.Engineering.Apr.2005.eBook-DDU.pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement