Andoryuuta

Results 5 comments of Andoryuuta

Works on windows with 7zip. The extracted file is 1.06GB: ![image](https://user-images.githubusercontent.com/8594162/183270957-d3b39e86-1578-4174-9f19-8771f38356c3.png)

Just to add my understanding of about what this would entail: The `.pyc` format itself is a version number, timestamp, and a serialized code object. The code object is serialized...

Hello! To be completely honest, I added that 7 years ago and I don't know if it was ever tested. Are the target process (`atg-steam-engine-demo.exe`) and the Go binary with...

This should be possible by using [Mach's virtual memory interface](http://www.gnu.org/software/hurd/gnumach-doc/Virtual-Memory-Interface.html#Virtual-Memory-Interface). Specifically, vm_read and vm_write.

It seems like this is caused by a bug in `WriteFile` on some Windows 10 versions before 1803. (see https://bugs.python.org/issue32245 and https://github.com/Microsoft/console/issues/40).