Search:

Type: Posts; User: AlexWu

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    2,578

    Its nothing to do with compilers. I figure...

    Its nothing to do with compilers.

    I figure that in C++ my code needs to be modified in order to work correctly that is why I posted this thread.


    Don’t just assume that I have bad/illegal...
  2. Replies
    17
    Views
    2,578

    Sorry I wasn’t clear. I can compile this code on...

    Sorry I wasn’t clear. I can compile this code on Dev C++ and Code blocks fine, but once I do DLL doesn’t do anything. This code only works if you compile it with C.

    MINGW gives me error when I...
  3. Replies
    0
    Views
    1,560

    Question Regarding DLL injection

    This code is for DLL injection to a MineSweeper
    (what this DLL does is: when timer on a mine sweepe hits 6 it will automatically change it to 100)


    #include <windows.h>
    DWORD ThreadID;
    int...
  4. Replies
    17
    Views
    2,578

    doesn't work, when compiled in c++ trying to...

    doesn't work, when compiled in c++

    trying to use mingw but getting error "unrecognized option '-Wl,–add-stdcall-alias'"
    when trying to make .dll from .o file

    M-S-H, I have no idea what you are...
  5. Replies
    17
    Views
    2,578

    i use dev-C++ for both c and cpp, i don't need...

    i use dev-C++ for both c and cpp, i don't need sleep for dll to work.
  6. Replies
    17
    Views
    2,578

    Well if you remove "sleep(1);" it compiles. but...

    Well if you remove "sleep(1);" it compiles. but it doesn't work (code works if its compiled in c)
  7. Replies
    17
    Views
    2,578

    are here any programs that i can use to convert...

    are here any programs that i can use to convert it?
  8. Replies
    17
    Views
    2,578

    nvm not sure how to fix it

    nvm not sure how to fix it
  9. Replies
    17
    Views
    2,578

    Convert c to c++

    This code was made for c (dll), but it wont compile for c++. How can I convert it?



    DWORD ThreadID;
    int *time = (int*)0x0100579C;
    DWORD WINAPI changeTime(LPVOID lParam) {
    while(1)
    if(...
  10. Replies
    12
    Views
    3,245

    Love you! Is here way to give you reputation...

    Love you! Is here way to give you reputation points?
  11. Replies
    12
    Views
    3,245

    I know, this is my problem. if i change it to...

    I know, this is my problem.
    if i change it to "return FALSE;" dll will show error while injecting.
    How should i do it :\?
  12. Replies
    12
    Views
    3,245

    Guys, can someone help me how to loop my program...

    Guys, can someone help me how to loop my program without breaking it please?
  13. Replies
    12
    Views
    3,245

    Tried still works on the 1st try only :\

    Tried still works on the 1st try only :\
  14. Replies
    12
    Views
    3,245

    it already works(try it if you want), how to loop...

    it already works(try it if you want), how to loop injected dll's tasks?
  15. Replies
    12
    Views
    3,245

    DLL Injection, Help please

    This code made for DLL injection to a MineSweeper Game.
    What it does is: Set Timer from 20 seconds to 100 seconds.
    My problem is that it only executes once and it doesn’t work on the 2nd try,...
Results 1 to 15 of 15