News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

To Access Registry

Started by stanley, September 23, 2009, 06:05:28 PM

Previous topic - Next topic

stanley

To Access registry ----->

1.Could anyone provide me a template how to access the registry in masm32.
2.I need to know about  how to delete or modify the "value data" section  in registry
3.how to handle(modify the values in "value data" section) the critical process like Userinit.exe,winlogon in the registry
please help me to find a solution  :wink

hutch--

Pretty straight forward stuff, make sure you have "Administrator" access then use the registry Windows API functions to perform the changes you require.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

stanley

How can the malware files create entries in the registry when it runs as a "guest"

dedndave

you want to modify userinit ??????    :naughty:

stanley

I just want to write a tool to delete malware entries  from the registry and delete the files hooked by the userinit.exe