Log in

View Full Version : [Release]I make this PE'tool for chaging a PE file


lordor
April 15th, 2004, 05:00
5.14 Release Bate2
1、Fix some Bug
2、Chang the mainwindow,and chang "DiyingPE" to WinPE
3、Add process list


4.15
This is bata1,privide some function:
1、Add new Section
2、Kill the last section(also can del data in the file)
3、other:enable the disabled button and menu


Any bug and comment,please mail to me:lordor@digitalnuke.com 、lordor@163.com

lordor
May 14th, 2004, 22:42
5.15Update

Have any advice or bug,pleae let me know

disavowed
May 15th, 2004, 13:11
i have yet to take a look at your program. is there anything it can do that lordpe can't do?

sHice
May 15th, 2004, 13:40
hi
it's really cool! especially the "Add New Section" function! but i can't figure out how to save my changes for example when i changed the oep i don't know how to save and what does the activation function do ? if i select Enable Menu or Enable Button nothing happens
i really like it tnx !

disavowed
May 15th, 2004, 15:22
Quote:
[Originally Posted by sHice]but i can't figure out how to save my changes...
and what does the activation function do ?
maybe it saves your changes

cRk
May 15th, 2004, 21:22
i have seen many tools that just do the same as other* tools does.. similar options, similar dump engine... etc etc.... why would someone waste time on coding something similar with same option... only the GUI is different

doug
May 15th, 2004, 22:45
Quote:
[Originally Posted by cRk]i have seen many tools that just do the same as other* tools does.. similar options, similar dump engine... etc etc.... why would someone waste time on coding something similar with same option... only the GUI is different


he probably started it as a mini-project.. "teach yourself the PE-format", and then it has grown into a full-blown tool.

cRk
May 16th, 2004, 12:37
i understand ... but my comment was not a critic for his tool.. is a general comment about the comment disavowed wrote .... i'll hope someday this tool will be #1 on Pe Editors . why not! .

it is good to know coders are working on the scene for New updated tools like this one.

Regards

lordor
May 16th, 2004, 23:01
to disavowed:
yes this tool do more well in some fuction,example Add new Section

to sHice:
Now only view the item of pe,can't change yet.the activation function is enable the grayed button or menu(when your select this function,please select the other runing program that you want to kill the grayed button)

to cRk
why do I make it?juct doug saied "teach myself the PE-format".but I also want to make a new pe tool :it can view pe32/pe64/pe.net format and do some chang e,It can assist to packed a program or unpacked a program,it can disam the runing program(so you don't have to unpack the program first) and so on

cRk
May 17th, 2004, 15:13
thanks!

Best Regards!

disavowed
May 18th, 2004, 13:02
Quote:
[Originally Posted by lordor]to disavowed:
yes this tool do more well in some fuction,example Add new Section

lordpe can add new sections.

please understand that i'm not trying to be critical of your tool, i just want to know if i should bother using it instead of or in addition to lordpe.

sHice
May 18th, 2004, 14:04
yes lordpe can add new sections but it doesnt fill the new section with 00 or whatever it only adds the new section to the peheader.you have to do the rest with a hexeditor ...

cRk
May 20th, 2004, 01:16
also not sure but pe.net i believe are not handled by Lordpe.

it is good to know that someone is working providing new tools for the becoming popular .net pe format

disavowed
May 20th, 2004, 09:31
a .net pe file is still a pe file, and thus is handled correctly by lordpe

unless you mean that winpe has extra info for .net pe's

disavowed
May 22nd, 2004, 11:04
from y0da:
Quote:
I would like to add to your discussion that LordPE is even able to have
a deep look inside the METADATA block of PE.NET files. It internally
uses MetaPuck to reach this aim. This functionality can be reached over
the directory table view -> COM header etc.