So I have an EXE file that is used as an installer of a program. And with 7-Zip I can extract the files inside the EXE and get the files it's installing. That's what I would like to do in code because right now I can only do it manually with 7-Zip.
I tried:
- using the 7-Zip standalone console version, but it turns out it only supports 7z, ZIP, gzip, bzip2, Z and tar, unlike the "normal" one that supports 31 formats...
if it helps, the EXE file starts with "4D 5A 90 00 03 00 00 00". Thanks in advance and if you need any more information please tell me.