Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
09abed00
Commit
09abed00
authored
12 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
Fixed fcat bug that prevented it from working on NTFS
parent
c3333fa8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS.txt
+6
-0
6 additions, 0 deletions
NEWS.txt
tools/fstools/fcat.cpp
+1
-1
1 addition, 1 deletion
tools/fstools/fcat.cpp
with
7 additions
and
1 deletion
NEWS.txt
+
6
−
0
View file @
09abed00
Numbers refer to SourceForge.net tracker IDs:
http://sourceforge.net/tracker/?group_id=55685
---------------- VERSION 4.0.2 --------------
Bug Fixes:
- Fixed fcat to work on NTFS files (still doesn't support ADS though).
---------------- VERSION 4.0.1 --------------
New Features:
- Can open raw Windows devices with write mode sharing.
...
...
This diff is collapsed.
Click to expand it.
tools/fstools/fcat.cpp
+
1
−
1
View file @
09abed00
...
...
@@ -194,7 +194,7 @@ main(int argc, char **argv1)
// @@@ Cannot currently get ADS with this approach
retval
=
tsk_fs_icat
(
fs
,
inum
,
TSK_FS_ATTR_TYPE_
DEFAULT
,
1
,
0
,
0
,
tsk_fs_icat
(
fs
,
inum
,
(
TSK_FS_ATTR_TYPE_
ENUM
)
0
,
0
,
0
,
0
,
(
TSK_FS_FILE_WALK_FLAG_ENUM
)
fw_flags
);
if
(
retval
)
{
if
((
suppress_recover_error
==
1
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment