Search:

Type: Posts; User: gna

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    3,008

    bithub, hm, thanks, I'll try. Elysia, yes I...

    bithub, hm, thanks, I'll try.

    Elysia, yes I could, but like said before, that would be too simple.
  2. Replies
    12
    Views
    3,008

    Like said before, this is for academic/testing...

    Like said before, this is for academic/testing interest/purposes only.



    So I would crawl through the call stack... but how do I recognize the memory range that belongs to the `foo` struct in...
  3. Replies
    12
    Views
    3,008

    bithub, no, that would be too simple (and not the...

    bithub, no, that would be too simple (and not the stuff I requested in my first question).

    quzah, I know the & thing but I like to write that operator down explicitly, just for readability, you...
  4. Replies
    12
    Views
    3,008

    Sorry, but I don't get why the memory address...

    Sorry, but I don't get

    why the memory address of foo "doesn't exist until foo_method is called" (foo exists before, so its address exists, too?)
    what I should do with the second information...
  5. Replies
    12
    Views
    3,008

    Get struct address from struct "method"

    Hi,

    if I have some struct thing like


    struct Foo {
    void (*method)();
    }

    void foo_method() {}
Results 1 to 5 of 5