Files
Leeksov 4647310322 GLEGram 12.5 — Initial public release
Based on Swiftgram 12.5 (Telegram iOS 12.5).
All GLEGram features ported and organized in GLEGram/ folder.

Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass,
Font Replacement, Fake Profile, Chat Export, Plugin System, and more.

See CHANGELOG_12.5.md for full details.
2026-04-06 09:48:12 +03:00

23 lines
505 B
NASM

org 0x100
[map all]
section sect1 start=0x100 vstart=0x2000
times 0x100 db 0
section sect2 follows=sect1
times 0x100 db 0
section sect3 start=0x300 vstart=0x4000
times 0x100 db 0
section sect4 follows=sect3
times 0x100 db 0
section sect5 vfollows=sect3
times 0x100 db 0
section sect6 start=0x600 vstart=0x6000
times 0x11 db 0
section sect7 follows=sect6 valign=16
times 0x104 db 0
section sect8 follows=sect7 valign=16 ; NASM bug - sect7 and sect8 overlap
times 0x100 db 0
section sect9 vfollows=sect8