Description
I have dumped the UPX packed sample a27afd3ec5b3f2e705347b2c39847fcd659e430396abd081109db0e7f96d1d3e from memory using pd64. capa 7.3-8.0 does not detect any capabilities in the dumped sample, while capa 7.0-7.2 does.

I wonder why capa does not detect the capabilities of this sample in the newer versions and if we can fix it.
capa 7.3-8.0 does detect capabilities on the UPX unpacked version (unpacked using upx -d after renaming the sections).
Steps to Reproduce
- Execute
a27afd3ec5b3f2e705347b2c39847fcd659e430396abd081109db0e7f96d1d3e
- Dump the executed process with
pd64 -pid <PID>
- Run capa 7.3 and 7.2 on the dumped sample
Versions
capa 7.3-8.0 standalone tool.