TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #272 · 14 јул.

Наверняка у многих возникло желание потестить отправку сообщений, но Redis не установлен и вообще непонятно как с ним быть. На самом деле запустить его очень просто. 🔸 Для Windows, качаем архив, запускаем redis-server.exe 🔸 Для Linux несколько команд 🔸 Если есть Docker, то еще проще docker run --rm -p 6379:6379 redis Всё, можно экспериментировать! ______________________ А еще с сервером можно поиграть в пинг-понг > redis-cli ping PONG #tricks#libs#linux

Резултати

Пронајдени 1 слични објави

Пребарај: #decompiler

当前筛选 #decompiler清除筛选
纯情男高

@hanzichen · Post #687 · 01.05.2025 г., 12:55

JADX is a powerful open-source tool that enables users to decompile Android applications, converting Dalvik bytecode into readable Java source code. This facilitates in-depth analysis and understanding of APK, DEX, AAR, AAB, and ZIP files, offering developers and security researchers enhanced transparency and control over application code. 🔗 Links: - Download - Screenshots - Features - Source Code - Developer: skylot ❗️Friendly reminder: If you find it useful, You may star the repo, donate to the developer, or perhaps you may also contribute to the development of this project. 🏷 Tags: #Windows#MacOS#Linux#Decompiler#OpenSource#Utilities