![]() |
|
|
|
#1
|
|||
|
|||
|
Thanks Michel that would be my answer too.
Only a note : if you add a new section, to obtain a valid pe (which olly can see) you have to adjust the size of the previous section. In the image you have posted you should also set the vsize of the .rsrc section to 10000 - a000 cheers z. |
|
#2
|
|||
|
|||
|
Quote:
Look that 65CA != 8000 - 1000 (sec .text) |
|
#3
|
|||
|
|||
|
Thank you Michel and zaratustra.I know the theory more than before.
But I was puzzled about what size and where I should fill in. See the attached file. I change the value twice for each place. But the Notepad.exe both could not run. Maybe I'm thickheaded So could you please use Interkodex Screen Recorder to make avi for a simple sample if convenience ? Not necessary if inconvenience.
|
|
#4
|
|||
|
|||
|
Quote:
Notepad has an 'irregular' PE Header format. I will explain it later. Please have a look at another exe, you should note that my assertion about the virtual size is correct. ( You can obtain the same result with the option rebuild pe in lordpe applied to notepad). YOU WILL OBTAIN AN ERROR IF THE VSIZE OF YOUR ADDED SECTION IS 0. Also when you add a new section you should specify the Raw offset in the file where your data reside. In your case, you should also add some datas at the end of file. You can do it with winhex or some other program. Or with lordpe for example loading the section directly from disk. It is the way I prefer. Save your datas to disk and load a new section from disk with lordpe. Fix the vsize of the previous last section to fit the new allotted section and try... Please try also with a program different from notepad, or post the data of your new section I can try it on my own. Cheers. Z. Last edited by zaratustra; 12-14-2004 at 16:09. |
|
#5
|
|||
|
|||
|
Thanks all.
Someone told me a simple way to do that. Just change the Vsize Rsize and Image size with the same size. The exe ran normally. But I am not very satisfy with this way because I learnt little from it.Maybe I'm insatiable..Oh..~~~
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| chinese Section | Utshiha | General Discussion | 6 | 02-02-2015 21:32 |