SmartVersion | Tools + Scripts

Discussion in 'Application Software' started by LostED, Apr 15, 2019.

    Thank you! Very helpful :)
     
  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,843
    104,323
    450
    Check the edit i did at the post :)
     
  2. Gracias!
     
  3. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,190
    21,340
    240
    #106 LostED, Oct 10, 2019
    Last edited: Oct 10, 2019
    (OP)
    @ShinRamYun247

    what iso's do you have & what you are requesting?


    en consumer_edition to es consumer_edition

    es consumer_edition to other es editions ( business_edition / ltsc )
    Code:
    en_windows_10_consumer_edition_version_1809_updated_sept_2018_x64_dvd_5c2f3f9a.iso
    
    es_windows_10_consumer_edition_version_1809_updated_sept_2018_x64_dvd_500f371e.svf
    
    es_windows_10_business_edition_version_1809_updated_sept_2018_x64_dvd_3685ebd9.svf
    es_windows_10_enterprise_ltsc_2019_x64_dvd_e94f898f.svf
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,843
    104,323
    450
  5. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,731
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    686
    10
    Code:
    smv.exe bad hash!
    All the time.

    But hash is OK. Checksum is fine.
     
  7. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,731
    60
    My bad. Added fix for Windows 7 certutil quirks, re-download it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    459
    173
    10
  9. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    877
    8,552
    30
    @jim_p
    You can try smv 32 on 64 system, I guess it will work too :unsure:
     
  10. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,514
    3,603
    90
    A small test on x86 architecture:
    TinyCore-8.1.1.svf was made with < -nbhashbits 24 -compressratio 192 -sha1 -sha256>
    Of course, more testing would be needed
    18-10-2019 21.08.52.ls.jpg
     
  11. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,514
    3,603
    90
    Code:
    root@kali:~/Desktop/SVF_Delta# ldd smv
        linux-gate.so.1 (0xb77e7000)
        libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb764c000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb75f7000)
        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb75d9000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7426000)
        /lib/ld-linux.so.2 (0x800d2000)
    
    Please note that I still cant decode Windows 10 patches, more testing is needed to investigate this behavior.
     
  12. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,514
    3,603
    90
    For comparison - Windows 7 x86 architecture - no issues

    19-10-2019 13.35.55.ls.jpg
     
  13. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,514
    3,603
    90
    #119 Sajjo, Oct 20, 2019
    Last edited: Oct 20, 2019
    @jim_p @LostED @vanelle @GezoeSloog @Enthousiast
    As you can see, I played around with svf´s and this is the result:
    Original svf will not decode using Linux smv x86 3.7/3.6
    I remade a new svf file based on < -nbhashbits 24 -compressratio 119 -sha1 -nomd5> suggesting I use lz4 according to help menu - and compatible with 3.6
    Still no love with smv x86 3.7, however, smv x86 3.6 was now able to decode and the process was surprisingly fast on linux x86 architecture compared to windows x86 architecture.
    Now, i´m not suggesting a remake of svf files, size difference is notably(see second screenshot, *.bak is original file)
    There seems to be bugs with linux smv x86 3.7 but that is still pure speculations atm

    20-10-2019 19.57.59.ls.jpg

    20-10-2019 20.02.09.ls.jpg
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,843
    104,323
    450
    This is linux only? I always use x86 smv on windows.