[BUG] Bad export table

Started by fixer, November 12, 2017, 01:34:23 PM

Previous topic - Next topic

fixer

Some programs have invalid export table in their main executable files. For example ImgBurn is packed with some packer (presumably UPX) and is one of such programs. So take care and don't try to access its export table for example by calling GetProcAddress, otherwise it'll reference some unallocated memory and crash.