android 測試讀取LEB數據的函數

#include <stdio.h> //android 讀取LEB數據 int readUnsignedLeb128(const int ** pStream) { const int * ptr = *pStream; int result = *(ptr++); if (result > 0x7f) { int cur = *(ptr++);
相關文章
相關標籤/搜索