DDSS Posted February 15, 2024 Posted February 15, 2024 I have some kind of injection virus, probably a dll... I found some dll and rg_binary in my windows registry! I wanted to know if anyone could help me? How can I remove or read these dlls and how does it work to understand rg_binary I noticed that autoit has support for dll, handling possessions. I'm new, I don't know, and autoit... I came here to ask for help for those who already have experience in the language! what keywords should I use! which objects are worth taking a closer look at, if there is any way to develop a code with the ability to read rg_binary
argumentum Posted February 15, 2024 Posted February 15, 2024 On 2/15/2024 at 4:27 AM, DDSS said: I have some kind of injection virus, probably a dll... I found some dll and rg_binary in my windows registry! Expand When in doubt, I, erase the drive and reinstall the OS. Hope you back up, back up, back up. That's my best advise. Unless you wanna play CSI like on TV and do forensics. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
DDSS Posted February 15, 2024 Author Posted February 15, 2024 On 2/15/2024 at 5:00 AM, argumentum said: When in doubt, I, erase the drive and reinstall the OS. Hope you back up, back up, back up. That's my best advise. Unless you wanna play CSI like on TV and do forensics. Expand kkk prefiro fazer o csi msm argumentum 1
argumentum Posted February 15, 2024 Posted February 15, 2024 On 2/15/2024 at 5:23 AM, DDSS said: kkk prefiro fazer o csi msm (I prefer to do CSI anyway) Expand Ok, but know that with AutoIt one can not write DLLs and there are better forums for your desire. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
DDSS Posted February 15, 2024 Author Posted February 15, 2024 On 2/15/2024 at 5:26 AM, argumentum said: Could you recommend me some forums? It would be a great help! Could you tell me some tool that is compatible with write dll or some other language? Expand
Solution argumentum Posted February 15, 2024 Solution Posted February 15, 2024 Not really. I don't code DLLs. I have no experience with that. Microsoft has this Visual Studio one can write DLLs with. But it takes years to learn that stuff. I don't know how to guide you. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
DDSS Posted February 15, 2024 Author Posted February 15, 2024 (edited) . Edited February 15, 2024 by DDSS
DDSS Posted February 15, 2024 Author Posted February 15, 2024 On 2/15/2024 at 5:45 AM, argumentum said: Not really. I don't code DLLs. I have no experience with that. Microsoft has this Visual Studio one can write DLLs with. But it takes years to learn that stuff. I don't know how to guide you. Expand No problem, Visual Studio is very complicated to install! needs many libraries (but gaps for injections and viruses of all types)! Is there no other tool?
argumentum Posted February 15, 2024 Posted February 15, 2024 You can try disassemblers ? But then again, can you interpret machine code, or ASM ?. Even if you did, it would not tell you where you got it from. And if you poke the wrong people/IP, can you defend yourself ?. I would let it go. Then again, if this is what propels you in to a carrier in cyber security or becoming a programmer, go for it. There is no better incentive than an itch in the brain. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Andreik Posted February 15, 2024 Posted February 15, 2024 You can look at exported function with any dll export viewer (there are many) or if you want to see what these functions actually do you can use a disassembler but requires some expertise. How is this related to AutoIt anyway?
Moderators Melba23 Posted February 15, 2024 Moderators Posted February 15, 2024 Quote How is this related to AutoIt anyway? Expand It is not. Thread locked. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Reveal hidden contents ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts