Sakura Patch Making Tool is a green and non-toxic patch making tool compiled by Yi Language and Black Moon plug-in. You can download it and use it directly, and the memory modification data you make will be encrypted during compilation.
Upx.exe will be automatically released to compress the patch when used for the first time! The memory modification data itself is encrypted during compilation! !
The biggest feature of this tool is that it can cycle through verification before modifying the data. It will not close until the modification purpose is achieved. It also has a very user-friendly delay wait! Drag the exe program to automatically fill in the path and drag the dsta file to automatically read the program, which is more convenient for the creator!
EXE patch adds a title mode that other patch tools do not have. No matter how many programs are opened in the same program, they will all be modified automatically (it says that the window is not found, because you did not add a delay, because the window of the software you modified is not fully opened, and the patch has been detected, so it is best to add a delay).
In addition to the traditional API modification method, the LPK patch also has a new API modification method that avoids commonly used read and write memory API commands, and a new assembly modification method. The HOOK API cannot read and modify the data, ensuring data security to the maximum extent! ! If it is not a specified program, modification will not be started after loading to avoid modification errors and waste of system resources!
When adding and modifying data, the blank parts of the address, original command, and modification command will be automatically deleted, making it easier for everyone to copy the data in OD! !
The three modification project data must be hexadecimal text, and the length of the original instruction and the modification instruction must be the same, and the length must be an even number!
When making a patch, don’t fill in the window title unless there is any special need!
The inability to use lpk is a system barrier. If you want to repair it, make a reg registry yourself, copy the following code, repair it and restart the computer to use it! !
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession Manager]
"ExcludeFromKnownDlls"=hex(7):6c,00,70,00,6b,00,2e,00,64,00,6c,00,6c,00,00,00,00,00

 
Features of Sakura Patch Maker
1. The biggest feature is the user-friendly setting of delay waiting. The Sakura patch production tool will automatically modify the data after a cycle of verification and verification, and will not close until the modification purpose is achieved.
2.exe program can drag and drop to automatically fill in the path and drag and drop the dsta file to automatically read the solution, making it more convenient for friends who make patches.
3. Different patch productions add their own unique modification methods and modes.
EXE patch adds a title mode that other patch tools do not have. No matter how many programs are opened in the same program, they will all be modified automatically (it says that the window is not found, because you did not add a delay, because the window of the software you modified is not fully opened, and the patch has been detected, so it is best to add a delay)
In addition to the traditional API modification method, the LPK patch also has a new API modification method that avoids commonly used read and write memory API commands, and a new assembly modification method. The HOOK API cannot read and modify data, ensuring data security to the greatest extent. If it is not a specified program, modification will not be started after loading to avoid modification errors and waste of system resources.
4. When adding modified data, the blank parts in the address, original instructions and modified instructions are automatically deleted to facilitate patch producers to copy OD data.
The three modification project data must be hexadecimal text, and the length of the original instruction and the modification instruction must be the same, and the length must be an even number.
Change log
2.74 Improve the running permissions of EXE and LPK patches to solve the problem that some software cannot be modified!