an article about how to run an exe file in protected-mode
an article about how to run an exe file in protected-mode
I wrote an article about how to run an exe file in protected-mode, the exe file developped by MASM and VC, if you are interesting in this, please read it here. I also want to know how to run the exe file which includes LIB, DLL etc. Please tell me if you have this information. Thank you!
Just For Fun
Re: an article about how to run an exe file in protected-mode
LIB files would be part of the program binary, so loading the program binary will in turn load the libs.david wrote:I also want to know how to run the exe file which includes LIB, DLL etc. Please tell me if you have this information.
DLLs require a little setup, but isnt to hard. Ill describe it a little later after work if you want.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}