鬼娃八神 发表于 2019-2-13 12:48:21

反编译微信登录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;
      }
}

wyiman 发表于 2019-2-13 13:34:05

感谢分享~正好需要~

小七柒 发表于 2019-2-14 08:49:47

支持支持一下。

dryzh 发表于 2019-2-14 14:59:01

我的得赶快搬砖,攒钱,买苹果了.{:loveliness:}

zhuixin 发表于 2019-2-15 17:34:42

学习了...顶!!!!!!!!!!!!!!!

wbj3323977451 发表于 2019-2-15 18:43:41

感谢分享!

鬼娃八神 发表于 2019-2-16 01:16:17

具体的获取账号密码支付密码62数据慢慢完善

chunwei_2015 发表于 2019-2-27 22:17:41

学习了...顶!!!!!!!!!!!!!!!

miyuecao 发表于 2019-4-29 17:12:28

虽然还看不太懂,但是支持下大神

jf1011 发表于 2019-6-8 08:33:25

感谢分享,正在研究
页: [1] 2 3
查看完整版本: 反编译微信登录7.0.2