Skip to content

Change applications UI labels by hook SetDlgItemTextW(...) in user32.dll.

License

Notifications You must be signed in to change notification settings

proxytype/UI-Injection-Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI-Injection-Text

Change applications UI labels by hook SetDlgItemTextW(...) in user32.dll.

alt text

Requierments:

Microsoft Detours Library - https://github.com/microsoft/Detours

Compile:

  1. Unzip source code, open command line and enter to source directory
  2. SET DETOURS_TARGET_PROCESSOR=X64
  3. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
  4. NMAKE

Add detours.lib to Linker additional libraries.

Hooked Function:

  • SetDlgItemTextW

About

Change applications UI labels by hook SetDlgItemTextW(...) in user32.dll.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published