首页
社区
课程
招聘
[分享]第一题也要发吗
发表于: 2017-10-25 19:00 2485

[分享]第一题也要发吗

2017-10-25 19:00
2485
int __thiscall sub_4017F0(CWnd *this)
{
  struct CString *v1; // ST08_4@1
  CWnd *v2; // eax@1
  int v3; // eax@1
  char *Str; // [esp+4Ch] [ebp-8h]@1
  CWnd *v6; // [esp+50h] [ebp-4h]@1

  v6 = this;
  v1 = (CWnd *)((char *)this + 100);
  v2 = CWnd::GetDlgItem(this, 1002);
  CWnd::GetWindowTextA(v2, v1);
  v3 = sub_4018D0((char *)v6 + 100);
  Str = CString::GetBuffer((CWnd *)((char *)v6 + 100), v3);
  if ( !strlen(Str) )
    return CWnd::MessageBoxA(v6, "������pass!", 0, 0);
  if ( !strcmp(Str, "WelcomeToKanXueCtf2017") )
    return sub_401770();
  return sub_4017B0();
}

送分题

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//