2
votes
Accepted
Replacing the domain string in the compiled binary file with an IP address
Yes, you can do this. I would use something like sed to perform the gross changes and then xxd to give me an editable file that would let me replace the remaining unwanted characters with NULs.
...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
shell-script × 16836bash × 6995
shell × 2440
linux × 1945
scripting × 1188
text-processing × 1125
awk × 1007
sed × 857
files × 501
grep × 483
command-line × 422
ssh × 384
find × 377
variable × 340
ubuntu × 310
zsh × 310
cron × 287
regular-expression × 249
ksh × 234
quoting × 231
pipe × 226
io-redirection × 218
terminal × 206
date × 199
rename × 182