Skip to content

dwxiao/bmp-file-carver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bmp-file-carver

A basic file carver that detects if a block of bytes is related to a .bmp file or not, and extracts and outputs them to a specified directory.

Example input

The original .bmp file:

original

Example output

The first block of bytes (the whole image) which is the original input .bmp file:

output1

The second block of bytes within the file, which is a misspelling of 'surprise':

output2

Additional notes

Not demonstrated above is the ability to extract and output blocks of bytes that are not related to .bmp files.

About

A basic file carver that detects if a block of bytes is related to a .bmp file or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages