mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-07-12 05:06:37 +02:00
4647310322
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.
14 lines
331 B
NASM
14 lines
331 B
NASM
section 1
|
|
section 2 use16
|
|
section 3 use32
|
|
section 4 use64
|
|
section 5 bss
|
|
section 6 flat
|
|
section 7 use16 flat
|
|
section 8 use32 bss
|
|
section 9 use64 absolute=0x5555 flat
|
|
section 10 flat virtual=0x1111 absolute=0x2222
|
|
section 11 use32 align=4
|
|
section 12 use16 absolute=0x1111 virtual=0x2222 align=4 flat bss
|
|
section 13 use16 use32 use64
|