Questions tagged [binary]
The binary tag has no summary.
321 questions
2 votes
1 answer
197 views
Replacing the domain string in the compiled binary file with an IP address
Just in theory: is it possible to replace the domain string in the compiled binary file with an IP address by editing a binary file in place with sed? (IP address belongs to a different domain, but ...
2 votes
1 answer
224 views
Unix or Linux command to compare binary files [duplicate]
I'm looking for a command that compares binary files. Of course, I know about diff, but it is not very good at binaries. I have two files from a error-prone source (scratched dvd) which should be ...
9 votes
2 answers
514 views
How to run a program over multiple sessions (machine off and on again)
Is there a way to run a program (command line binary, no interface, no file handling) for a while and then suspend it and later start it again? Start program and run for a while (e.g. specify "...
-1 votes
2 answers
442 views
How to print out all printable ASCII strings contained in binary data?
How can I print out all printable ASCII strings (e.g., longer than four chars) contained in a binary file?
1 vote
2 answers
1k views
In Nix, how to make one derivation depend on another next to it?
I'm currently trying to package some closed-source software into Nix derivations. The app is distributed as a large pile of .deb files, and most of them contain libraries that the other parts of the ...
3 votes
1 answer
832 views
Circular dependency issues
Do some .deb binary files need each other to be installed and removed? If so, how do you get around this? What I observed was that I wanted to install Kodi on an offline PC, but I got stuck with ...
0 votes
0 answers
122 views
Running Linux commands execute hidden command to regenerate Backdoor
My CentOS server compromised, the backdoor uploaded in /var/www/html/, I have deleted the backdoor and browsed the backdoor - to be sure it's deleted - it's surly deleted, but when I run any command ...
0 votes
1 answer
623 views
Shift the address in the hex file with Offset
I want to update the hexfile start address with offset. For example, i have a hex file name abc.hex and start with address 0x0000 to 0xFFFF. But I want to shift the context in the hexfile to the ...