ChinaUnix.net
相关文章推荐:

relocations in generic ELF

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

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

相关讨论

atk-1.2.0 glib-2.2.2 pango-1.2.3 pkgconfig-0.15.0 包括jpeg,png,tiff的支持也都已经安装成功,gtk+-2.2.2在./configure的时候也通过了,可在make的时候遇到了错误: . . . . . getenv 0x10a0 /usr/local/lib/libjpeg.a(jmemmgr.o) free 0x10 /usr/local/lib/libjpeg.a(jmemnobs.o) free 0x14 /usr/local/lib...

by py - Solaris - 2003-07-17 15:56:03 阅读(1289) 回复(3)

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 阅读(964) 回复(0)

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

by semiscon1983 - BSD - 2007-01-03 00:45:32 阅读(1227) 回复(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 阅读(3684) 回复(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 阅读(919) 回复(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 阅读(1116) 回复(2)

请见附件

by wuhui_zsu - 内核/嵌入技术 - 2005-12-30 10:41:59 阅读(1218) 回复(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 阅读(591) 回复(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 阅读(934) 回复(0)

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

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