hudsonhock Posted May 30 Share Posted May 30 (edited) Hi, I bump into an error when uploading any x86 compiled exe into Github repository. The problem remain the same across different browser (Chrome & Edge). Currently Github only accept my x64 compiled exe but x86, but surprisingly, it accept other x86 exe (portable application). This is really weird! I had asked in Github community and they don't believe in x86 structure restriction which is true because other x86 portable application is being accepted. In this case, I think I might need to add something in my script but not sure. Has anyone bump into this? Edited May 30 by hudsonhock Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted May 30 Moderators Share Posted May 30 Moved to the appropriate forum. Moderation Team 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...
hudsonhock Posted May 31 Author Share Posted May 31 Thanks Melba for moved it to appropriate forum. I did some experiments as following: turn the code scanning in Github to none zip or change the extension of the exe using x86 compiler to compiling x86 and x64 (tick x64 option) using x64 compiler to compiling x86 (untick x64 option) and x64 (I supposing this step has no different to the above step) It turns out that the end result remain the same, Github see something wrong on my x86 compiled exe. From this point, I might need to consider an alternative to Github where I can store my .exe applications, and able to download the .exe applications (or be it any file extension such as .txt) by going to the link just like in Github. Can anyone who has sort of solution that may suggest if nothing I can do about on the compiled .exe before upload to Github? Link to comment Share on other sites More sharing options...
argumentum Posted May 31 Share Posted May 31 I don't do Github but a file .exe on the net may benefit from a zip w/password. Say, "123" as a password. Try it and see if that solves the issue. Because if is not github removing it, it'll be the browser while downloading. 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...
hudsonhock Posted June 4 Author Share Posted June 4 Github still reject the x86 exe even I zipped it. I've tried Chrome, Edge and Firefox to no avail. But surprisingly, I tried on a laptop with Win10 and Github accepted the file without any issue. But the file flagged by Defender for having Trojan. A stupid question: Can we add any extra code on top of the script such as it declare the script/file come in peace without any harm? Link to comment Share on other sites More sharing options...
argumentum Posted June 4 Share Posted June 4 (edited) 1 hour ago, hudsonhock said: Can we add any extra code on top of the script such as it declare the script/file come in peace without any harm? You can sign your exe. That will help, but just help. So I guess no. If the file gets downloaded by millions of people then the good fame will remove it from defender, I think. Edited June 4 by argumentum 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...
hudsonhock Posted June 4 Author Share Posted June 4 Thanks for your suggestion @argumentum That's probably the legit solution to this, I mean a proper one. I will do the search for it and see how it goes. argumentum 1 Link to comment Share on other sites More sharing options...
Solution hudsonhock Posted June 10 Author Solution Share Posted June 10 I found out the error is due to Zscaler (It’s a bundle of security services. ZScaler Internet Access proxies your Internet traffic and runs it through URL content filter lists.). Basically it detects my x86 exe having trojan thus it restricted the upload. argumentum and Danyfirex 2 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