Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

patch-scanner

MSYS2 Compilation:

  • (x64)
    • set path=C:\msys32\mingw64\bin\
    • Console:
      • gcc main.c -o patch-scanner-x86_64.exe -DMSYS2 -lntdll -lshlwapi -mwin32 -mconsole -static
    • GUI:
      • windres resource.rc resource.o
      • gcc main.c resource.o -o patch-scanner-x86_64_GUI.exe -DMSYS2 -DGUI -lntdll -lshlwapi -lcomctl32 -mwin32 -mwindows -static

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages