ASPack compresses the original Portable Executable (PE) file, including its code, data, and resources. When the packed executable runs, the following occurs:
When you hit the JMP instruction, step into it. You will land on code that looks like normal compiler-generated output (e.g., PUSH EBP / MOV EBP, ESP for VC++ compiled programs). That address is the . aspack unpacker