反编译微信登录7.0.2
本帖最后由 tree_fly 于 2019-2-16 11:36 编辑前段时间看了市面上微信免验证登录,之后也试着写了一个,这是第一步{:biggrin:}
CHMethod0(void, WCAccountMainLoginViewController, onNext)
{
// CHSuper0(WCAccountMainLoginViewController, onNext);
unsigned long long LoginType = CHIvar(self, _enLoginType, unsigned long long);
if(LoginType == 2)
{
WCAccountTextFieldItem * UserNameItem = CHIvar(self,_textFieldUserNameItem,__strong WCAccountTextFieldItem *);
WCUITextField * UserNameField = ;
NSString* UserName = ;
WCAccountTextFieldItem * textFieldUserPwdItem = CHIvar(self,_textFieldUserPwdItem,__strong WCAccountTextFieldItem *);
WCUITextField * UserPwdField = ;
NSString* UserPwd = ;
;
id mydelegate = CHIvar(self,_delegate,__strong id);
;
}else if(LoginType == 1) {
WCAccountTextFieldItem* CountryCodeItem = CHIvar(self,_textFieldCountryCodeItem,__strong WCAccountTextFieldItem*);
WCUITextField *CodeItemField= ;
NSString* CodeItem = ;
// +86区号
WCAccountTextFieldItem* PhoneNumberItem = CHIvar(self,_textFieldPhoneNumberItem,__strongWCAccountTextFieldItem*);
WCUITextField *PhoneNumberField= ;
NSString* PhoneNumber = ;
id mydelegate = CHIvar(self,_delegate,__strong id);
;
;
}else{
return;
}
}
感谢分享~正好需要~ 支持支持一下。 我的得赶快搬砖,攒钱,买苹果了.{:loveliness:} 学习了...顶!!!!!!!!!!!!!!! 感谢分享! 具体的获取账号密码支付密码62数据慢慢完善 学习了...顶!!!!!!!!!!!!!!! 虽然还看不太懂,但是支持下大神 感谢分享,正在研究