Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tadghh/windows-api-playground

Powershell and Win32 apis an attempt to covertly modify lastwritetime on files
https://github.com/tadghh/windows-api-playground

Last synced: 7 days ago
JSON representation

Powershell and Win32 apis an attempt to covertly modify lastwritetime on files

Awesome Lists containing this project

README

        

# Windows API Covert lastwritetime

I was trying to follow along with the following blog https://gtworek.github.io/PSBits/lastwritetime.html to modify the last write time without evidence appearing in the NTFS journal

A majority of the method declarations are ChatGPT goop mixed with Pinvoke https://www.pinvoke.net/

I'm not sure which of my method definitions are incorrect, could just be WriteFile or all of them. Pinvoke hasnt been maintined either and has a lot of graffiti

Main file is testRaw