To get all images of product including exclude images in magento , you can look at this code and find out what is the code we must use to get all images.
This code is located in Mage_Catalog_Model_Product line 1010.

You’re right. the code is : $this->getMediaGallery(‘images’) . Good luck .