Recent content by mIsmanXP

  1. Help! Show soft keyboard (imgui)

    you are most likely returning pointer to non existent data, if you construct std::string and return the char* of that string, the string deallocated once it leaves the function, making the returned pointer points to deallocated memory The solution is to return the std::string instead of char*
  2. Tool ImGui Il2cpp Tool

    In this post, you can download a version with vulkan-fix which solve the problem with no display, there's a non-root version. Donator only! https://ko-fi.com/post/libTool-v0-9-8-Zygisk-Module-T6T0Y01UD#checkoutModal
  3. Tool ImGui Il2cpp Tool

    I will ignore any issue/bug report replied to this thread Please if you had issue/bug, and you'd like to get it fixed, report it to me through PM
  4. Tool ImGui Il2cpp Tool

  5. Tool ImGui Il2cpp Tool

    Are you sure it's the same class that you can find objects? What game?
  6. Tool ImGui Il2cpp Tool

    Yes, this is an issue I always forget to fix Thanks for telling me
  7. Tool ImGui Il2cpp Tool

    Updated v0.9 - Long press on Filter button will open the keyboard with filter text - Remember selected scale - Backtracer (WIP) - Improve Tracer - Long press on the following thing will open new tab --- Method if classes is filtered by method --- Inspected Object (at the top) --- Traced method -...
  8. Tool ImGui Il2cpp Tool

    are you sure it's not server-sided? what's the class name?
  9. Help! FRIDA: Call to func pointer fails

    I don't know much about arm assembly but i believe those instructions are just for setting up the stack You usually need to call il2cpp_thread_attach before working with unity game Have you tried that? Also check out this repo GitHub - vfsfitvnm/frida-il2cpp-bridge: A Frida module to dump...
  10. Help! FRIDA: Call to func pointer fails

    I don't know about frida but c# function doesn't accept a pointer for primitive types So maybe just pass the value directly *Edit looks like you already did that, sorry
  11. Help! FRIDA: Call to func pointer fails

    You left out the most important information How do you call it
  12. Help! Imgui Menu Hooking

    Detected like what? What game?
  13. Tool ImGui Il2cpp Tool

    Taro aja di situ, di UnityPlayerActivity onCreate
  14. Tool ImGui Il2cpp Tool

    What??
Back
Top Bottom