News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

7zip test

Started by Biterider, June 30, 2024, 11:19:10 PM

Previous topic - Next topic

Biterider

Hi
To show how the recently added 7zip files work, I have created a small project containing the main files.

This particular project uses the ObjAsm infrastructure to display internedite results.
If ObjAsm is not installed, the minimum requirement is to download DebugCenter and run it once before testing 7z_Test.exe.

The expected output is:
MEMORY DUMP of xbx
000001CE74AE0790: 00h 01h 02h 03h | 04h 05h 06h 07h | 08h 09h 0Ah 0Bh | 0Ch 0Dh 0Eh 0Fh
000001CE74AE07A0: 10h 11h 12h 13h | 14h 15h 16h 17h | 18h 19h 1Ah 1Bh | 1Ch 1Dh 1Eh 1Fh
xDataLen = 40960
eax = 0
xCompLen = 302
MEMORY DUMP of xbx
000001CE74AEA7A0: 00h 00h 00h 52h | 50h 0Ah 84h F9h | 9Bh B2h 80h 21h | A9h 69h D6h 27h
000001CE74AEA7B0: E0h 3Eh 06h 5Ah | 5Fh 04h 8Dh 53h | D4h 04h BAh 39h | 57h 05h 09h C1h
r4Ratio = 1.356291351318E+0002
eax = 0
xDataLen = 40960
xCompLen = 302
MEMORY DUMP of xbx
000001CE74AF47B0: 00h 01h 02h 03h | 04h 05h 06h 07h | 08h 09h 0Ah 0Bh | 0Ch 0Dh 0Eh 0Fh
000001CE74AF47C0: 10h 11h 12h 13h | 14h 15h 16h 17h | 18h 19h 1Ah 1Bh | 1Ch 1Dh 1Eh 1Fh

A pure MASM application can easily be created from the main .asm file.
All files are attached.

Regards, Biterider