pe loader
Posted: Tue Jan 17, 2006 6:31 pm
hi,
i am trying to write a pe loader in the form of a windows executable which links a function. The source code and executable, including the sample pe file( a dll named as an exe) to load(load main.exe). It results in a SIGSEGV. I can't debug it because when i do, gdb never gets to the part i want it to, it catches a SIGSEGV where it really isn't when you run it normally. Thanks.
i am trying to write a pe loader in the form of a windows executable which links a function. The source code and executable, including the sample pe file( a dll named as an exe) to load(load main.exe). It results in a SIGSEGV. I can't debug it because when i do, gdb never gets to the part i want it to, it catches a SIGSEGV where it really isn't when you run it normally. Thanks.