CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mindjos

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,457

    Builder and Stub Help

    Okay i have a problem i coded this cos i wanted to test something Like a Builder and Stub and that has been one of my major nightmares these days

    My question goes like this i have an application...
  2. Replies
    1
    Views
    1,136

    ASP Please Help in ASP

    Good morning

    In PHP we do something like this


    <?php
    If(isset($_POST["submit"]))
    {
    echo "You clicked me yeh?";
    }
  3. Replies
    2
    Views
    813

    Re: Load DLL from resource , and inject fails

    Thank you very much for your advise.
    I got it to work successfully, I split the code and worked on it bit by bit. Fixed the issue of the resource and it's working now as I expected. Many thanks...
  4. Replies
    2
    Views
    813

    Load DLL from resource , and inject fails

    Good morning everyone

    I am trying to load a dll from resource and inject into Odesk.exe been able to load it from my desktop, hence I wrote a function for it, but it doesn't seem to inject into...
  5. Replies
    3
    Views
    756

    Re: ddk / wdk, need help

    Driver development kit
    I am starting out to learning to design drivers. I was thinking of downloading from sysprog, but I decided to make my enquiry to know the right development kit to use.
    Hence...
  6. Replies
    3
    Views
    756

    ddk / wdk, need help

    good morning

    I am new to driver development I got the ddk, hence I got confused and wanted to ask this

    can the ddk work on windows 8.1 for driver development also?

    kindly let me know
  7. Replies
    1
    Views
    752

    driver development tutorial

    Good morning everyone
    It's me again :) am here to learn something new. I decided to go into the world of drivers to learn how to create drivers. And start practice immediately. I downloaded the...
  8. Replies
    1
    Views
    1,112

    Pls Assist Im Trying to make a Detour

    Ok, i followed this example on here
    https://www.reddit.com/r/learnprogramming/comments/34oqmh/guidec_how_to_write_hooks/
    I am going to admit i dont know how to make good hooking functions but i...
  9. Replies
    4
    Views
    1,147

    Re: Send() hook doesnt save logs..

    IAT Hook seems to give problems when hooking, i dont get to see any buffer, Detours seem to work,


    Unhandled exception at 0x774496E4 in iexplore.exe: 0xC0000005: Access violation writing...
  10. Replies
    0
    Views
    681

    Detour problems injecting DLL

    ok,

    I would say a big good morning to everyone on here, i decided to look into Api hooking again with detours, hence i was able to bootstrap this dll successfully.
    when i injected this into the...
  11. Replies
    4
    Views
    1,147

    Re: Send() hook doesnt save logs..

    good morning

    sorry for the late response so far.
    I been making corrections on the hooks. it compiles correctly, but it disappears when the DLL is injected into the process , when i view with...
  12. Replies
    4
    Views
    1,147

    Send() hook doesnt save logs..

    Good evening,

    I thank all of you for the help so far
    I just came back From The office and i decided to do some practise on hooking. I didnt want to use the normal detours so i decided to play...
  13. Replies
    7
    Views
    3,557

    Re: DLL Injection and DLL Fails to inject

    You didn't get me, I meant the software used to view the injected dll inside the process. You sent me a screenshot, so I wanted to know the name of the software, that's what I meant
  14. Replies
    7
    Views
    3,557

    Re: DLL Injection and DLL Fails to inject

    Guess that should be the same thing wrong with chrome and the rest of them... hmm. I'm happy in learning here.
    Thank you sir. What's the name of the tool you used to check for the injected dll?...
  15. Replies
    7
    Views
    3,557

    Re: DLL Injection and DLL Fails to inject

    Ha! Thanks, here is what. I injected into Iexplore.exe and chrome.exe it gave me error 87. I was thinking, why, maybe, it seems to be because, the parameter couldn't be found. What could be the...
  16. Replies
    7
    Views
    3,557

    DLL Injection and DLL Fails to inject

    Pls help.
    Dont be offended i have been trying to work somethings out.
    The DLL injector as well as the DLL has been having some slight issues , and thats why i decided to paste on here

    the DLL...
  17. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    Guess I still need to learn a lot then. Suppose I saw a video, maybe it would be more clearer.
    Been battling with this all night haven't even slept peacefully lol

    I see what I can come up with...
  18. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    Good morning ,

    Here is the situation now, i did try using the Debugger inside the Visual Studio IDE and when i created my DLL and called it inside another program, it gave the following output.
    ...
  19. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    I also get your point, but see what am trying to do.

    See what I mean,
    I create 3 applications,
    - the dll
    - the dummy victim application(console application)
    - the injector (console)

    Now I...
  20. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    Think am getting it now, I create a c/c++ console application and then run it ,as it runs I use my injector to inject to it with this code



    #include <windows.h>
    extern...
  21. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    Ok bosses, I coded this from my blackberry,as I am not at home, kindly correct me if I am wrong




    #include <windows.h>
    extern "C"_declspec(dllexport) void sayHello(){
    ...
  22. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    @igor, thanks again, Odesk.exe is a dummy application I created by myself using c#, so I didn't inject directly to the main game I wanted to inject into. I injected into a c# application I made, and...
  23. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    :) thanks igor for your advise, unfortunately I learnt c/c++ and c# from forums and videos, as I don't have someone to teach me....

    Most grateful once again, 2kaud, salute... I greet you. I have...
  24. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    Good evening,

    Ok here is what, I did this evening, the code compiles but it crashes and doesn't inject the code still, did as you have said, still having problems

    Goes like this


    ...
  25. Replies
    34
    Views
    17,269

    Re: c++ injection does not work on windows 8.1

    Ok Arjay I do it an get back to you asap
Results 1 to 25 of 47
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured