In 64bit build, ILT has only the thunk codes for the function that I defined,
but in 32bit build, ILT has the thunk codes for my function as well as all functions except for the static function,
including CRT library functions... even the import function...
I would like to know why....