Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 953 Bytes

regasm.exe.md

File metadata and controls

25 lines (19 loc) · 953 Bytes

Regasm.exe

  • Functions: Execute

regasm.exe /U AllTheThingsx64.dll
Loads the target .DLL file and executes the UnRegisterClass function.

regasm.exe AllTheThingsx64.dll
Loads the target .DLL file and executes the RegisterClass function.