Ammar23 Posted February 13, 2013 Posted February 13, 2013 Hello everyone, I am new to RunPE, and have been watching a series for the past couple of days. I have the hang of most things, and I have been looking at a crypter source, in which there is a RunPE code. I was wondering if someone could tell me how I could encrypt my RunPE function? Thanks guys, I come from Hackforums and there isn't much discussion about AutoIt over there
Moderators Melba23 Posted February 13, 2013 Moderators Posted February 13, 2013 Ammar23,From what I can see of Hackforums I am delighted that it has little discussion of AutoIt. Now, what is RunPE, where does it come from and why do you want to encrypt it? 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
Ammar23 Posted February 13, 2013 Author Posted February 13, 2013 (edited) Ammar23,From what I can see of Hackforums I am delighted that it has little discussion of AutoIt. Now, what is RunPE, where does it come from and why do you want to encrypt it? M23Well RunPE is a function that is used in making a crypter. It is used to make a DLL file and basically is the backbone of a "runtime" crypter. I want to encrypt it because then it makes the crypter stub less detectable because it is more unique. Here is an example:http://pastebin.com/0NTvq9qC Edited February 13, 2013 by Ammar23
Moderators Melba23 Posted February 13, 2013 Moderators Posted February 13, 2013 Ammar23,it makes the crypter stub less detectableLess detectable by what, exactly? 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
Ammar23 Posted February 13, 2013 Author Posted February 13, 2013 Ammar23,Less detectable by what, exactly? M23Anti viruses. Not sure if this kind of stuff is allowed here, if not I'll kindly never mention anything related to malware encrypting again.
Moderators Melba23 Posted February 13, 2013 Moderators Posted February 13, 2013 Ammar23,Please read the Forum rules (the link is also at bottom right of each page) - particularly the bit about not discussing malware of any form .I'll kindly never mention anything related to malware encrypting againIf you do, you will be permamently removed. Now I suggest you return to Hackforums - they seem more your type. 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
Recommended Posts