Search:

Type: Posts; User: Hillbillie

Search: Search took 0.02 seconds.

  1. Replies
    32
    Views
    7,770

    Well, you could (for the characters that aren't...

    Well, you could (for the characters that aren't "friendly") just work with the ASCII numbers.

    But, as far as actual text (and not numbers) goes, I can't think of anything right now. I'm pretty...
  2. Replies
    32
    Views
    7,770

    >thnx to all, to confirm, is it really impossible...

    >thnx to all, to confirm, is it really impossible to do it with plain text, instead of hex?<

    I wouldn't say it's impossible, but it would be difficult to do. Some of the characters that are in...
  3. Replies
    32
    Views
    7,770

    You _really_ should figure this out on your own....

    You _really_ should figure this out on your own. I don't like giving people that are having problems source code because you don't usually learn that way, but oh well. Here's what you were trying to...
  4. Replies
    32
    Views
    7,770

    My my, this thread has exploded... >why is...

    My my, this thread has exploded...

    >why is there ffff?<

    That is hexadecimal for -1, which is what most standard C libraries use for EOF. It could be fixed easily to not print that out to the...
  5. Replies
    32
    Views
    7,770

    First a wrote simple program that converts a...

    First a wrote simple program that converts a program into a text file that is hexadecimal with commas. Then I just copied that into an array.

    This is the program that converts an executable to...
  6. Replies
    32
    Views
    7,770

    Okay, here's a sample I whipped up. I hope this...

    Okay, here's a sample I whipped up. I hope this is what you were talking about. Sorry I used hex, but it was the easiest for me. If it's too much of a problem, I can fix it. :)

    You'll notice (when...
  7. Replies
    32
    Views
    7,770

    >i dunno how to do hex. And i did open the new...

    >i dunno how to do hex. And i did open the new file using mode "wb"<

    If you can't do hex, just do an array of ASCII characters (decimal form). I don't even know why I said hex in the first place -...
  8. Replies
    32
    Views
    7,770

    >I tried save the funny character into a text...

    >I tried save the funny character into a text file, read it one character at a time and output it as .exe but output is incorrect.<

    Did you open the new file in text or binary mode? Anyway, to...
Results 1 to 8 of 8