[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    I'm not sure what to do with these antivirus false positives. I'm not going to write to every single AV manufacturer, to make exclusion, because it would be pointless anyway.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Iirc it the way the EXE wrapper works in general and the fact that this is often (mis)used in shady (ad infested) keygens/cracktools.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    I need to find a way to distribute this as a single exe and that will not be immediately flagged. Any ideas?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Would mean to use a C(++/#) language to achieve. I prefer to kindly ignore my stupid AV and recommend this to others, in case one knows what he downloaded :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,821
    5,603
    180
    Try putting the .exe File inside a .ZIP File and then post Download ?
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    It's more the way the AHK to EXE wrapper works and creates 'suspicious' files for the AV. Additionally AHK and AutoIt are able to initiate key-strokes/mouse-clicks, hence they are suspicious for AVs in general.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    One of the problems is that AHK and AutoIt3 EXE compilers may employ UPX compression to make the EXE smaller. UPX compression alone triggers many A/V detection alerts, especially at the higher levels.

    Over at WOU, we have stopped using compression and have less detection issues now.
     
  8. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    I have no clue. It seems that for some reason aria2c is not executed and cmd script does not catch this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    #2130 whatever127, Nov 14, 2018
    Last edited: Nov 14, 2018
    (OP)
    WARNING!
    A critical bug that may cause removal of files has been found in UUP dump downloader versions 0.5.0-alpha to 1.0.0-beta.2. Downloads of mentioned versions have been removed and fixed version will be posted as soon as possible.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,571
    450
    @mkuba50, i am not going to like that but thanks for the warning, but it would fix my lack of free disk space:)
     
  11. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. tramp20

    tramp20 MDL Novice

    Aug 28, 2008
    39
    5
    0
    #2133 tramp20, Nov 15, 2018
    Last edited: Nov 15, 2018
    @mkuba50
    Thank you for your nice program.
    But I need a possibility to limit the download speed as in the uup.downloader.cmd:

    :: CHANGE THIS VALUE TO ENABLE DOWNLOAD LIMIT
    :: NOTE: due to links expiring fastly use feature on your own risk (might lead to errors during download)
    :: Value is Byte/s (K or M can be appended)
    :: Means: 1K = 1 kByte/s and 1M = 1 MByte/s
    :: 0 = unrestricted
    :: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    set "limit=4M"
     
  13. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Use version 1.0.0-beta.4 or newer and create ini with the same name as executable (so if executable is named uupdownloader.exe then ini is uupdownloader.ini) and paste the following to it:
    Code:
    [Config]
    SpeedLimit=4M
    
    I have not tested this.

    No more feature requests will be fulfilled until release of 1.0.0.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. tramp20

    tramp20 MDL Novice

    Aug 28, 2008
    39
    5
    0
    Thank you but this does not work :-(
    The download runs always with maximal speed.
     
  16. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...HI, SLAVE 77 the UUPDL S-M-R-T will not be updated anymore? I like this version CMD.Please don't give up,THANKS!
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,571
    450
    All works, why updating?
     
  18. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    UUP dump website seems down
     
  19. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    For me it works. I have downloaded uupdownloader_1.0.0-beta.4.exe and created uupdownloader_1.0.0-beta.4.ini in the same directory and download was limited. Contents of file:
    Code:
    [Config]
    SpeedLimit=1M
    
    I'm not going to add any GUI option for this, because I'm not going to deal with complains that downloaded UUP set is broken due of user's setting.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...