Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MJx0 committed Oct 24, 2023
1 parent ef8881e commit 93a07fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-android/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int main(int argc, char *args[])

// initialize an ELFScanner instance using elfScanner createWithMap or createWithBase
// ElfScanner il2cppElf = kittyMemMgr.elfScanner.createWithMap(g_il2cppBaseMap.map);
ElfScanner il2cppElf = g_il2cppBaseMap.elfScan;
ElfScanner il2cppElf = g_il2cppBaseMap.elf;
KITTY_LOGI("il2cpp elf valid = %d", il2cppElf.isValid() ? 1 : 0);
KITTY_LOGI("il2cpp_string_new = %p", (void *)il2cppElf.findSymbol("il2cpp_string_new"));

Expand Down

0 comments on commit 93a07fe

Please sign in to comment.