Guest User

Untitled

a guest
Aug 29th, 2024
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. "if ( a3 )
  2. {
  3. *a3 = *(_DWORD *)(v8 + 12);
  4. v8 = *v6;
  5. } //This is IDA decompiler
  6.  
  7. //ghidra decompiler:
  8. if (param_3 != NULL)
  9. {
  10. *param_3 = *(int *)(iVar3 + 0xc);
  11. iVar3 = *piVar2;
  12. }"
Advertisement
Add Comment
Please, Sign In to add comment