

                                 -=[ YPP ]=-


------------------------------------------------------------------------------

About YPP:
~~~~~~~~~~
YPP is just another Process Patcher but I hope It has some features which
make it different from other ones.
I also hope that the Gui doesn't look to complicated :]
The Gui is written in Delphi (5) and the loader is written in C++.
The source codes are free.


Features:
~~~~~~~~~
- you just have to add patchinfos/actions in a list and YPP will create a
  small win32 exe file
- you can get patchinfos through filecomparing
- the loader can also do Search & Replace actions and it can wait some time
- you can choose your own icon for the loader


Little explanation:
~~~~~~~~~~~~~~~~~~~
Actionlist     -   show the list of actions the loader will do at runtime
                   you can edit and delete items by a right click
Filename       -   this is the target filename
Add Patch      -   adds a simple patch to the Actionlist
Position       -   specifies always where to add the item in the Actionlist
Compare Files  -   this will compare 2 files and add the differences in
                   the Actionlist
Add S'n'R      -   this command searches bytes in the target file and 
                   replaces them with other ones at runtime
                   this command does read the target process - it maps the
                   target file so this isn't very useful for packed files
                   search speed example: 5MB in about 0.5 seconds
Add Wait       -   this command will wait the specified time at runtime
Add Resume     -   this command lets the target process run else the
                   target process will be resumed after all actions
                   have been finished
Options        -   within you can choose an icon for the loader, decide 
                   whether YPP should generate an optimized or unoptimized
                   exe file and you can enter an attack number (it
                   specifies the amount of tries to patch the target 
                   process)
make loader    -   generates the loader


License:
~~~~~~~~
You use YPP at your own risk. It's not my problem if your computer
explodes after the use of YPP :P


If you explore any bugs or want to tell me anything else then mail to:
yoda_f2f@gmx.net                   

Have fun and excuse my English !