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: 20 days ago
JSON representation
Notes about my progress trough the book "PRACTICAL REVERSE ENGINEERING" - Will not include solutions. Only Notes, thoughts - and ideas, etc.
- Host: GitHub
- URL: https://github.com/loneicewolf/pract_rev_engineering
- Owner: loneicewolf
- Created: 2021-01-20T16:34:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T14:08:29.000Z (about 5 years ago)
- Last Synced: 2025-03-03T09:22:48.795Z (about 1 year ago)
- Topics: asm, c, fannybmp, kernel, loneicewolf, malware-analysis, notes, reverse-engineering, rootkit
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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