Adrian —
@mmozeiko: Alright thank you! That information already helped me a lot. @lukesalis: It probably sh…
If I had set some other member to invalid value then the program wouldn't run even without setti…
I swear by split mechanical keyboards. I'm currently using a Keyboardio (If you like ergonomic lay…
Why do you this is the line that makes RegisterClassA to fail? Have you checked return value of Ge…
Thanks a bunch you guys, I'm almost there! I've managed to find and load successfully the kerne32.…
void —
Hello everyone, I thought this project would interest the handmade network community. Arseny Kapou…
Yes I agree, I just haven't been able to find that thing in this case. Fonts are blurry for me on…
nakst —
Over the last months I haven't added many new features. It's mostly been rewriting and improving e…
Maciek —
I assume I can't set dpi by my own? It would be very helpful to let user hack some 'not quite wor…
Yes, I've been struggling with the blurriness on Mac, as far as I can tell it's just a failure of …
Maciek —
Hi. Can I somehow increase resolution of rendered fonts in 4coder OS X? It's looking very blurry w…
You don't implement ExitProcess function yourself. You get it from kernel32.dll just like any othe…
Thanks! I can email you more details.
Thank you very much for this valuable information my man! Before I dig in, I just want to know one…
Hey Evan! I am glad to hear you want to get a handle of 4coder, and, although it might not be well…
This will return TEB pointer on 32-bit Windows: Also PEB in TEB is at offset 0x30. I don't rememb…
Welcome to the network, Evan. [Skip this spoiler, Allen →] I also get a blank window on startup…
Hello! So I'm very new to low level programming and C/C++ programming in general but I've been ver…
Awesome!!! Thank you very much my good man, I'll use this information wisely!
Could you show me exactly how it's done sir? I just don't have any experience on the matter and …
You'll need to change win32_pe structure to support 32-bit header. And change code line that gets …
What changes do I have to make in order to run this masterpiece on a 32 bit platform?
Using AVX512 instruction when you are compiling for 32-bit code seems very wrong... :) Typically y…
I think it looks good and informative! Unfortunately the '>' and delimiting ':' don't really float…
Oh man, that's so close!!! Unfortunately, there aren't many people yet (myself included) who got…
I found this instruction, but it seems to be AVX512.
Greetings everyone, I know that it's quite an old thread but, I've noticed it just a few days ago …
Ray —
mmozeiko, mrmixer, thank you very much for the feedback! mmozeiko, I actually followed some of the…
Anders —
I understand, thank you. :)
Though you are going to want a way to stop the ticks (and stop a not yet triggered timeout) This m…