Ok, hopefully later today, I will release 2.0
It's been a bit difficult getting all this updated. I am back finalizing Reunion now too.
DLPB Tools v2.0
Latest changes (30.Apr.2014)
General
1. All console app tools now have a new switch option /nolog
When /nolog is used, error logs will not be generated
2. Code for ALL tools has been optimized, sometimes resulting in big speed ups
3. To be on the safe side, when writing to memory, I have added FlushInstructionCache
4. {{ and }} tags have been added to the Hext format. They instruct the tools to ignore all text with the starting tag {{, until the occurrence of the ending tag }}
5. Lines starting with a hash (#) will also be ignored
6. All tools have had their history erased. From now on, the tools package as a whole will be given a revision number
7. Numerous bug fixes in all tools
8. Most tools now have better logging
Hext.dll
1. Ability to retrieve addresses from a pointer address
2. Search and replace function added
Hexteditor
1. Filesize check can now be specified
2. Search and replace function supports a start address and how many occurrences to replace
HextLoader
1. Options saved as you select them.
2. Minimize fixed
Hextract
1. Tool now recognizes more than one file from the IN folder
2. New command line parameters added- /A8 /A16 /B8 /B32 /B64
3. More flexibility with format
HextCorrect
1. New command line parameters added- /A8 /A16 /B8 /B32 /B64
2. Double blank lines are now deleted
3. Blank lines are ignored when grouping bytes
TextChange
1. /forcewrite switch added
2. Round brackets can now be used to instruct the tool which specific files to edit, or not edit
3. Wildcards for file types are now placed on line 1, along with the folder path
4. Startline and Endline of target files can be set
5. Tool will not save a file that had no changes