self-modifying exe... possible?
- Posted by Lee woo seob <wslee at HHI.CO.KR> Dec 30, 1997
- 745 views
Hi all! is there a simple way to save (or update) some data directly into the executable (binded) euphoria program?. i've made a program and binded it with ex.exe. the program needs to save the filename that was lastly handled by the user. for the present, i made another separate file to save that information. yes..., it's simplest way to do it. however, i am interested to know if it's possible to save or update that information directly into binded executable to get rid of the necessity to maintain another separate file only to save one-line information(file-name lastly handled by user). Bye! from Lee, woo seob...