Quantcast
Channel: BlogoSfera » DATA
Viewing all articles
Browse latest Browse all 64

How to set a value in the Windows registry in assembly language?

$
0
0

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.


Viewing all articles
Browse latest Browse all 64

Trending Articles