Tagged Questions
0
votes
1answer
70 views
Software for tagging arbitrary files
I'd like a program that allows me to tag and organize arbitrary binary files, without having to modify them or move them around. Also, the files could be stored on a local HDD or on a DVD or any other ...
3
votes
1answer
153 views
How to do binary searches on Windows?
I want to search for a binary file and all I know it contains a certain sequence of bytes. What tool can help me to find it?
7
votes
2answers
860 views
Why can't we understand the content of a binary file after compiled?
As far I know, every program consists of a pack of processor instructions with some specific data variables(float, int, char...) to work on the processor registers.
So, the first thing that I ...
0
votes
2answers
236 views
Why does Mercurial think my source files are binary?
I've been working on a programming project in Notepad, so far. Today, I opened my source files in an IDE to debug one thing, and the IDE converted saved my files as binary (or so Mercurial reports, ...
0
votes
1answer
328 views
Powershell overruling Perl binmode?
I have a Perl script which creates a binary file while scanning a very large text file. It outputs to STDOUT which I redirect in the commandline to a file.
To optimize it I'm making changes then ...