Quang Hiep

Results 7 comments of Quang Hiep

I meet the same issue when integrate react native to my Android App, Any update on this? BestRegards,

I have forked and and made some modifications to allow for public key injection at repository ``` https://github.com/baka3k/repackcodesigning ``` https://github.com/baka3k/repackcodesigning/blob/main/packages/repack/android/src/main/java/com/callstack/repack/ScriptManagerModule.kt ```kotlin class ScriptManagerModule( reactContext: ReactApplicationContext, publicKey: PublicKey?, coroutineDispatcher: CoroutineDispatcher =...

@jbroma @okwasniewski I apologize, I'm currently very busy and will return to this ticket shortly. Thanks & Best Regards,

I apologize for taking so long to get back to this topic. I'm considering issues related to anti-tampering, specifically for repackaged libraries. You can refer to the following diagram for...

I don't mean the raw source code — I'm referring to the link below: https://docs.openrewrite.org/concepts-and-explanations/lossless-semantic-trees Simply put, it’s a kind of intermediate language — between different programming languages. Instead of...

For example, I have a very old source code (C++/Windows CE) from 20 years ago that needs to be migrated to Kotlin/Android. Of course, I’ll use Serena to index the...

@opcode81 : I've tried it many times, and it really works. This idea is quite similar to how, before compiling into executable machine code, a program must first be transformed...