mateli
mateli
I think it's important here to realize what people are trying to achieve. Running an emulator on top of for example Linux can be a perfectly suitable solution. If you...
> is there any alternatiev to quibble which works on win 11 with btrfs Nope. And for the reasons talked about above there probably never will be. The next version...
They already did it more than once. Secure Boot didn't originally have any other options than using the authorized windows bootloader. While they had to back down from that, there...
This is just a wild guess but may there be an exception that are not handled by the program? Make sure that all code paths in your application captures exceptions...
Something like this for debugging: https://x64dbg.com/ Other inspirations (emulator based): https://syncsim.sourceforge.net/index.php?show=screenshots https://github.com/slatinsky/x86sim
I will do a bit more thinking on the debugger part of this issue as I see that there are a primitive debugger already implemented. The first thing that comes...
I am thinking that when there is editing/live patching support it would be useful to have a short way to call into API:s/DLL:s in a way that use a minimum...
Would it be possible to run retrowin32 as a debugger to an IDE so that when we have the source code of the application we can debug it with both...
The most important feature that HTTP3 provides is higher reliability on unreliable connections which were mainly developed with the Indian market in mind. Perhaps their internet is no longer as...
On an x64 processor the compatibility mode for 32 bit applications provides significant less performance than running 64 bit applications. For example there are no access to the extra registers...