Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

genuine

> 编程语言
Open source

What's genuine? A module anti Xposed hook, anti fake signature, anti virtual app (binder proxy), and optional anti odex, anti overlay. Sinc…

400 stars0 likes0 views
WebsiteGitHub

About

What's genuine? A module anti Xposed hook, anti fake signature, anti virtual app (binder proxy), and optional anti odex, anti overlay. Sinc…

What's genuine?

A module anti Xposed hook, anti fake signature, anti virtual app (binder proxy), and optional anti odex, anti overlay.

Since 2019-03, Genuine switch to pure c for hide itself. If you want to hide your package name and / or class name, contact me, or do it like fill_XXX in genuine.c.

  • Xposed hook: hook any Java method in Xposed.

    • EdXposed
    • (optional) TaiChi, closed source
  • fake signature: fake your signature. genuine module requires usage of Apk Sign v2 or Apk Sign v3.

  • (optional) PLT Hook: currently only check jniRegisterNativeMethods by flag CHECK_HOOK.

  • virtual app (binder proxy): run your app in virtual app, like VirtualApp.

  • (optional) odex: modify odex codes without modify apk, like URET

  • (optional) overlay: overlay resources, prevent from loading apk from /data.

How to use?

  1. run java SimpleApkV2 , save output to src/main/jni/genuine.h

  2. modify build.gradle for rootProject.XXX

  3. search FIXME in src/main/jni/genuine.c

  4. define your own methods in src/main/jni/genuine_extra.c

    don't forget to update your own class

features

…

fill_xxxx

python3 fill_v_value.py v 

practices

  1. make sure libgenuine.so always loaded

  2. crash or show native activity for fake, error, fatal

And license?

CC BY-NC-SA 4.0.

For commercial usage, contact me. However, if you are individial, or enterprise less than 5 staff, you can use it under CC BY-SA 4.0.

Issues· 4 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言