PDA

View Full Version : NOD32 API


braindedd
January 7th, 2008, 02:00 PM
Hi all,

I was trying to make a script to update the username and password for the computers on my network automagically but it seems the password in the registry is encrypted (for obvious reasons though.) Does anyone know if it's possible to make a call through the nod32api.dll (or one of the other dlls) to set the password?

arman
January 8th, 2008, 02:16 AM
-{ Quote: "Hi all,

I was trying to make a script to update the username and password for the computers on my network automagically but it seems the password in the registry is encrypted (for obvious reasons though.) Does anyone know if it's possible to make a call through the nod32api.dll (or one of the other dlls) to set the password?" }-

there is no API dll to call, however if you know how to use NtXxxPort NT Native API's (ntdll.dll) then there is a way to communicate with NOD service (nod32krn.exe) to request a password modification. tell me if you are interested in details.

braindedd
January 8th, 2008, 04:52 AM
Details would be awesome thanks :)

braindedd
January 13th, 2008, 01:05 PM
Nothing?