Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

LinArcX/rsib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsib

Replace strings in binary files.

compile

  1. First, you should load appropriate environment variables.(that contains the address of cl.exe, linker.exe, ...).

    To do that you have two options:

    1.1. Via CMD:

     cmd.exe /E:ON /V:ON /k .\msvc2019-64bit.cmd
    

    1.2. Via PowerShell:

     Invoke-CmdScript "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
    
  2. Change to root directory of the project.

  3. nmake.exe .\Makefile.win

    It will create rsib.exe in release directory.

Append rsib.exe to PATH environment variable

[Environment]::SetEnvironmentVariable("PATH", "$ENV:PATH;D:\workspace\c++\cpp\projects\active\rsib\release", "MACHINE")

License

License

About

Replace strings in binary files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published