摘要: 话不多说,直接上代码,为了验证elf的,编了了示例代码study.c 1 #include <stdio.h> 2 3 #define NUMBER_1 1 4 #define NUMBER_2 2 5 6 int main(int argc, char **argv) 7 { 8 int a; 9 阅读全文
posted @ 2023-12-30 21:39 叕叒双又 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码如下program8_6.c: 1 #include <stdio.h> 2 3 int a = 0x55555555; 4 int b = 0x66666666; 5 int c = 0x77777777; 6 int d = 0x88888888; 7 8 int main() 9 { 10 阅读全文
posted @ 2023-12-30 17:52 叕叒双又 阅读(67) 评论(2) 推荐(0) 编辑
摘要: 使用命令readelf -l /usr/bin/chmod,结果: Elf file type is DYN (Position-Independent Executable file) Entry point 0x41e0 There are 13 program headers, startin 阅读全文
posted @ 2023-12-30 17:08 叕叒双又 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1 主要包括如下程序: sudo apt install lolcat aewan cowsay jp2a linuxlogo neoftechfortune pv cmatrix cbonsai 2 fortune:人们喜欢阅读随机的预测或说法,该工具用来缓解无聊的时光。 上边是没有lolcat的 阅读全文
posted @ 2023-12-30 11:24 叕叒双又 阅读(29) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -i input.mp4 output.gif 输入文件:input.mp4,不止这种,可以是其他视频文件 输出文件:output.gif 阅读全文
posted @ 2023-12-30 10:48 叕叒双又 阅读(7) 评论(0) 推荐(0) 编辑