Sinisterly
Keyloggers - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Keyloggers (/Thread-Keyloggers)

Pages: 1 2 3 4


RE: Keyloggers - Deque - 03-29-2013

Which .NET version do you have installed?


RE: Keyloggers - Deque - 03-29-2013

Which .NET version do you have installed?


RE: Keyloggers - Yung Lean - 03-29-2013

Microsoft .NET 4.5


RE: Keyloggers - Yung Lean - 03-29-2013

Microsoft .NET 4.5


RE: Keyloggers - Deque - 03-29-2013

Make sure that Dissembler Lib.dll is in the same folder as your keylogger and that it isn't blocked by your antivirus.


RE: Keyloggers - Deque - 03-29-2013

Make sure that Dissembler Lib.dll is in the same folder as your keylogger and that it isn't blocked by your antivirus.


RE: Keyloggers - Yung Lean - 03-29-2013

It is in the folder with keylogger my antivirus is always off while I'm using Keylogger.


RE: Keyloggers - Yung Lean - 03-29-2013

It is in the folder with keylogger my antivirus is always off while I'm using Keylogger.


RE: Keyloggers - Deque - 03-29-2013

Hm, that's odd. Your error message indicates that the file (Dissembler Lib.dll) can not be found. This is either because the file isn't where it is supposed to be or it wasn't registered properly. Have you tried to reinstall the keylogger (if it requires installation)?

Or register the file manually in your terminal instead of installing the keylogger again:
Code:
regsvr32 "C:\filepath\dissembler LIB.dll"

You can also try to download the Dissembler Lib.dll again and replace it, just in case your file was damaged somehow (i.e. by your AV trying to disinfect it).


RE: Keyloggers - Deque - 03-29-2013

Hm, that's odd. Your error message indicates that the file (Dissembler Lib.dll) can not be found. This is either because the file isn't where it is supposed to be or it wasn't registered properly. Have you tried to reinstall the keylogger (if it requires installation)?

Or register the file manually in your terminal instead of installing the keylogger again:
Code:
regsvr32 "C:\filepath\dissembler LIB.dll"

You can also try to download the Dissembler Lib.dll again and replace it, just in case your file was damaged somehow (i.e. by your AV trying to disinfect it).