How to Make Code Caves and Load Custom Values
This is a video that shows you how to find free space in a game exeuctable file (code cave) so you can write and execute your own functions in a game. The video also shows you how to load custom values into memory, whether they be 16-bit, 32-bit, Float, 64-bit, or Double with the LDR instruction. I adapted a lot of Eiffel2018 and Patjenova's work in this thread, so without them, this video wouldn't be possible.