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.
Maciek
Hi! I'm loving MotionBox but I can only use it at work. At home I mainly use os x. Any plans on…
»
void
Yeah I was debating whether or not I should have mentioned that. Visual studio team has acknowled…
»
Siew Yi Liang
miotatsu This was interesting to me as I am using the UHK with my work machine and haven't looke…
»
Neo Ar
He followed the official spec to write the equivalent of a hello world (triangle) for vulkan and …
»
Neo Ar
sonictk ## Mistel Baracco ### Pros - On-keyboard bindings and memory, no bullshit with additona…
»
William
Shouldn't hInstance be a handle of your module, and not of kernel32? You can use GetModuleHandle…
»
Adrian
@mmozeiko: Alright thank you! That information already helped me a lot. @lukesalis: It probably …
»
Joystick
mmozeiko Why do you this is the line that makes RegisterClassA to fail? Have you checked return …
»
Siew Yi Liang
I swear by split mechanical keyboards. I'm currently using a Keyboardio (If you like ergonomic la…
»
Mārtiņš Možeiko
Why do you this is the line that makes RegisterClassA to fail? Have you checked return value of G…
»
Joystick
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 Kapo…
»
Allen Webster
Yes I agree, I just haven't been able to find that thing in this case. Fonts are blurry for me o…
»
nakst
Over the last months I haven't added many new features. It's mostly been rewriting and improving …
»
Maciek
I assume I can't set dpi by my own? It would be very helpful to let user hack some 'not quite wo…
»
Allen Webster
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 …
»
Mārtiņš Možeiko
You don't implement ExitProcess function yourself. You get it from kernel32.dll just like any oth…
»
Evan Hansen
Thanks! I can email you more details.
»
Joystick
Thank you very much for this valuable information my man! Before I dig in, I just want to know on…
»
Allen Webster
Hey Evan! I am glad to hear you want to get a handle of 4coder, and, although it might not be we…
»
Mārtiņš Možeiko
This will return TEB pointer on 32-bit Windows: 1__readfsdword(0x18); Also PEB in TEB is at o…
»
Matt Mascarenhas
Welcome to the network, Evan. [Skip this spoiler, Allen →] It's been a while since I last use…
»
Evan Hansen
Hello! So I'm very new to low level programming and C/C++ programming in general but I've been v…
»
Joystick
Awesome!!! Thank you very much my good man, I'll use this information wisely!
»
Joystick
mmozeiko You'll need to change win32_pe structure to support 32-bit header. And change code line …
»
Mārtiņš Možeiko
You'll need to change win32_pe structure to support 32-bit header. And change code line that gets…
»
Joystick
What changes do I have to make in order to run this masterpiece on a 32 bit platform?
»
Mārtiņš Možeiko
Using AVX512 instruction when you are compiling for 32-bit code seems very wrong... :) Typically…
»
Matt Mascarenhas
I think it looks good and informative! Unfortunately the '>' and delimiting ':' don't really f…
»