XPEHOPE3KA wrote:Do you know what search algorithm multiarc uses? There are some search algorithms working better if received a longer string-to-find
in MA 1.2
If SkipSfxHeader=0 uses IDPOS.
If SkipSfxHeader=1 try calculate size of SFX. ID search by Sfx_size+IDPOS. if sfx not packed exe-packer calculation for PE-EXE success. For some exe-packer succes, for some not.
In 1.3 search algoritm changed.
The string vserd has mentioned is:
4 bytes plus NullsoftInst
The point is that it is easier to search for "NullsoftInst" than to search for "ï¾ÞNullsoftInst", you see?
For Manual search and detect IDPOS I use "NullsoftInst", but for MA more best if ID same as used for detect in command-line utilites for archive.
I get ID=EF BE AD DE 4E 75 6C 6C 73 6F 66 74 49 6E 73 74 from source of 7-zip.
2ZoSTeR
There's no 7za.exe of version 4.41.
7za.exe was a command line version of 7z, while GUI-version was 7z.exe.
Now 7z.exe is command line, while 7zG.exe is GUI.
F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!..
XPEHOPE3KA wrote:2ZoSTeR
There's no 7za.exe of version 4.41.
7za.exe was a command line version of 7z, while GUI-version was 7z.exe.
Now 7z.exe is command line, while 7zG.exe is GUI.
7z.exe is (and was) a console version but it needs the format and codec DLLs.
7za.exe is (and was) a standalone console version with no further dependencies on DLLs.