Search:

Type: Posts; User: Zeromos

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    6,242

    Arrays and addition

    I have 2 arrays


    Int Tab[5] = {23,47,10,7,3}
    Char *S[8] = {"SOMETEXT"}

    The array start adresses are
    Tab == 0x200
    S==0x800
    What would be the value of tab+3 and s+3?
  2. Replies
    3
    Views
    5,279

    :( unfortunately this is reversed engenieered...

    :( unfortunately this is reversed engenieered code,i only have access to the code in assembly and used ghidra to get the source code in C.
  3. Replies
    3
    Views
    5,279

    Cypher algorithm in C.

    I cant figure out how this function decyphers a 6 letter string.



    void cypher_5(long param_1)

    {
    int iVar1;

    int iVar2;
Results 1 to 3 of 3