# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/jghv3mq
Linux 二進制文件格式 ELF 入門**
markdown 格式地址:https://github.com/ForceInjection/linux-from-beginner-to-master/blob/main/elf101.mdLinux 二進制文件格式 ELF 101什麼是 ELF 文件?-----------ELF 是 可執行和可鏈接格式(Executable and Linkable Format)的縮寫,它定義了二進制文件 ⌘ Read more