1
0
Fork
You've already forked com.cepher.abridged
0
Getting data from com.cepher.abridged APK
  • Nim 55.9%
  • Makefile 41.7%
  • Nix 2.4%
Find a file
2026年04月16日 23:02:40 +00:00
src fix(cepherdb): verse number 2026年04月12日 03:11:08 +00:00
.gitignore feat: yaml converting 2026年04月11日 21:20:20 +00:00
cepherdb.nimble feat: json to yaml 2026年04月11日 21:11:01 +00:00
Makefile docs(readme): makefile 2026年04月16日 23:02:40 +00:00
nimble.lock feat: json to yaml 2026年04月11日 21:11:01 +00:00
README.org docs(readme): makefile 2026年04月16日 23:02:40 +00:00
shell.nix chore: init from com.code49.crm 2026年04月11日 18:48:00 +00:00

Reverse engineering at com.cepher.abridged APK

Usage

  1. Generate all

    make
  2. Make use of the data:

    yq '.["1"].verses[0]' <thecepher.yaml
    textId:154431chapterNumber:1verseNumber:1content:>- In the beginning <strong>Elohiym</strong> created את the heavens and את the earth.lexicon:[Elohiym]

Makefile summary

make help
Targets:
 all - All
 help - Shows available targets
 base.apk - Fetches the APK
 sources - Decompiles APK with jadx
 sources-internal - Decompiles APK with jadx
 apkleaks.json - Looks for URLs and secrets with apkleaks
 dbs - Dumps SQLite DBs into JSON
 clean - Deletes all generated files