OP 27 January, 2022 - 09:42 PM
(This post was last modified: 28 February, 2022 - 01:43 PM by SahyuZ. Edited 1 time in total.)
74285
[C#] Stealer | Broser,Cookie,Steam,Discord,Growtopia,Pixelworlds,Lunar Clien and etc.
by SahyuZ - 27 January, 2022 - 09:42 PM
This post is by a banned member (RCA1Crash1) - Unhide
01 February, 2022 - 04:19 AM
(27 January, 2022 - 09:42 PM)SahyuZ Wrote: Show More 1. You need your code that runs 1 time 2. You create a new Class Library Project 3. You rename the Class1 Class to something else that fits better in the Program you hide it in. 4. Then paste your code in and make sure there is just 1 entry point, so in your real Application it's just 1 line 5. Build the DLL with CTRL + B 6. Copy the DLL to the Project Folder of the Application you want to hide it in. 7. Then in the Project you want to hide it in, click on "Project" and then "Add Reference" click on Browse and select the DLL you just copied 8. Add using "your DLL Name" to the other using things 9. Then there where you want to execute the code, make one Line structured like this: <Class Name in DLL>.<Void Name in DLL(); That executes the code. 10. You are done. It's hidden from people viewing just the exe in dnSpy, and you get less detections. I got a Token Logger from 6 Detections down to 0 Detections on the DLL and 1 Detection from one of those AI AVs only VirusTotal has on the EXE. Extra: To reduce Windows Defender Detections, never use "Environment.UserName" to determine the windows username. This can & most likely get detected. |
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|
Users browsing this thread: 3 Guest(s)