modifying system DLL files to implement disabled methods _ Application Tips
Source: Internet
Author: User
We've been looking for a textbook to fix the DLL.
I know that many beginners and some internet cafes are very much in need of this textbook, and recently collected online to share.
First of all, the main DLLs of the system are basically modified so that they can achieve high security
First, please download a exescope6.3-6.4 tool (download below) with a friend who has not changed the DLL.
1.browselc.dll IE need to call the library file DLL structure prototype that's it.
2.shdoclc.dll System Windows and Settings dialog boxes, etc... such as deleting file renames.
3.shell32.dll and the top are similar.
4.explorer.exe Start Menu Call program ... The system is loading him into the system.
5.cryptui.dll IE control Download Prompt Dialog Basket program
Now let's talk about any changes to these procedures to achieve the prohibition.
One
1. Disable download Open Shdoclc.dll Modify Resource-Dialog---4416
2. Prevent Web pages from being added to Favorites Shdoclc.dll Modify Resources-dialog box---21400
There is a "disabled" option on the right side of the Exescope tool that uses this feature to disable the points identified.
You can not remove the key to the deletion if you want to restore in the future is also convenient
Two
1. Prohibit malicious Web pages from loading controls Cryptui.dll modifications must be modified in 5 places to completely prohibit
Resources-dialog Box---130
Resources-dialog Box---230
Resources-dialog box---4101
Resources-dialog box---4104
Resources-dialog box---4107
3. Prohibit running menu
Resources-dialog box---1018
4. Prohibit system files from being moved and modified 3 places
Resources-dialog box---1014
Resources-dialog Box---1015
Resources-dialog box---1016
Resources-dialog Box---1017
Four prohibit target Save as
modifying Shdoclc.dll files
The following 3 places
1 Resources-Menu--258---257 (delete)
2 Resources-Menu--258---252 (delete)
3 Resources--Menu--24641--2268 (delete a number of the same deletion here is OK)
Five Prohibit Custom Folder options
modifying Shell32.dll files
The following 4 places
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.