Before call opcode the stack is 16 aligned. Call pushes 8 bytes of return address, so rsp is not 1…
All right, I will look into this, thank you very much for the information!
But 40-byte isn't aligned with 16-byte, while 32-byte is? What did you mean by Because caller push…
Fixed for next release. Thanks for pointing that out Simon.
Dynamically generated disassembly is not currently supported in the disassembly window. However, y…
I don't know details of remedy debugger. But debugger usually needs extra support from application…
Hello, I am working on a project where I run custom generated machine code that I load at runtime.…
I think it is 40 because it needs to keep stack pointer 16-byte aligned. Because caller pushed ret…
Thanks :) Yeah, No Sunshine was using an older html template, and it wasn't scaling correctly, but…
Why does msvc decide to reserve 40 bytes on the stack for memcpy in copy2 when the src pointer is…
I shouldn't have said that. I don't have any particular information. As far as I know Casey didn't…
Added driver command RDBG_COMMAND_SET_BRING_TO_FOREGROUND_ON_SUSPENDED. This can be used to overri…
I'm not sure handmade hero is still going on/will be resumed Wait... HH is possibly dead?! Did Cas…
I have always been fond of game dev toolkits and construction sets. There is a beauty in the limit…
image.png Here is a sample game made with the engine (plays in browser): I have always been fond …
The detection is not about this specific compiler argument.The anti-virus just looks at your binar…
Well, after researching a bit and not founding anything, I modified some code pieces that may be "…
RemedyBG 0.3.9.1 is now available for download with the following new features, improvements, and …
I asked a similar question here: Unfortunately, as far as I know, the solution is to sign the exe…
Hello, I'm a bit frustrated right now with this topic. I have finished a simple game made from scr…
It's been a long time since I watched those episode, so I don't remember the details. What Casey i…
Hello :D I know I'm very late, I've been working on simplifying the build system. The repo can be f…
Hey! :D there is a community fork at I made some improvements for ease of use of the build system …
Hey folks! I've been watching the series start to finish and have gotten to the lighting portion o…
iain —
Oh that is the placing of the startup.bat file in the appropriate folder for setting the w: drive …
uuid.lib is not in Visual Studio folder, because it is part of Windows SDK (which is installed fro…
iain —
I've been playing about with this a bit for a few days, not been able to get my old code to run. T…
Indeed. I only tried to use it with the 10x editor. If I attach manually, open a source file, and …
Thanks. This will be fixed in the next release.
I have apps written using the Bevy game engine, in Rust. .pdbs get output so I figured RemedyBG wo…