ChinaUnix.net
相关文章推荐:

in generic ELF EM 3

弱弱的问在windows平台是否有生成elf文件格式的gcc工具。我所用的cygwin编译后是pe文件格式,请指点cygwin是否可以通过其它方式生成elf文件格式。

by cdolive - C/C++ - 2005-04-30 00:32:01 阅读(463) 回复(2)

相关讨论

The DAO interfaces An implementation with Hibernate Preparing DAOs with factories Preparing DAOs with manual dependency injection Preparing DAOs with lookup Writing DAOs as managed EJB 3.0 components This is a pattern for Data Access Objects with JDK 5.0, from the Caveatemptor example application. It is also explained in the book Java Persistence with Hibernate . Two links you might fi...

by sohu2000000 - Java文档中心 - 2008-05-14 09:35:04 阅读(595) 回复(0)

这个文件下的都是一些设备驱动选项,如果启用这个就可以把一些设备驱动信息静态的编译到内核之中 我想问的时候,generic.hints里面的参数可不可以根据自己的需要进行修改和删减? 对提高系统运行速度和质量有没有太大的影响? 谢谢了 祝大家新年快乐:D

by semiscon1983 - BSD - 2007-01-03 00:45:32 阅读(909) 回复(1)

有一个 django project, 目录结构如下: C:\WORK\ESITE ├─media │ ├─css │ ├─images │ └─js ├─pt ├─templates │ ├─pt │ └─tm └─tm pt, tm 是两个 app, 现在, 我想在 pt app 中使用 generic view 进行分页.. pt/urls.py 大致如下: urlpatterns = patterns('esite.pt.views', ........... (r'^product/list/$', 'django.views.generic.list_detail.object_list', product_info_dict), ...

by wangfengsdu - Python - 2008-02-19 08:40:45 阅读(2895) 回复(2)

Introduction: Shellcode is usually used to exploit programs or deamons to get root shell. Here I will focus how to write correct generic shell code, possible next paper will focus on advanced shell codes for certain deamons and bugz in sources. Begining: At first write a simple shell execution on hight-level languagde using execve: --[::shell.c]-- #include ; void shell() {...

by 小皮 - 数据安全 - 2003-05-26 20:39:23 阅读(594) 回复(1)

Introduction: Shellcode is usually used to exploit programs or deamons to get root shell. Here I will focus how to write correct generic shell code, possible next paper will focus on advanced shell codes for certain deamons and bugz in sources. Begining: At first write a simple shell execution on hight-level languagde using execve: --[::shell.c]-- #include ; void shell() {...

by 小皮 - C/C++ - 2003-05-26 21:43:45 阅读(763) 回复(2)

请见附件

by wuhui_zsu - 内核/嵌入技术 - 2005-12-30 10:41:59 阅读(931) 回复(2)

重定位入口数据结构 typedef struct { elf32_Addr r_offset; elf32_Word r_info; elf32_Sword r_addend; } elf32_Rela; 其中r_offset是相对那里的偏移 r_addend是用来做什么用的

by mulagi - 内核/嵌入技术 - 2005-06-25 23:04:46 阅读(339) 回复(1)

/etc/rc.d/init.d/proftpd的操作总是会有下面的问题出现。 /etc/rc.d/init.d/proftpd: elf: command not found /etc/rc.d/init.d/proftpd: elf: command not found Shutting down proftpd: [ OK ] /etc/rc.d/init.d/proftpd: elf: command not found Starting proftpd: [ OK ] 附 proftpd 的 init script 如下: #!/bin/sh . /etc/rc.d/init....

by free-le - Shell - 2004-03-04 13:47:17 阅读(589) 回复(0)

./ssh start 时提示: ssh: Cannot find elf killed 请问elf是什么东西,我该怎么解决。谢谢!

by future00 - Solaris - 2003-04-02 23:07:54 阅读(543) 回复(4)

Linux的高手应该也懂windows 的网络环境吧? 在xp里建立一个拨号连接,截包工具就会识别出有一个 adapter for generic dialup and VPN capture 的适配器(我们称为A)。 然后拨号,拨号成功后又会再产生一个pppoe的连接(我们称为B)。 另外,还有最熟悉的“本地连接”(我们称为C)。 抓了拨号过程的包,我发现: 从适配器A截来的包,就比 B 的多了最开始的“拨号动作的包”,而 C 的每个包又都比 A、B 的多了pppoe 和 ppp 两层...

vpn

by apple_7095 - 网络技术 - 2009-03-18 08:49:50 阅读(4485) 回复(9)