migrating

This commit is contained in:
2026-05-26 22:08:21 -06:00
commit 43781ff018
30 changed files with 352 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[Byte[]] $bytes = 0x90,0x90,0x90,0x9
[io.file]::WriteAllBytes('out.exe', $bytes)
# Get-Content('test.txt') | Format-Hex