ReHIPS forum

English Subforum => Developers' Blog => Topic started by: fixer on November 12, 2017, 01:34:23 PM

Title: [BUG] Bad export table
Post by: fixer on November 12, 2017, 01:34:23 PM
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.