Ok. So I have this program that attempts to create a value in the Windows registry. Unfortunately, nothing happens. I have been trying to figure out if any of the parameters are wrong. Here is the code: includelib \Masm64\Lib\Kernel32.lib includelib \Masm64\Lib\Advapi32.lib extern RegOpenKeyExA : proc extern RegSetValueExA : proc extern ExitProcess : proc dseg segment [...]
The post How to set a value in the Windows registry in assembly language? appeared first on BlogoSfera.