Skip to content

Instantly share code, notes, and snippets.

@revENGR
Last active May 3, 2020 10:51
Show Gist options
  • Save revENGR/279924dea250a95a0bd718a389029414 to your computer and use it in GitHub Desktop.
Save revENGR/279924dea250a95a0bd718a389029414 to your computer and use it in GitHub Desktop.
BossaBot
.text:0804DF75 mov eax, [edi+428h]
.text:0804DF7B cmp byte ptr [eax], 5 ; Checking SOCKS5 initializing packet (0x05)
.text:0804DF7E jnz loc_804DDBF
.text:0804DF84 mov dword ptr [edi+1Ch], 5
.text:0804DF8B jmp loc_804DDB2
...
.text:0804DDD1 mov edx, [edi+428h]
.text:0804DDD7 movzx ecx, byte ptr [edx+1]
.text:0804DDDB test ecx, ecx ; Checking SOCKS5 initializing packet (0x01)
.text:0804DDDD jle short loc_804DDBF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment