wesley —
The reason for one is that it helps to ask questions conversationally in real-time. A forum can't …
RemedyBG 0.2.2.0 can now be downloaded on itch.io and contains the following bug fixes / enhanceme…
Sev, Because querying for a symbol and its line information is so common, these two sections of a …
I may be resuming 4coder streams soon, but it won't be Fridays, more likely Thursdays.
Hi, I have a question for you, but since I've never really looking into PDB I'm not sure it'll mak…
Neo Ar —
If Ryan is going to be interviewing project owners I call dibs on being the first one interviewed…
Thanks much Ryan. I should add these interviews are "sponsored" by Handmade Seattle, which is to s…
Hello, everyone! I hope your March and first half of April have gone swimmingly (yes, I know this …
Yep, definitely don't want the API to slow down the development of the main thing.
Yeah some more streams would be awesome!
I think that the MAP_ANONYMOUS flag just means that instead of using for its apparent purpose (ma…
if you want to avoid it going to the swap you need to pin the memory. However it's usecase is secu…
@mmozeiko I think I'm mixing up memory backed by a file and virtual memory using the swap partitio…
So are you planning on do some Friday 4coder stream again? Still I'm looking forward the new build
Also I wrote a comment in my code saying that mprotect with PROT_NONE will only prevent any acces…
I would give the API a whirl as well, at such point as it is ready for testing. It does seem like…
Thank you, George. Completely understood and I'll keep my fingers crossed. <3
Added a bunch of suggestions/feature requests/... in github but wanted to still post here and give…
Having no MAP_ANONYMOUS means that memory is backed to actual real file, right? And doesn't OS sim…
Hello 4coder users! I am writing an update on the upcoming 4.0.31 because it's been in development…
I remember trying that. But, if I remember correctly, you can't remove the MAP_ANONYMOUS flag and …
If you are using subsystem windows, then you need to call AllocConsole and reopen stdout/stderr FI…
On linux you can reserve memory with mmap with flags=MAP_PRIVATE|MAP_ANONYMOUS (to avoid using a…
If malloc is working and you don't see any problem (measured performances or limiting the user po…
Zero —
Neither of them worked for me, they only work when I set the SUBSYSTEM to Console, and define entr…
Martin, That is definitely a possibility at some point as I've kept the debugger engine piece (for…
Hello good sire, First off, amazing work, love it, switching to use it as much as possible. <3 I'v…
Raytio —
Could not hurt to have some I mean its great. People pay you to advertise what could be better ;) …
Here's a small C code snippet how to redirect OutputDebugString to stderr of your process: Only t…