![]() |
|
|
|
#1
|
|||
|
|||
|
JarUnsigner
JarUnsigner: unsign jar, apk, zip archives,
the oposite of JarSigner. Last edited by CodeCracker; 04-04-2017 at 02:27. |
| The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
besoeso (03-03-2017), blue_devil (03-03-2017), TechLord (03-03-2017), tonyweb (03-03-2017) | ||
|
#2
|
|||
|
|||
|
"the oposite of JarSigner"
![]() greets!
__________________
I like this forum! |
|
#3
|
||||
|
||||
|
haha it works thanks
|
|
#4
|
|||
|
|||
|
what your using apk editing program? for mod
|
|
#5
|
|||
|
|||
|
Plenty options:
1. Manually edit opcodes (hex replace mode) possible by DEXExplorer http://forum.exetools.com/showthread.php?t=18117 2. URET Android Reverser Toolkit v1.2: Decompile and Compile APK: smali text code editing and recompile 3. org.jf.dexlib https://android.googlesource.com/toolchain/jack/+/ub-jack/dexlib if you wanna edit apks programmatically |
|
#6
|
|||
|
|||
|
New: - fixed mirror problem with some arhives,
- now use ZipFile and ZipEntry instead of JarFile and JarEntry since is faster! |
| The Following User Says Thank You to CodeCracker For This Useful Post: | ||
besoeso (04-04-2017) | ||
|
#7
|
|||
|
|||
|
JarUnsigner_fixed2.rar
New: CERT_SF_NAME_Star = "META-INF/*.SF"; CERT_RSA_NAME_Star = "META-INF/*.RSA" so will find any entry with that pattern.
|
| The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
blue_devil (01-20-2026), niculaita (01-20-2026), uranus64 (01-20-2026), wilson bibe (01-20-2026) | ||
![]() |
|
|