An open API service indexing awesome lists of open source software.

https://github.com/loneicewolf/pract_rev_engineering

Notes about my progress trough the book "PRACTICAL REVERSE ENGINEERING" - Will not include solutions. Only Notes, thoughts - and ideas, etc.
https://github.com/loneicewolf/pract_rev_engineering

asm c fannybmp kernel loneicewolf malware-analysis notes reverse-engineering rootkit

Last synced: 3 months ago
JSON representation

Notes about my progress trough the book "PRACTICAL REVERSE ENGINEERING" - Will not include solutions. Only Notes, thoughts - and ideas, etc.

Awesome Lists containing this project

README

        

# Pract_Rev_Engineering

------------------------------------------------------------------------------

- Notes about my progress trough the book "PRACTICAL REVERSE ENGINEERING"
- Will not include solutions. Only Notes, thoughts - and ideas, etc.

------------------------------------------------------------------------------

- [ \ ] means half done
- [ / ] means half plan done


------------------------------------------------------------------------------

# Ideas

------------------------------------------------------------------------------

# Filesystem

------------------------------------------------------------------------------

## FS Rootkits

------------------------------------------------------------------------------

### By-Specification:

- [ / ] SCSI Rootkit
- [ \ ] FAT(32) Driver (for Linux and Windows)
- [] C
- [] D
- [] E
- [] F


------------------------------------------------------------------------------

# Malware Related
(Note, I haven't seen fanny.bmp in the Practical Reverse Engineering book, but since it has an implementation of quite the sophisticated rootkit, I thought I would include a bit of fanny.bmp rootkit's here)
## Fanny.bmp