pe loader

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
iammisc

pe loader

Post by iammisc »

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.
Post Reply