int __fastcall sub_2EF4int a1 int a2 int i; r4 _BYTE v6200; sp+0h bp-C8h BYREF sub_2AA0&unk_8104 v6; for i = 0; i a2; i += 16 sub_2E72a1 + i v6; return a1;
The given code is a function named sub_2EF4.
It takes two parameters, a1 and a2, which are integers.
Inside the function, there is a local variable i that is initialized with the value of 0.
Then, a function sub_2AA0 is called with the address of unk_8104 and the array v6 as arguments.
After that, there is a loop that iterates from 0 to a2 with a step of 16. Inside the loop, another function sub_2E72 is called with the argument a1 + i and the array v6.
Finally, the function returns the value of a1
原文地址: https://www.cveoy.top/t/topic/iZy6 著作权归作者所有。请勿转载和采集!