
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
34 proposals
Remote project
Active 1 mo ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
34 freelancers are bidding on average $149 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.6
6.6

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.0
4.0

⭐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

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
3.8
3.8

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, 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
3.0
3.0

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.1
3.1

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

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

Get ready to level up your English-language APK with a seamless user registration flow matching its Chinese counterpart! I've worked on similar projects offsite and have 5 years of experience. I specialize in decompiling, tracing, and implementing Android network traffic. My goal is to ensure both builds register users flawlessly, utilizing the same functionality. I guarantee a detailed mapping sheet and a proof-of-concept build that registers an account successfully on your server. Let's discuss your project further—I'd love to bring your vision to life! Rest assured, your satisfaction is my top priority. Looking forward to chatting about your project, Chirag Pipal Regards
$200 USD in 7 days
1.2
1.2

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
1.4
1.4

Hello, I hope you’re doing well. I understand you need to extract the complete user-registration and account-management flow from a Chinese Android APK and reproduce it in an English APK so both builds behave identically. This involves analyzing all signup-related code paths, network calls, headers, payloads, and any encryption or signing logic, then transplanting that behavior without weakening existing obfuscation or security. Accuracy and parity with the production server are critical. My approach is to decompile and inspect the Chinese APK using jadx/apktool (and Ghidra if native code is involved), trace registration flows end to end, and document every API interaction and crypto step. I will then reimplement or patch the same logic into the English APK’s codebase, validate against live test accounts, and produce a proof-of-concept build that successfully registers new users. The process will be repeatable for future releases. Deliverables include a documented mapping of endpoints and security steps, a working English APK demonstrating successful registration, and a concise write-up explaining how to replicate the changes going forward. Looking forward to work with you for your project. Thank you !
$140 USD in 7 days
1.1
1.1

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
0.0
0.0

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
0.0
0.0

Hello ! After reviewing your project, I believe my Java, API Integration, Android, Android SDK, Mobile App Development, Android App Development, Software Architecture and Reverse Engineering skills are a great fit for your company. I possess the expertise required for your project and would like to bid for your project. With 8 years of practical experience, I am confident that I can successfully complete your project. Please feel free to contact me with any questions. Thank you, Moh.
$100 USD in 3 days
0.0
0.0

Hi there, I just read your posting and I am interested in your project I am a software engineer with 9+ years experience in AI web and mobile app development. So I am familiar with Android, Mobile App Development, Software Architecture, Android App Development, Java, Android SDK, Reverse Engineering and API Integration. With extensive experience in , I understand exactly what you want and am confident that I can handle this project perfectly. Let me know if my profile looks interesting, and we can discuss more details. Best regards, Henry W.
$100 USD in 3 days
0.0
0.0

Amman, Jordan
Payment method verified
Member since Jun 24, 2025
$30-250 USD
$25-50 USD / hour
$30-250 USD
$250-750 USD
₹750-1250 INR / hour
€250-750 EUR
$250-750 USD
₹37500-75000 INR
₹600-1500 INR
$1500-3000 USD
$250-750 USD
₹37500-75000 INR
$30-250 USD
₹40000-50000 INR
₹12500-37500 INR
$1500-3000 CAD
£20-250 GBP
$750-1500 USD
₹12500-37500 INR
₹12500-37500 INR
$30-250 USD
$100 USD
min $50 USD / hour
€30-250 EUR