Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add birthtime, blocksize and blks to stat_output for NTFSFilesystemEntry #848

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Add birthtime, blocksize and blks to stat_output for NTFSFilesystemEntry

    st_block is `0` when the file is resident, as it inside the MFT metadata
    st_birthtime and st_birthtime_ns now use the creation_time from a MFT Record
    
    Other timestamps where incorrectly used, and have been changed:
    
    st_mtime: changed from using last_change_time to last_modification_time
    st_ctime: changed from using creation_time to last_change_time
    Miauwkeru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    44ae9c3 View commit details
    Browse the repository at this point in the history
  2. Fix linting

    Miauwkeru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0f5ba33 View commit details
    Browse the repository at this point in the history
  3. Set ctime to birthtime

    Miauwkeru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    39333b1 View commit details
    Browse the repository at this point in the history
  4. Fix linting

    Miauwkeru committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8fd94c0 View commit details
    Browse the repository at this point in the history