7
votes
13answers
766 views
How to hide a string in binary code?
Sometimes it make sense to hide string value from binary (executable) file.
For example, it really make sense to hide encryption key from executable file.
What I mean when I say "hide"?
Such code:
…
0
votes
0answers
96 views
How to show/reveal hidden or invisible characters in NetBeans?
How can you show/reveal hidden characters in NetBeans? In other editors, if this feature is turned on, a space might be shown as a small centered dot, and a tab as a right arrow. (This feature is …
2
votes
7answers
1k views
In Perl, how to do you remove ^M from a file?
Hi! I have a script that is appending new fields to an existing CSV, however ^M characters are appearing at the end of the old line so the new fields end up on a new row instead of the same one. How …
1
vote
5answers
488 views
Display hidden characters in NSTextView
I am writing a text editor for Mac OS X. I need to display hidden characters in an NSTextView (such as spaces, tabs, and special characters). I have spent a lot of time searching for how to do this …
1
vote
9answers
549 views
Determining if a Unicode character is visible?
I am writing a text editor which has an option to display a bullet in place of any invisible Unicode character. Unfortunately there appears to be no easy way to determine whether a Unicode character …
