Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
13answers
5k 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: ...
5
votes
4answers
3k 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 ...
5
votes
8answers
17k views

In Perl, how to do you remove ^M from a file?

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 do ...
2
votes
2answers
269 views

Removing hidden file end characters (BOM) in visual studio

I'm using a batch file to concatenate all my css files copy /b ...
1
vote
8answers
2k 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 ...
1
vote
5answers
1k 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 ...
0
votes
3answers
140 views

How do I replace a word in a text file with another word and an action?

hi all Suppose we have a text file (file1.txt) file1.txt contains many words and spaces and enter characters (cR+LF). I wanna to replace a specific word that follows with an enter character and ...
-1
votes
2answers
1k views

PHP - how can I show \n \0 \t \x0B \r

How can I show these characters on a webpage?