Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 73
  1. #11
    Member
    Join Date
    May 2013
    Location
    dfg
    Age
    37
    Posts
    11
    Rep Power
    0

    Default

    can you post the libigo_jni.so library? I'll give it a look as well. Don't care to download it on my phone and pull it. In terms of armeabi-v7a, the code will be easier to read and you'll probably get an idea of how to patch much easier and then be able to port it to arm64.

  2.    Advertissements


  3. #12
    Member
    Join Date
    Apr 2017
    Location
    uk
    Posts
    19
    Rep Power
    0

    Default

    iGO Navigation_v9.35.2.250945_apkpure.com.apk
    [Only registered and activated users can see links. ]
    Sorry i can't attach file here even if it is in 7z format.
    Download iGO Navigation_v9.35.2.250945_apkpure.com.apk, then open with 7z and extract from
    "iGO Navigation_v9.35.2.250945_apkpure.com.apk\lib\arm64-v8a\libigo_jni.so"
    btw on my laptop it took 2 hours to complete loading on ida ! After save database deflat over 400 mb and guard it, then on ida next time just load the database !

    on ida be sure to use arm to hex convertor for human readable when code patching !
    then on ida to export patched bytes do Edit => Patch program => apply patches to input file = in our case "libigo_jni.so"

    now use on windows a MTP connection to the phone and copy into some write access folder the patched "libigo_jni.so", then from phone
    use Total Commander for Android and from the folder with the file "libigo_jni.so" copy it to/into the folder something like (in my case)
    "/data/app/~~uYQwxwBTxWn6A0S906SARA==/com.nng.igo.primong.igoworld-ryQZYK6ugCAY-g5vUAz9lQ==/lib/arm64/libigo_jni.so"
    overwrite the libigo_jni.so with the new patched one..
    by doing so it will not have to restart the phone and you will gain a very much amount of time !
    happy testing..

    the code is very different from 32 to 64. on 32 is pretty readable but on 64

  4. #13
    Master
    Join Date
    Mar 2012
    Location
    EX USSR
    Posts
    372
    Rep Power
    2048

    Default

    @pod2g
    libigo_jni.so including
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    IDA Pro 7.5.201028 SP3 WIN x64 + Hex-Rays (x86/x64/ARM/ARM64/PPC/PPC64/MIPS) [2020, ENG]
    Spoiler: U:
    magnet:?xt=urn:btih:3C8198A07249227027E0F9641807E88CAF531366&tr=http%3A%2F%2Fbt4.t-ru.org%2Fann%3Fmagnet&dn=IDA%20Pro%207.5.201028%20SP3%20WIN%20x64%20%2B%20Hex-Rays%20(x86%2Fx64%2FARM%2FARM64%2FPPC%2FPPC64%2FMIPS)%20%5B2020%2C%20ENG%5D

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Last edited by batiskaf; 14th February 2021 at 04:36 AM.

  5. #14
    Member
    Join Date
    Apr 2017
    Location
    uk
    Posts
    19
    Rep Power
    0

    Default

    Thanks for the IDA update!
    I updated to the latest and also this [Only registered and activated users can see links. ]

    Now i tried another tool named Ghidra and after that i Erased IDA Pro completely.
    Now i don't have anymore IDA Pro and i never, ever plan to return to IDA!

    If i only had Ghidra back in 2014,2015,2016..
    Code:
    Please Login or Register to see the links
    Now the Ghidra zip unpacked has almost 900 mb, but i managed to reduced it to 266 mb total !
    You need JAVA JDK not JRE, and be sure to tick add to path in java jdk installation !

    Have a look at what Ghidra can do with the code !
    Spoiler: pic 1
    [Only registered and activated users can see links. ]


    Pathetic IDA Pro
    Spoiler: pic 2
    [Only registered and activated users can see links. ]


    Now resuming with Ghidra i saw even in my past patched files the code and i might say that what tooked me DAYS on IDA Pro, on Ghidra found it in about 1 (one) hour !
    So thanks NSA (National Security Agency) for this Ghidra !

    Strongly advise is to forget about IDA PRO or anything regarding IDA, as Ghidra is the New King and IDA PRO is just an very bad JESTER !

    quick note: on Ghidra be sure to import file as RAW as to allow byte patching and exporting right (you will understand it !)
    Last edited by Boki; 17th February 2021 at 08:27 AM. Reason: spoilers, code, approved

  6. #15
    Master
    Join Date
    Mar 2012
    Location
    EX USSR
    Posts
    372
    Rep Power
    2048

    Default

    All this is great, but the result is not far off?


    Chris Eagle, Kara Nance - The Ghidra Book: The Definitive Guide [2020, EPUB, ENG]
    Spoiler: U:
    magnet:?xt=urn:btih:1AAD106312ABE8CA4511DC603D48427ED3E5BA07&tr=http%3A%2F%2Fbt.t-ru.org%2Fann%3Fmagnet&dn=Chris%20Eagle%2C%20Kara%20Nance%20-%20The%20Ghidra%20Book%3A%20The%20Definitive%20Guide%20%5B2020%2C%20EPUB%2C%20ENG%5D

    [Only registered and activated users can see links. ]

    Description: A guide to using the Ghidra software reverse engineering tool suite.
    The result of more than a decade of research and development within the NSA, the Ghidra platform was developed to address some of the agency's most challenging reverse-engineering problems. With the open-source release of this formerly restricted tool suite, one of the world's most capable disassemblers and intuitive decompilers is now in the hands of cybersecurity defenders everywhere -- and The Ghidra Book is the one and only guide you need to master it.
    In addition to discussing RE techniques useful in analyzing software and malware of all kinds, the book thoroughly introduces Ghidra's components, features, and unique capacity for group collaboration. You'll learn how to:
    • Navigate a disassembly
    • Use Ghidra's built-in decompiler to expedite analysis
    • Analyze obfuscated binaries
    • Extend Ghidra to recognize new data types
    • Build new Ghidra analyzers and loaders
    • Add support for new processors and instruction sets
    • Script Ghidra tasks to automate workflows
    • Set up and use a collaborative reverse engineering environment
    Dsigned for beginner and advanced users alike, The Ghidra Book will effectively prepare you to meet the needs and challenges of RE, so you can analyze files like a pro.

    Introduction:
    Chapter 1: Introduction to Disassembly
    Chapter 2: Reversing and Disassembly Tools
    Chapter 3: Meet Ghidra
    Chapter 4: Getting Started with Ghidra
    Chapter 5: Ghidra Data Displays
    Chapter 6: Making Sense of a Ghidra Disassembly
    Chapter 7: Disassembly Manipulation
    Chapter 8: Data Types and Data Structures
    Chapter 9: Cross-References
    Chapter 10: Graphs
    Chapter 11: Collaborative SRE with Ghidra
    Chapter 12: Customizing Ghidra
    Chapter 13: Extending Ghidra’s Worldview
    Chapter 14: Basic Ghidra Scripting
    Chapter 15: Eclipse and GhidraDev
    Chapter 16: Ghidra in Headless Mode
    Chapter 17: Ghidra Loaders
    Chapter 18: Ghidra Processors
    Chapter 19: The Ghidra Decompiler
    Chapter 20: Compiler Variations
    Chapter 21: Obfuscated Code Analysis
    Chapter 22: Patching Binaries
    Chapter 23: Binary Differencing and Version Tracking
    Appendix: Ghidra for IDA Users
    Last edited by batiskaf; 17th February 2021 at 01:59 PM.

  7. #16
    Member
    Join Date
    Apr 2017
    Location
    uk
    Posts
    19
    Rep Power
    0

    Default

    batiskaf@
    Thanks
    You sir a very resourceful !

    Boki_Srb@ said that "A certain experienced team of experts failed to patch 9.35 nextgen editions for more than a two years."

    is hard to check a file of 36 mb. even with a debugger i didn't manage to get right addresses!
    more i am a bit rusty, i didn't touch arm anymore since 2016.

    Anyway with Ghidra things are advancing and so far i only managed regarding "libigo_jni.so" to get rid of the expire license. As no more trial expiration.

    About enable all the inactive content or licenses, well Ghidra showed me that are keys,certificates,calls.
    I didn't get any luck with the SWID. But i am into other things as license are all over the place i just need to find the right one and "nop" all the middle codes.

    Beside i only spend 2 maybe 2:30 hours a day for this project, as with Ghidra i only scratched the surface so far !
    It's the most amazing piece of software !

  8. #17
    iGO Enthusiast iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"
    iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"iGO Navigation 9.35.2.250945 (2021.02.02) - "WORLD"
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,672
    Rep Power
    4632

    Default

    You have been a member of the forum for almost 4 years, I thought you followed the events more.
    I'll have to follow up on my post:
    Cr*cking software (trial period) isn’t that much big deal in Android environment. BUT, licenses are a huge bone from the start. Every aspect of the iGO Nextgen software package is very very deeply dependent on them. iGO can't function without them (there was a discussion about that a long time ago).

    Who knows, maybe fresh blood and new views will bring some breakthrough in this field I wish you the best of luck.
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

  9. #18
    Master arslankayna's Avatar
    Join Date
    Nov 2015
    Location
    N/A
    Posts
    217
    Rep Power
    147

    Default

    BTW install this trial version in 4/2/2021 and it still working in my sellphone.....

  10. #19
    Junior Member
    Join Date
    Jan 2021
    Location
    Sweeden
    Posts
    8
    Rep Power
    0

    Default

    Can you tell me what phone are you using? I tried to install it on my Galaxy Note 10 plus and I have a black screen when I open the app. I think it is because of the screen's resolution..

  11. #20
    Member
    Join Date
    Apr 2017
    Location
    uk
    Posts
    19
    Rep Power
    0

    Default

    I've been a member for 4 years, but i only came as many others to just download and go.
    I am aware of that and of course license is the cherry cake, still work to be done.
    I see what i can do..


    Xiaomi Mi 9 Lite (6GB RAM lpddrx4 /128GB Internal Storage with read/write over 350 MBs)
    Miui 12.5 Beta, Android 11, 1080x2340 screen resolution
    Last edited by Boki; 18th February 2021 at 09:11 AM. Reason: approved

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •