Skip to content

Instantly share code, notes, and snippets.

View m4xx1m's full-sized avatar

m4xx1m m4xx1m

  • Voronezh, Russia
  • 12:15 (UTC +03:00)
View GitHub Profile
@s3rgeym
s3rgeym / Arch-Install-SED-Luks-Btrfs.md
Last active March 16, 2026 12:21
Установка Arch Linux с шифрованием всего диска либо раздела и Btrfs

image

Вся суть харча™ (на самом деле все далеко не так...)

Установка Arch Linux с шифрованием всего диска либо раздела и Btrfs

@masbog
masbog / dexMD5.py
Last active October 8, 2024 02:34
get dex MD5 of WhatsApp Application and get WhatsApp Version from an APK file
#!/usr/bin/env python3
# tweak up from https://github.com/mgp25/classesMD5-64/blob/master/dexMD5.py
# build AXML library from https://github.com/mikusjelly/axmlparser
# add xml manifest parse for getting WhatsApp Version
# to use this $ python3 dexMD5.py apk/WhatsApp.apk
# Output :
# WhatsApp Version : 2.17.296
# WhatsApp ClassesDEX MD5 : b'YrJNPljM3TuNFPIOZ+jziw=='
#
# @MasBog