CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nghct

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    18,051

    Re: How to read text file, line by line using NASM

    hmm, i think i'm having this problem now.
    If I overwrite the stack (in the manner you meant), does this mean, the stack is overwritten and then read?

    I've hacked some of the code above, in a c...
  2. Replies
    6
    Views
    18,051

    Re: How to read text file, line by line using NASM

    Ok, it is possible; with replacing <i>buffer</i> with the <i>esp</i> register, and assigning the buffer size to <i>edx</i> by yourself. Worked for me. Thanks again, for this great example code....
  3. Replies
    6
    Views
    18,051

    Re: How to read text file, line by line using NASM

    Hello codeguru community,

    This code is very great, thank you very much.

    But, does the file`s content has to be stored in a buffer? Isn't it possible to read the file from a register, especially...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured