DARK_DEMON_SCRIPTER Posted April 9, 2023 Posted April 9, 2023 I find a function in libil2cpp.so Called get_dmg() It is the same method of search in Ida for other libs too??
MC874 Posted April 10, 2023 Posted April 10, 2023 Hi @DARK_DEMON_SCRIPTER, it is different. IDA will only shows you the general function that 'found' inside the lib, segments it, pseudo-code the instruction, and graphing them based on the Jump function. The function naming and the lib structure are not properly aligned, for function naming it is usually need some manual de-obfuscation or string-xoring. That's why the function naming will looks like as loc-[numbers], random. You might want to read this: Decrypt Strings
XEKEX Posted April 10, 2023 Posted April 10, 2023 17 hours ago, DARK_DEMON_SCRIPTER said: @XEKEXwell I mean like I search a function in il2cpp called get_dmg() So for getting hacks from other libs which is decoded by Ida will have same functions like get_hp() or set_hp() like in il2cpp or they are different? it's not the same in ida because it doesn't use metadata to debug symbols of libil2cpp however sometime you get the same name and sometimes you get different names depending on the version of the lib and the libc I guess
BadCase Posted April 10, 2023 Posted April 10, 2023 19 hours ago, DARK_DEMON_SCRIPTER said: @XEKEXwell I mean like I search a function in il2cpp called get_dmg() So for getting hacks from other libs which is decoded by Ida will have same functions like get_hp() or set_hp() like in il2cpp or they are different? It will be different from game to game, some will have some text strings in method names most will simply be numbered
DARK_DEMON_SCRIPTER Posted April 11, 2023 Author Posted April 11, 2023 13 hours ago, BadCase said: It will be different from game to game, some will have some text strings in method names most will simply be numbered Oh k ty Also ty @XEKEX for the details
DARK_DEMON_SCRIPTER Posted April 10, 2023 Author Posted April 10, 2023 @XEKEXwell I mean like I search a function in il2cpp called get_dmg() So for getting hacks from other libs which is decoded by Ida will have same functions like get_hp() or set_hp() like in il2cpp or they are different?
Question
DARK_DEMON_SCRIPTER
I find a function in libil2cpp.so
Called get_dmg()
It is the same method of search in Ida for other libs too??
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.