Skip to content

A simple CLI application to work with NTFS file systems.

Notifications You must be signed in to change notification settings

MansurovB-source/Gangster-NTFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Gungster-NTFS

General information

  • Gangster-NTFS is basic application for serving NTFS file system.
  • Gangster-NTFS can read and copy files and directories from NTFS file system to the outside.
  • Gangster-NTFS can't create or update files and directories.
  • Gangster-NTFS can get all connected devices.
  • Gangster-NTFS works only in Linux

Build and Run

Gangster-NTFS has a makefile. And you can easily build project.

make

Application has a several mode, you can easily choose mode's by flags

'l', "list",  "show list of devices and partition"
'h', "help",  "show help (this message)"
's', "shell [path_to_file]", "shell mode (interactive mode)"

Project structure

.
├── Lab_1
│   ├── app   
│   │   └── src
│   │       └── main.c
│   ├── core
│       ├── inc
│       │   ├── attribute.h
│       │   ├── boo_sector.h
│       │   ├── device.h
│       │   ├── file_name_attribute.h
│       │   ├── general_information.h
│       │   ├── index_allocation_attribute.h
│       │   ├── index_entry.h
|       |   ├── index_header.h
|       |   ├── index_root_attribute.h
|       |   ├── inode.h
|       |   ├── mapping_chunk.h
|       |   ├── mft.h
|       |   ├── ntfs.h
│       │   └── util.h
|       |
│       └── src
│           ├── device.c
│           ├── ntfc.c
│           └── util.c
│       
├── Makefile
└── README.md

About

A simple CLI application to work with NTFS file systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published