gh-Destiny

Results 28 comments of gh-Destiny

![Image](https://github.com/user-attachments/assets/84df00d0-15c8-4d96-ae84-55006e253462) as we can see - even with Explorer the view of this special sub-folder `LocalCache\` for the overall hierarchy of analyzed input string: ``` C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config ``` is pretty special:...

Maybe it would have been possible to try to do something useful in this direction. There has been such experience before in my life. But unfortunately for me - you...

``` GetFullPathNameU("C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config", 131072, 0101FA64, 00FFFA40); return 108; // "C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config" "nuget.config" absName = "C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config" MlxResolveLinks("C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config", 0x0103FA64, 131072); CompactPath("C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config", 0108FFC0, 131072); return 108; // "C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config" MlxResolveLinks1("C:\Users\{username}\AppData\Local\Packages\Microsoft.PowerShell_8wekyb3d8bbwe\LocalCache\Roaming\NuGet\nuget.config", 0x0103FA64, 131072, 0x00FFF9F0, 0); // "C:\Users"...

> Are you by any chance running truename within a Windows container? And if so, how is it configured? As to this question - Actually, it had me completely stumped....

I don't know - maybe you already know this URL https://github.com/libyal/libfsntfs/blob/main/documentation/New%20Technologies%20File%20System%20(NTFS).asciidoc but take a look. There I see some notes about some GUID for WCI objects.... And here: https://www.researchgate.net/publication/363773832_Master_File_Table_MFT_on-disk_Structures_NTFS_31_httpsgithubcomkacos2000MFT_Browser Download...

Let's start with a simple one. WCI container is some entity that is created/regulated by Windows itself when certain processes launched, which from the user's point of view is just...

Maybe we should still use parsing logic in the form: IF the direct path is not actually specified anywhere - as in my case - then automatically assume that the...

As far as I understand, https://github.com/kacos2000/MFT_Browser -> is a tool that relies on the library/project referenced in my second link. However, I am unable to run either the compiled EXE...