注册 登录
自由的生活_软路由 返回首页

心想事成的个人空间 https://bbs.routerclub.com/?681 [收藏] [复制] [分享] [RSS]

日志

分享 gcc编译软件时指定自己的链接脚本
2012-12-31 09:26
只需要在CLFLAG中加入 -Wl,-T my.lds 就能链接到自己的脚本。 系统默认的链接脚本可以用下面的命令得到 ld -verb 然后再做一下修改,比如修改elf的加载基址,然后编译就OK了。 gcc -Wl,-Ttext-segment=0x100000000 -fPIE -pie hello.c -o hello ...
1093 次阅读|0 个评论
分享 大孃昨天一早去世了
2012-12-14 19:50
一早就接到爸爸的电话,于是一行人就到重庆。又有一个亲人赶在世界末日来临之前归去了。 中午天柱、天鹏也来了。我在晚上后回江津。 今天下午回到办公室,因为清溪沟一个袁连先的事情气死。。。 今年流年为枭神,现在11月初二为子月,壬水加子水汹涌,可能有些麻烦事,并同时要消去一些钱财。 ...
1871 次阅读|2 个评论 热度 2
分享 各种压缩算法文件头的特征
2012-12-10 16:35
gzip 1f 8b 08 lzma 6c 00 zlib 78 9c
1035 次阅读|0 个评论
分享 symbol 'stdout': can't resolve symbol 出错的解决办法
2012-12-10 16:34
在uclibc编译的动态程序,编译后运行时,会出现 symbol 'stdout': can't resolve symbol 的问题。经过搜索发现,是 LDSO_GNU_HASH_SUPPORT选项打开与否的因素在影响。 参考资料在: http://www.glamenv-septzen.net/view/948
2588 次阅读|0 个评论
分享 安装openwrt到routerboard rb750gl
2012-12-6 22:36
I have a project that requires a small Linux router/firewall, with a requirement of no wireless (due to physical security policies for the site). There are many third-party firmware options for wireless routers, with distributions such as dd-wrt and Open-WRT on APs from& ...
6678 次阅读|0 个评论
分享 Infección de ejecutables en Linux: técnicas de anti-debug en caliente (5/6)
2012-12-2 22:15
Hemos ocultado el código, pero el hábil hacker destinado a sacarle las tripas a nuestra criatura es persistente y se ha percatado de que hay "algo" haciendo cosas extra愀猀 dentro de un binario. Ni corto ni perezoso, saca el gdb y nos mete breakpoints hasta en la sopa. Finalmente, aca ...
834 次阅读|0 个评论
分享 C 调用c++类的办法
2012-12-2 18:27
http://www.isotton.com/devel/docs/C++-dlopen-mini-HOWTO/C++-dlopen-mini-HOWTO.html Introduction Copyright and License Disclaimer Credits / Contributors Feedback Terms Used in this Document The Problem Name Mangling Classes The Solution ...
1237 次阅读|0 个评论

本页有 3 篇日志因作者的隐私设置或未通过审核而隐藏

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-4-28 01:35 , Processed in 0.582543 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

返回顶部