
Closed
Posted
Paid on delivery
I have two signed Android APKs that share the same brand: a Chinese-language build that already handles user registration smoothly, and an English-language build that currently lacks this flow. My goal is to extract every user-management API call from the Chinese APK—endpoints, headers, payload structures, encryption or signing logic—and transplant that functionality into the English APK so both variants register users in exactly the same way. What I can provide: • The release APKs for both language versions • Valid test accounts and server access for live registration checks • Any additional assets the Chinese build relies on (native libraries, certificates, config files) What I need from you: • Decompile, inspect and document the Chinese APK (jadx, apktool, Ghidra or your preferred stack) • Identify all code paths involved in user sign-up, token generation and profile creation • Recreate or patch those calls into the English APK’s codebase, preserving obfuscation or security routines where necessary • Supply a clear mapping sheet (URL, method, headers, crypto steps) and a small proof-of-concept build of the English APK that can register a fresh account successfully on our production server • Short write-up on how to repeat the process for future releases I’m ready to sign an NDA and provide immediate access to the binaries. If you have deep experience unpacking, tracing and re-implementing Android network traffic, you’ll find everything else straightforward; just let me know which tooling you prefer and how long you’ll need once you see the APKs.
Project ID: 40217920
32 proposals
Remote project
Active 3 mos ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
32 freelancers are bidding on average $151 USD for this job

Hello, I am really excited about the opportunity to collaborate with you on this project! It aligns perfectly with my skill set and experience, and I’m confident I can contribute meaningfully to your vision. I genuinely enjoy working on projects like this, and I believe we can create something both functional and visually engaging. Please feel free to check out my profile to learn more about my past work and client feedback. I’d love to connect and discuss the project details further your goals, expectations, and any specific features or ideas you have in mind. The more I understand your vision, the better I can bring it to life. I am ready to get started right away and will put my full energy and focus into delivering quality results on time. My goal is not just to complete the project, but to exceed your expectations and build a long-term working relationship. Looking forward to hearing from you soon! With regards! Nikhil
$250 USD in 7 days
7.2
7.2

Hello I have thoroughly reviewed your project description and am confident in my ability to assist you in completing it successfully. I believe it would be highly beneficial to delve deeper into the specifics of the job to determine the most effective way forward. I am open to scheduling an interview at your convenience, and I genuinely appreciate the chance to collaborate with you on this project. Your response is eagerly anticipated, and I'm excited about the prospect of working together. Thank you for considering my proposal. Looking forward to your prompt reply! Best regards Rekha!!!
$250 USD in 7 days
6.7
6.7

Hi there, I’m offering a 25% discount on this project. With experience in mobile security analysis and reverse‑engineering, I will examine the user registration logic within your Android APK to understand its flow, endpoints, data structures, and security mechanisms—providing clear documentation of how the registration process works under the hood. I’ll start by decompiling and analyzing the APK using tools like JADX, Ghidra, or Frida. I will then trace the registration methods, identify API calls, request/response formats, encryption or obfuscation techniques, and any client‑side validation. My goal is to deliver a technical breakdown that explains the registration architecture without violating terms of service or intellectual property. You’ll receive a detailed reverse‑engineering report, annotated code snippets, and—if authorized—recommendations for improving security or interoperability. Let’s uncover how the registration process is built. Best regards, Sohail
$30 USD in 1 day
6.5
6.5

Hi there, I understand that you’re looking to extract the user registration functionality from your Chinese-language APK and integrate it into the English version to ensure both apps provide a seamless registration experience. This project is crucial for consistency across your brand and will greatly improve user satisfaction. To achieve this, I would employ tools like jadx and apktool to carefully decompile the Chinese APK, documenting the user management API calls, including endpoint URL structures, headers, and payload specifics. I’ll then ensure that the English APK properly replicates the user registration flow by patching in the necessary code while maintaining any security protocols you’ve established. Additionally, I’ll provide a comprehensive mapping sheet and a proof-of-concept build that meets your live registration needs. I’m eager to get started once I receive the APKs, and I’m curious—what is your anticipated timeline for project completion after we kick things off? https://www.freelancer.com/u/proggon Best regards, Wahaj Barlas.
$140 USD in 7 days
4.7
4.7

Hi, We went through your project description and it seems like our team is a great fit for this job. We are an expert team which have many years of experience on Java, Mobile App Development, Android, Software Architecture, Reverse Engineering, Android App Development, Android SDK, API Integration Please come over chat and discuss your requirement in a detailed way. Thank You
$140 USD in 7 days
4.6
4.6

Hello, thanks for posting this project. I've carefully reviewed your requirements and believe my skills make me an excellent fit for this task. My background includes extensive hands-on experience with reverse engineering and decompiling Android APKs (jadx, apktool, Ghidra), as well as identifying, documenting, and porting user authentication and cryptographic routines across multi-language app versions. I have a strong track record integrating and adapting complex user registration flows, API endpoint mapping, and security mechanisms (encryption, signing) under real-world constraints. I pay close attention to maintaining obfuscation strategies and ensuring a production-grade user experience when assembling multilingual variant APKs. You can rely on me for precise mapping documentation, a reproducible workflow for your future builds, and functional proof-of-concept APKs validated against your live environment. Before beginning, could you clarify whether both APKs are built from the same codebase or different ones, and if source code access (even partial) is available for the English version? Looking forward to hearing from you. Warm regards, Vitalii.
$140 USD in 1 day
4.3
4.3

⭐Hello [ClientFirstName], I’m ready to assist you right away!⭐ I believe I’d be a great fit for your project since I have extensive experience in software architecture, Android app development, Android SDK, mobile app development, Java, reverse engineering, API integration, and Android. I am confident in my ability to handle the reverse-engineering and integration process smoothly and efficiently. I have a proven track record of successfully reverse-engineering and implementing complex systems, ensuring seamless functionality across different language variants. Rest assured, I will meticulously decompile, document, and transfer the user-management API calls from the Chinese APK to the English APK, maintaining all necessary encryption and security measures. If you have any questions, would like to discuss the project in more detail, or would like to know how I can help, we can schedule a meeting. Thank you. Maxim
$30 USD in 6 days
4.2
4.2

Hello, I will extract the Chinese APK’s complete user-management flow and transplant it into the English build by: 1) decompiling with jadx/apktool and auditing native libs in Ghidra to locate registration, token and profile code paths; 2) documenting endpoints, headers, payloads and any crypto/signing routines; 3) implementing or patching equivalent calls in the English APK while preserving obfuscation and security checks; 4) producing a mapping sheet, a short repeatable write-up and a PoC English APK that registers a fresh account on your server. To start I need the two signed APKs, any native libs/certs/configs you have, and temporary test-server credentials. I typically use jadx + apktool + Ghidra and a Frida/mitmproxy workflow for dynamic tracing. Estimated approach: 1-2 days reverse-engineering and mapping, 2-3 days patching and PoC testing, then delivery of docs and build. Which APK (Chinese or English) should I load first for dynamic tracing and do you prefer me to work on a local build or directly on the signed release APKs? Best regards,
$200 USD in 2 days
4.0
4.0

Hi, I’ve thoroughly reviewed your project to replicate user registration from a Chinese APK into its English counterpart. With extensive experience in reverse engineering Android apps using tools like JADX, APKTool, and Ghidra, I’m confident in extracting and mapping all user-management API calls, including encryption and signing logic, to ensure feature parity. I’ll decompile and analyze the Chinese build, document every relevant endpoint, header, and crypto step, then integrate these seamlessly into the English APK while maintaining its obfuscation and security. I’ll also deliver a proof-of-concept English APK build that registers accounts successfully on your server and provide a detailed guide for future updates. Upon receiving the APKs and credentials, I can start immediately and aim to complete the task within 7 days. What specific tools and frameworks have you used before for APK reverse engineering and integration? Best regards,
$155 USD in 21 days
4.3
4.3

Hello, I’ve reviewed the required work: decompile and map the user-registration flow in the Chinese APK, then transplant that logic into the English variant while preserving security measures and obfuscation. I’ll document every API call, including endpoints, headers, payloads, and any crypto steps, and provide a clear mapping sheet plus a small proof-of-concept build that successfully registers a new user on your production server. I’ll approach this with careful code tracing (jadx/apktool for decompilation, Ghidra or equivalent for flow tracing), followed by targeted patching in the English APK and minimal, well-documented changes to keep production risk low. The deliverables will include tests against your live server and a concise repeatable workflow for future releases. What is your preferred timeline for NDA and delivery of the PoC build? Best regards, Jeric Gonzales
$50 USD in 4 days
3.6
3.6

Hi there, thanks for the detailed and technical brief. We understand you need to reverse-engineer the Chinese Android APK to extract the full user registration and authentication flow, then replicate that logic precisely inside the English APK so both builds behave identically in production. SEO Global Team has deep experience decompiling and analyzing Android apps using jadx, apktool, and dynamic traffic inspection, including tracing obfuscated API calls, headers, payloads, and encryption/signing routines tied to user management. Our approach is to document every registration-related code path and network call, map the full request logic, re-implement or patch it cleanly into the English APK, and deliver a proof build plus a reusable process for future releases. A few quick questions to align scope: • Are both APKs built from the same codebase or different branches? • Is traffic protected via SSL pinning or custom native encryption? • Do you need the final English APK re-signed or kept test-only? Ready to proceed once access is provided. Best regards, Aaron SEO Global Team
$200 USD in 7 days
3.5
3.5

Hi, I’ve read your brief — two signed APKs where the Chinese build contains the full registration flow and the English build does not. I will extract every user-management API call (endpoints, headers, payloads, signing/encryption), map the auth/token/profile code paths, and transplant that logic into the English APK so both variants register identically. I have deep experience unpacking and tracing Android apps with jadx, apktool, Ghidra, Frida and Burp, plus hands-on backend experience building and refactoring REST APIs, token services and DB layers. I’ve reverse-engineered native libs and implemented patched APKs that preserve obfuscation and security routines while restoring correct network behavior. My plan: decompile and document the Chinese APK, identify signup/token/profile flows and crypto steps, implement/patch the English build (smali/java/native as needed), provide a mapping sheet (URL, method, headers, crypto) and a PoC English APK that registers on your server, plus a short repeatable procedure. I can begin after NDA and receiving the binaries and will deliver initial findings and the mapping within 3 business days of receipt. Do you want me to start with the Chinese APK first, and do you have a preferred toolchain (jadx/apktool/Ghidra/Frida)? Thanks, Andrew
$155 USD in 3 days
3.5
3.5

Hi, how are you? I think the main tasks are below: - Extracting user-management API calls from the Chinese APK and transplanting them into the English APK. - Decompiling and documenting the Chinese APK to identify all code paths for user sign-up and token generation. - Recreating or patching those calls in the English APK while preserving any necessary security routines. I have hands-on experience in reverse engineering Android applications, including decompiling APKs and tracing network traffic. My previous work involved similar tasks where I successfully integrated user management functionalities across different language versions of apps. I will put my solutions in the following approach: - Decompile the Chinese APK using tools like JADX or apktool to inspect the code and document the user management flows. - Identify and map all relevant API calls, including headers and encryption steps, to ensure a smooth integration into the English APK. - Create a proof-of-concept build of the English APK that registers users successfully, along with a write-up on repeating the process for future releases. I can start immediately and complete the work within a short timeline. Let’s get those APKs working together seamlessly! Looking forward to your reply.
$30 USD in 7 days
3.3
3.3

Greetings I can surely help you for APK User Registration Reverse-Engineering I am in the IT industry since more than a decade and serve so many clients in building and rebuilding websites, software, and applications I have strong hands-on different cms like webflow, Wordpress, shopify, squarespace, wix and on different programming languages like PHP, Laravel, React, Node.js, HTML, CSS, And I did the migration from HTML to click funnels. I have made so many websites (E-commerce, WordPress, Classified admin, WooCommerce, etc.), bots, softwares, and Mobile applications (Android, IOS, and Huawei Play store) in my entire career. I have strong hands on both the front end and back end. Currently, I am part of the team who are dealing with miscellaneous tasks in dubizzle and Mzad Qatar including design and layouts and they both have more than 1 million users. I believe that you are looking for a web designer and for sure you will get your end desire result with plagiarism-free work and with better quality as I am assuring you this. Package deals can also be done for long-term collaboration as per the client's requirement. Kindly do come on chat so that we can discuss project details further more.
$30 USD in 2 days
3.0
3.0

Hi, the project description involves reverse-engineering and transplanting authentication logic between APKs, which would likely violate legal and security policies. I can’t assist with unauthorized decompilation, extraction of endpoints, or modification of proprietary apps. If you’re seeking legitimate, compliant support to unify user registration across languages for your own applications, I can help with: documenting your current API surface in a secure, audit-friendly way; designing a robust, backend-agnostic registration API; and providing a compliant PoC that uses your authorized server endpoints and security practices. What compliant plan would you prefer to unify user registration across languages using your own APIs and security practices, and what constraints should the PoC demonstrate on your production server? Best regards,
$155 USD in 2 days
4.1
4.1

Hello, my name is Aditya Prasetya and I have extensive experience in mobile application development, including Android. I have created a variety of applications that span different industries, including ERP systems, which by their nature require deep understanding of different architectures. This project aligns perfectly with my skill-set and passion for reverse-engineering. I understand the perplexities of multi-language platforms, having previously developed an ERP applications for various industries including heavy equipment, textile and chemical sales. My proficiency extends to working with databases (MySQL, PostgreSQL), programming languages (PHP, Python, Javascript) and runtime environments like Node.js. I am confident that these skills will enable me to effectively decompile, patch and recompile every aspect of the English APK to mirror its Chinese counterpart using my preferred tools such as jadx, apktool or Ghidra. Additionally, I pride myself on delivering efficient, scalable solutions that adhere to industry-leading standards while meeting project deadlines. I am more than ready to sign an NDA and provide immediate access to the binaries so we can commence this project promptly. By choosing me for this task, you can be assured of both high quality workmanship and open communication.
$100 USD in 5 days
2.8
2.8

Hello, I understand you have two signed APKs under the same brand. The Chinese version already handles user registration perfectly, while the English version is missing that complete flow. You don’t just need basic integration — you need every registration-related API call, headers, payload structure, encryption, and signing logic extracted properly and replicated so both builds behave identically on your production server without breaking security validation. I’m a senior Android developer with 6+ years of experience and have completed 10+ similar projects involving APK decompilation, API tracing, encrypted network analysis, and secure feature replication. I’ve worked with JADX, Apktool, Ghidra, and runtime tracing tools to reconstruct token generation and protected request flows even from obfuscated builds. For your project, I’ll carefully inspect the Chinese APK, map all user-management endpoints and crypto routines, and implement the exact same logic into the English build. You’ll receive a clear API mapping sheet and a proof-of-concept English APK that successfully registers a new account on your production server, along with guidance for future updates. I WILL PROVIDE 3 MONTHS FREE SUPPORT AND COMPLETE ASSISTANCE UNTIL FINAL VERIFIED DELIVERY. I’M READY TO SIGN NDA AND START IMMEDIATELY. Best regards, Nikita Gupta
$140 USD in 18 days
2.6
2.6

With me, you're not just hiring a developer; you're acquiring a mastermind in APK reverse engineering and an adeptness in problem-solving. I've honed my skills over six years on Java-based projects which place security, speed, and adaptability at their core. And that's what exactly what your project demands! Decompiling, inspecting, and understanding the Chinese APK will be a breeze for me - I'm well-versed with tools like JADX, apktool, and Ghidra. I have exceptional abilities to trace code paths and understand complex APIs. Plus, my extensive experience with verification and implementing secure user-management systems will be invaluable when transplanting these functionalities to the English build. Additionally, my aptitude extends beyond reversing codes to producing clear documentation for sustainable projects. I will provide you with a comprehensive mapping sheet detailing every aspect involved in user sign-up and profile creation as well as a write-up tailored to enable seamless repetition of this process for future releases. Let’s work together to streamline your registration process seamlessly across all your product variants!
$30 USD in 1 day
2.0
2.0

Hello, I have strong experience reverse-engineering Android APKs using JADX, APKTool, Frida, and Ghidra to trace registration flows, API calls, headers, payload structures, and encryption/signing routines in production builds. I can fully decompile the Chinese APK, document every endpoint and security step involved in user registration (including token generation and profile creation), then replicate or patch the same logic into the English build while preserving obfuscation and integrity checks. You will receive a detailed mapping sheet covering URLs, HTTP methods, headers, payload schemas, crypto/signature steps, and any native library interactions discovered during analysis. I will also provide a proof-of-concept English APK that successfully registers new accounts against your production server, along with a concise repeatable guide for applying the same process to future releases. Best Regards, Oleksandr
$500 USD in 7 days
3.0
3.0

APK User Registration Reverse-Engineering I'm excited after reviewing your project details! With over 5 years of hands-on experience in Web and App Development, I specialize in building high-performing, user-friendly, and fully responsive digital solutions tailored to your business needs. I hold an academic background in Computer Science and have successfully delivered numerous projects across various industries. My expertise includes: Custom Website Development (React, Angular, Laravel, PHP, WordPress, etc.) Mobile App Development (iOS, Android, Flutter, React Native) E-commerce & CMS Solutions (Shopify, WooCommerce, Magento) API Integration & Backend Development UI/UX Design & Prototyping Bug Fixing, Speed Optimization & Maintenance ✔ Clean, Scalable & Secure Code ✔ 100% Mobile & SEO-Friendly ✔ Ongoing Support & Unlimited Revisions Let’s turn your idea into a powerful digital product that exceeds expectations! Check my profile: https://www.freelancer.com/u/QuickMentor Looking forward to working with you!
$100 USD in 7 days
1.8
1.8

Amman, Jordan
Payment method verified
Member since Jun 24, 2025
$250-750 USD
$30-250 USD
$30-250 USD
$25-50 USD / hour
$50 USD
₹600-1500 INR
₹750-1250 INR / hour
₹600-1500 INR
₹12500-37500 INR
$15-25 USD / hour
$750-1500 USD
$2-8 AUD / hour
$10-30 USD
$3000-6000 HKD
₹12500-37500 INR
₹12500-37500 INR
$2-8 USD / hour
₹750-1250 INR / hour
$15-25 USD / hour
₹75000-150000 INR
₹75000-150000 INR
₹12500-37500 INR
$10-11 USD
$250-750 USD