http://bugs.winehq.org/show_bug.cgi?id=2682
------- Additional Comments From julliard@winehq.com 2005-09-06 02:25 ------- AllocationBase never points to the ELF header. It looked like this because we didn't actually allocate a view for the main exe, so VirtualQuery on it returned a free block for that range. This is fixed now so check_resource_write should work fine for builtin exes.