@lower_dk wrote:
int pAddress = 0x31c3f31; int* addressValue = (int*)pAddress;
报错:
Tweak.xm:346:25: error: cast to 'int *' from smaller integer type 'int'
[-Werror,-Wint-to-pointer-cast]
int* addressValue = (int*)pAddress;
Posts: 3
Participants: 2