Ulf Frisk

Results 296 comments of Ulf Frisk

This is way cool that you got it to work with ReactOS 👍 For me keeping track of all offsets and different hard codings and special cases everywhere is already...

I'm closing this issue since it's more of an info for me. Like I mentioned I'm not going to add official ReactOS support. But if there was a fork created...

The MemProcFS latest release is often updated with minor changes within the release (such as new patch Tuesday cached symbol offsets once a month). A stable download link would be...

Thank you for reporting this. I'll probably try an alternative approach by setting _FILE_OFFSET_BITS to 64 instead of relying on GLIBC specific #ifdef's. I'm currently on vacation though and I...

I've now included the fix which is slightly different than this PR. I'm setting `#define _FILE_OFFSET_BITS 64` instead which I found to be cleaner rather than relying on separate GLIBC...

Currently there is no good way. I mean you can probably start MemProcFS and read the computer name via the API from \sys\computername.txt (https://github.com/ufrisk/MemProcFS/wiki/FS_SysInfo) but that solution isn't very nice....

I believe I may have overlooked the hibernation file when I made the 24H2 upgrades since it's located in a different library. I'll look into it, but I'm currently in...

I'm aware that the MemProcFS implementation won't work for all hibernation files. I looked into this and I don't understand the format as such and why it's failing currently. I'll...

This issue should now be resolved. There were actually two issues. One affecting 24H2 only which might have resulted in some cases recovered memory being cut short. The other one...

I think I answered this already, but on the Discord. This is an interesting future development, but it's not going to be top of my priority list. I don't know...