Search:

Type: Posts; User: Koo987

Search: Search took 0.00 seconds.

  1. What is the faster way to add byte before each byte in char *

    If I have a char* for example :

    {0x01,0x02,0x03,0x04,0x05} and I want to add 0x00 before each byte .

    the result will be :

    {0x00,0x01,0x00,0x02,0x00,0x03,0x00,0x04,0x00,0x05}

    What is the...
  2. Replies
    2
    Views
    3,458

    Because I want to running a function inside exe...

    Because I want to running a function inside exe file without ida ,
  3. Replies
    2
    Views
    3,458

    How CreateRemoteThread works?

    I tried to read about CreateRemoteThread but don't understand how to work with this

    I have a exe file in windows that I open with IDA and saw a function in offser 0xAAAA that get 2 arguments:...
  4. Replies
    0
    Views
    1,092

    CreateNoWindow vs WindowStyle hidden

    What is the diffrence between ProcessStartInfo.CreateNoWindow and ProcessStartInfo.WindowStyle hidden?
  5. Replies
    0
    Views
    3,127

    Looking for c embedded course

    I looking for c course that learn programing to embedded with c with linux.

    I saw sylabus of this course https://m.johnbryce.co.il/printpdf/1390

    Do you know about course that teach those...
Results 1 to 5 of 5