Tbwas
Tbwas
 如图所示,作者所讲 LC_DYSYMTAB 的offset是基于_LINKEDIT 段的,我认为这并不准确。__PAGEZERO的VMAdrees起止为0x00 ~ 0x100000000,段的offset是相对于0x100000000,即__PAGEZERO段的虚拟空间大小,如下图:   
在gif图显示过程中,手动调用 stopAnimating方法,当再次显示该gif图时,会在定时器的step的方法中crash掉,望看下,3Q `- (void)stopAnimating { [super stopAnimating]; [_requestQueue cancelAllOperations]; _link.paused = YES; self.currentIsPlayingAnimation = NO; }` 