PE relocation and section exporting

Programming, for all ages and all languages.
Post Reply
Nikso

PE relocation and section exporting

Post by Nikso »

Hi there!

I've decide to revrite my bootloader in a C-asm mix. It work, but I need to find a tool that relocate and export a PE section. I can do this in linux using objcopy on an ELF executable but for the moment I'm not able to make bochs debugger work under linux ;D

Anyone can help me?
Thanks!
Post Reply