Search:

Type: Posts; User: raghu2383

Search: Search took 0.00 seconds.

  1. Hey thanks for replying. I was actually worried...

    Hey thanks for replying. I was actually worried about a class of JMP instructions which are
    1) FF : JMP (near) absolute to address given in operand (16 or 32 bit)
    2) EA : JMP (far) absolute address...
  2. Do I use gcc -pie -fpie option?

    Do I use gcc -pie -fpie option?
  3. How do I do that? As in what gcc options do I...

    How do I do that? As in what gcc options do I give to ensure that it does not generate absolute jumps?
  4. As in I would Have to explain an entire topic of...

    As in I would Have to explain an entire topic of security research on this thread in order to explain that I am trying to do something legitimate. However I can give one argument which may or may not...
  5. Ok, its tough for me to explain that what I am...

    Ok, its tough for me to explain that what I am doing is legitimate. It is part of a long code that is meant to find if there are any issues in the system. The threat model I have in hand is forcing...
  6. Its part of a long code that is meant to prevent...

    Its part of a long code that is meant to prevent evil.
  7. Hey thanks for replying. What I am trying to do...

    Hey thanks for replying. What I am trying to do is Inject this code (well not this code but a different code without any function calls like printf) during run-time into a running process. The reason...
  8. Specify address for a function in Relocatable Code

    I compiled a program without the main routine in it.


    #include <stdio.h>
    void blank()
    {
    printf("\n Hello World");
    }
Results 1 to 8 of 8