rootx Posted February 14, 2017 Share Posted February 14, 2017 (edited) Hi guys, I'm tired of having false positive problems, there is no life to free software without a digital signature, do you have a free method? I do not think you have it, I found this offer that you think of it, any suggestion is welcome. THX <snip> Edited February 14, 2017 by Melba23 Link removed Link to comment Share on other sites More sharing options...
iamtheky Posted February 14, 2017 Share Posted February 14, 2017 (edited) https://www.globalsign.com/en/code-signing-certificate/code-signing-tool/ you will still have false positives, especially if you packed with UPX. Edited February 14, 2017 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 14, 2017 Moderators Share Posted February 14, 2017 rootx, You should know by now we do not accept links to payware. 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...
rootx Posted February 15, 2017 Author Share Posted February 15, 2017 15 hours ago, Melba23 said: rootx, You should know by now we do not accept links to payware. M23 Sorry Link to comment Share on other sites More sharing options...
rootx Posted February 15, 2017 Author Share Posted February 15, 2017 16 hours ago, iamtheky said: https://www.globalsign.com/en/code-signing-certificate/code-signing-tool/ you will still have false positives, especially if you packed with UPX. I tried without success.. can you explain how to use it I have installed .net framework 4.6 and I have C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe but I recive this error Link to comment Share on other sites More sharing options...
iamtheky Posted February 15, 2017 Share Posted February 15, 2017 (edited) use the command line arguments provided in the instructions, and not whatever GUI that is? but again, and this time with feeling; if you are trying to eliminate 'false positives' this is not the answer. You will just have a self-signed exe that throws false positives, most likely because you just hit F7 and prayed real hard. Edited February 15, 2017 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
jguinch Posted February 15, 2017 Share Posted February 15, 2017 Then hackers can simply sign their programs do avoid an antivirus detection ? Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
spudw2k Posted February 15, 2017 Share Posted February 15, 2017 I doubt it...that's be pretty naive to assume just because a program is signed it is not malicious. Malware, to my greater knowledge, is based on file heuristics regardless if it is digitally signed or not. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
rootx Posted February 16, 2017 Author Share Posted February 16, 2017 10 hours ago, spudw2k said: I doubt it...that's be pretty naive to assume just because a program is signed it is not malicious. Malware, to my greater knowledge, is based on file heuristics regardless if it is digitally signed or not. If the software is not signed, it is automatically seen as potentially dangerous, and if you had read the new Google policy regarding the no ssl web sites and software not signed would understand the issue better. The programs should have a valid code signing issued and verified by a certificate authority presenting verifiable publisher information. https://www.google.com/about/company/unwanted-software-policy.html Link to comment Share on other sites More sharing options...
spudw2k Posted February 16, 2017 Share Posted February 16, 2017 Well, I was talking about malware in general in response jguinch. I don't see where Google was brought up in this thread until you just did. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
iamtheky Posted February 17, 2017 Share Posted February 17, 2017 (edited) wait, if you need a valid CA and you don't want to pay, you may want to go look at Let's Encrypt. But these just say that you existed before, and someone gave you a sticker that says you existed, and they know for sure you exist now because they gave you a sticker. Still not going to change your false positive rate. Edited February 17, 2017 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
TheSaint Posted February 17, 2017 Share Posted February 17, 2017 Sometimes there is just no working around things, and Life isn't easy. Are you, like iamtheky suggested, using UPX or another compressor/packer? That can make it harder to scan your program, especially by slack AV or those who go over the top with protection. I was recently asked why my programs get so few positives (about 99% success rate when submitted). And I couldn't really say. Except that it might be due to level of complexity or the older version of AutoIt (v3.3.0.0) and UPX that I use, my reputation (sic) and no password ... or all three four etc. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
TheDcoder Posted February 17, 2017 Share Posted February 17, 2017 You can upload your program to VirusTotal so that security experts can analyse your program, they may rarely fix the false positive in their Anti-Virus software. EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
jguinch Posted February 17, 2017 Share Posted February 17, 2017 For my part, I manage the antivirus protection for my company's network. I make an exclusion rule for each compiled (based on the full path name) and I have zero false positive. I asked the question to the support : can I avoid a false positive by signing the program. The answer is : "no. You have to submit your exe file to the false positive form on our web site". Same thing for each antivirus. rootx 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
rootx Posted February 18, 2017 Author Share Posted February 18, 2017 18 hours ago, jguinch said: For my part, I manage the antivirus protection for my company's network. I make an exclusion rule for each compiled (based on the full path name) and I have zero false positive. I asked the question to the support : can I avoid a false positive by signing the program. The answer is : "no. You have to submit your exe file to the false positive form on our web site". Same thing for each antivirus. Same answer..... A question might be, how do you certify applications with obfuscated code, the software company encrypts the source code even with passwords, I recommend everyone to read this article by a developer that everyone knows or almost! http://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers/ Link to comment Share on other sites More sharing options...
TheSaint Posted February 18, 2017 Share Posted February 18, 2017 (edited) Exclusion is certainly the way to go, if you have Admin Rights. In fact, I exclude my Projects & Projects Backup drives, to speed up things and ensure nothing nasty happens. They are encrypted container files anyway and the drives don't exist when they are closed. But that's all at the other end of your story. So, like has been said, you can't do much more than Exclude & Submit ... and the situation isn't likely to change anytime soon ... maybe even get worse, for we are at the whim of the AV companies. Edited February 18, 2017 by TheSaint Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
Recommended Posts
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!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now