You can dump that part of memory but here are a few tricks:
1st virtual.exe is extracted by aspack before original asprotect gains control
2nd when you reach that entrypoint you may use dump regions to dump code from lordpe
3rd now when you have dumped region you have to fix peheader, actually you have to add completely new PE header b/c in dump there is no peheader (deleted)
4th fix imports by examing aspack import loading process and we know that aspack keeps whole import table, so dump it, and apply that to newly dumped file, fix import RVA in peheader and voila you can load that exe in IDA with all imports
here is example of virtual.exe used in Serv-u asprotect 2.1 ske :
http://rapidshare.de/files/8713096/dumped.rar.html