![]() |
|
Silver CapsGraphStripper | Import & Extract License Keys from CapsGraph - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: Silver CapsGraphStripper | Import & Extract License Keys from CapsGraph (/Thread-Silver-CapsGraphStripper-Import-Extract-License-Keys-from-CapsGraph) |
CapsGraphStripper | Import & Extract License Keys from CapsGraph - miso - 05-24-2020 app by me entirely made on dnSpy 6.1.4 This application can extract and import license keys into Capsvad.dll used in CapsGraph
it isn't an entrypoint to import random license keys, CapsGraph checks if the key(s) in Capsvad.dll are valid on startup
its 8kb lmao
Preview: ![]() RE: CapsGraphStripper | Import & Extract License Keys from CapsGraph - mothered - 05-25-2020 Interesting. So this tool solely extracts and checks the keys from the DLL file? RE: CapsGraphStripper | Import & Extract License Keys from CapsGraph - miso - 05-25-2020 (05-25-2020, 03:38 AM)mothered Wrote: Interesting.this tool can extract and inject keys into the dll, you will however need to have a seperate file containing the key & your Capsvad.dll the application checks if the keys are valid on its startup RE: CapsGraphStripper | Import & Extract License Keys from CapsGraph - mothered - 05-25-2020 (05-25-2020, 05:25 AM)miso Wrote: this tool can extract and inject keys into the dll, you will however need to have a seperate file containing the key & your Capsvad.dllI've looked Into the tool since my last post, and what you've said Is spot-on. I haven't come across too many tools that manipulate a given DLL file In this manner. |