2
0

BranchARMThumb.h 196 B

12345678910
  1. /* BranchARMThumb.h */
  2. #ifndef __BRANCH_ARM_THUMB_H
  3. #define __BRANCH_ARM_THUMB_H
  4. #include "BranchTypes.h"
  5. UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);
  6. #endif