We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
@mmozeiko I think I'm mixing up memory backed by a file and virtual memory using the swap partitio…
»
Alberto Vaudagna
So are you planning on do some Friday 4coder stream again? Still I'm looking forward the new build
»
Miguel Lechón
Also I wrote a comment in my code saying that mprotect with PROT_NONE will only prevent any acces…
»
Casey Muratori
I would give the API a whirl as well, at such point as it is ready for testing. It does seem like…
»
Martin Cohen
Thank you, George. Completely understood and I'll keep my fingers crossed. <3
»
direbroom
Added a bunch of suggestions/feature requests/... in github but wanted to still post here and give…
»
Mārtiņš Možeiko
Having no MAP_ANONYMOUS means that memory is backed to actual real file, right? And doesn't OS sim…
»
Allen Webster
Hello 4coder users! I am writing an update on the upcoming 4.0.31 because it's been in development…
»
Simon Anciaux
I remember trying that. But, if I remember correctly, you can't remove the MAP_ANONYMOUS flag and …
»
Mārtiņš Možeiko
If you are using subsystem windows, then you need to call AllocConsole and reopen stdout/stderr FI…
»
Miguel Lechón
On linux you can reserve memory with mmap with flags=MAP_PRIVATE|MAP_ANONYMOUS (to avoid using a…
»
Simon Anciaux
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…
»
x13pixels
Martin, That is definitely a possibility at some point as I've kept the debugger engine piece (for…
»
Martin Cohen
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 ;) …
»
Mārtiņš Možeiko
Here's a small C code snippet how to redirect OutputDebugString to stderr of your process: Only t…
»
Ryan Fleury
4coder receives stderr and stdout, so what you could probably do is just this:
»
Zero
This would only be a windows thing and I don't know if this feature is as good / helpful as I am t…
»
AlexKindel
Suppose a virtual memory linear arena would suffice for all of one's heap allocation needs. Would …
»
ratchetfreak
And what would you say about web development in C? Where do I even start, and how efficient would…
»
Joystick
Thanks for the great source of information homie, I'll definitely check it out! And what would you…
»
forrestthewoods
I was able to download the new versions. Thanks for checking in!
»
Ryan Fleury
Some others in the community might do a much better job of explaining this than I can (and they mi…
»
x13pixels
Change log for RemedyBG 0.2.1.0.Now allow referencing registers (RAX, RSP, EAX, AL, etc.) in the w…
»
SIMPalaxy
It's probably more trouble than it's worth. I believe there is a way to use a gcc cross-compiler f…
»
Jackson
Thanks Allen, I'll await the next release then.
»
Joystick
Thanks for your thorough input homie! Let's say that I want to be able to follow Casey's series on…
»
Timothy Barnes
In general any possible app or web service can be written in C. However, I cannot guarantee that e…
»
Joystick
What's shakin' homies! I've been wondering for a while now if I can use C to create things other t…
»