https://github.com/linarcx/rsib
Replace strings in binary files
https://github.com/linarcx/rsib
Last synced: about 1 year ago
JSON representation
Replace strings in binary files
- Host: GitHub
- URL: https://github.com/linarcx/rsib
- Owner: LinArcX
- License: gpl-3.0
- Archived: true
- Created: 2020-12-24T14:54:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T16:06:09.000Z (over 5 years ago)
- Last Synced: 2025-03-02T05:15:20.761Z (over 1 year ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
