DDSS Posted February 15 Share Posted February 15 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 Link to comment Share on other sites More sharing options...
argumentum Posted February 15 Share Posted February 15 30 minutes ago, DDSS said: I have some kind of injection virus, probably a dll... I found some dll and rg_binary in my windows registry! 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. Link to comment Share on other sites More sharing options...
DDSS Posted February 15 Author Share Posted February 15 Just now, 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. kkk prefiro fazer o csi msm argumentum 1 Link to comment Share on other sites More sharing options...
argumentum Posted February 15 Share Posted February 15 1 minute ago, DDSS said: kkk prefiro fazer o csi msm (I prefer to do CSI anyway) 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. Link to comment Share on other sites More sharing options...
DDSS Posted February 15 Author Share Posted February 15 Just now, 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? Link to comment Share on other sites More sharing options...
Solution argumentum Posted February 15 Solution Share Posted February 15 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. Link to comment Share on other sites More sharing options...
DDSS Posted February 15 Author Share Posted February 15 (edited) . Edited February 15 by DDSS Link to comment Share on other sites More sharing options...
DDSS Posted February 15 Author Share Posted February 15 Just now, 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. 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? Link to comment Share on other sites More sharing options...
argumentum Posted February 15 Share Posted February 15 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. Link to comment Share on other sites More sharing options...
Andreik Posted February 15 Share Posted February 15 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? When the words fail... music speaks. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 15 Moderators Share Posted February 15 Quote How is this related to AutoIt anyway? 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: Spoiler 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 Link to comment Share on other sites More sharing options...
Recommended Posts