unbind.txt
来自「window编程,非常的好」· 文本 代码 · 共 8 行
TXT
8 行
If module with bound import is uploaded to process and module to which is it
bound is on its standard base, import of new module is left intact.
UnBind deletes bound import directory entry of given module. Then will be its
import modified according to actual exports (standard (9x) way).
Example: UnBind comdlg32.dll
if comdlg32.dll has bound import directory
comdlg32.dll.bak will be created
comdlg32's bound import dir entry will be deleted
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?