Skip to content

Commit

Permalink
Implemented an NTFS accessor.
Browse files Browse the repository at this point in the history
This allows us to read raw NTFS for both normal drives as well as
VSS. Refactored the VFS to be more flexible.
  • Loading branch information
scudette committed Sep 20, 2018
1 parent 40d08ae commit 0cff64b
Show file tree
Hide file tree
Showing 41 changed files with 947 additions and 2,186 deletions.
5 changes: 0 additions & 5 deletions actions/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ type ClientAction interface {
func GetClientActionsMap() map[string]ClientAction {
result := make(map[string]ClientAction)
result["GetClientInfo"] = &GetClientInfo{}
result["StatFile"] = &StatFile{}
result["ListDirectory"] = &ListDirectory{}
result["HashFile"] = &HashFile{}
result["HashBuffer"] = &HashBuffer{}
result["TransferBuffer"] = &TransferBuffer{}
result["VQLClientAction"] = &VQLClientAction{}
result["GetHostname"] = &GetHostname{}
result["GetPlatformInfo"] = &GetPlatformInfo{}
Expand Down
97 changes: 0 additions & 97 deletions actions/files.go

This file was deleted.

142 changes: 0 additions & 142 deletions actions/fingerprint.go

This file was deleted.

Loading

0 comments on commit 0cff64b

Please sign in to comment.