Search:

Type: Posts; User: g4hsean

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: [RESOLVED] API calls on Windows Vista and Windows 7 operating systems.

    your kidding me right? its just a script that runs when you view a page. If your worried about that, then you have bigger problems since any site you go to they pretty much log this information...
  2. VS 2008 Re: Static Link libraries to vb.net made EXE program

    Yeah, i noticed the 64 DLL's when opening it up in IDA Pro... i remember back in vb6 days there was an installer making program that packaged all depending dll's. Anyways, i ended up scraping that...
  3. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    thats too bad :(. if he is doing that then he is really not learning how to do it the proper way.... I myself reverse engineer only my own applications or those i am contracted to do... Thats the...
  4. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    and just incase you dont know how to set buffer to "1 1" the assignment looks like this


    Dim buffer as string = "1 1"
  5. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    hmm are you sure you're hooking right memory address?

    right now im actually working on a simmilar project but for aronotics program reading values from memory for creation of hex dump reports.
    ...
  6. Re: [RESOLVED] API calls on Windows Vista and Windows 7 operating systems.

    weird but i decided to code the OpenProcess and ReadProcessMemory from c++ and it works fine. I think im either defining the parameter types wrong or something. I think its something to look into for...
  7. Re: API calls on Windows Vista and Windows 7 operating systems.

    really because i cant get open proces to work at all on my windows 7 x64 system. And its driving me nuts!
  8. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    well, if he has been banned because he was asking questions about breaking eulas. Then i can see why your harsh on this guy... in that case i would have to agree with you on that. But for others...
  9. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    AUP says posts arent allowed to contain any illegal actions breaking EULA's not restricting information.
  10. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    to get back to the original problem werido, the reason why you get 808xxxxx is because you are using a string when indeed you should be using a number.

    change this

    Dim Buffer As String = 10000...
  11. Replies
    16
    Views
    2,370

    VS 2008 Re: WriteProcessMemory Error

    Who cares honestly, if you're freaking afraid of a guy who wants to learn the ins and outs of a computer then so be it. Honestly I think it’s good to learn how to hack and counter hack. as long as...
  12. Replies
    5
    Views
    2,385

    VS 2008 Re: Openprocess doesnt broken? (Windows 7 issue)

    i already tried and no go! still doesnt work
  13. Replies
    5
    Views
    2,385

    VS 2008 Re: Openprocess doesnt broken? (Windows 7 issue)

    Ok so i found out the problem i was having after much research (googling, vbforum posts, ect...) i came accross the issue of not having SeDebugPrivilege for my application. Now everywhere mentions...
  14. Replies
    5
    Views
    2,385

    VS 2008 Re: Openprocess doesnt broken? (Windows 7 issue)

    Ok now it sends back 0 now instead. i made sure that the Process.GetProcessesByName works as well and it finds the process but open process always returns 0 now. here's my modified code:
    ...
  15. Replies
    5
    Views
    2,385

    VS 2008 Openprocess doesnt broken? (Windows 7 issue)

    Hello everyone,

    I was just wondering if anyone out there has experienced the same problem as i. I have tried using open process with ReadProcessMemory and have been getting the same darn return...
  16. VS 2008 Static Link libraries to vb.net made EXE program

    Hello everyone,

    I was wondering if anyone knows of any way of statically linking all dependant DLL's to the vb.net program? I know there are ways to find the dependencies using dependency walker...
  17. Replies
    2
    Views
    660

    VS 2008 Using API's (Where to get method params?)

    Hello,

    I was wondering if anyone would happen to know of a good place to find the documentation on windows API's for use with visual basic? I used to use API guide until they stopped updating it...
  18. VS 2010 Re: invisible Webbrowser control mouse focus stealer!

    I guess not too many people have done something like this that works huh?
  19. VS 2010 invisible Webbrowser control mouse focus stealer!

    Hello everyone!

    I wanted to know if there is a way to stop my webbrowser control from steeling my cursors focus? i mean its bad enough i have to hear the god damn thing in the background as it...
  20. Thread: c or c++

    by g4hsean
    Replies
    4
    Views
    845

    Re: c or c++

    No problem! well you will see c++ is a fun language to learn and a very powerful one at that. So enjoy the time learning it and make sure you take it slow since a lot of concepts need to be fully...
  21. Re: C++ - String Class remake (not all functions but most)

    As you can see there is only one global variable. Which I advise to replace if you want to use this class since the use of global variables is somewhat bad coding practice.

    To use these...
  22. C++ - String Class remake (not all functions but most)

    Hello everyone!

    I have created this code for fun to help people understand the basic functionality of the string class. I have named my verion the Vstring class since i dont want people getting...
  23. Thread: c or c++

    by g4hsean
    Replies
    4
    Views
    845

    Re: c or c++

    Ok, well to clear up your first question; when people refer to c today its normally objective-c (also known as C++). For your question regarding the differences between c/C++, C++ is basically c with...
  24. Replies
    3
    Views
    796

    I Need Criticism on my code please!

    HAHA very true! I forgot it was thanksgiving for the U.S, since in Canada we have thanksgiving in October :P. As for VB forum, you might be onto something there! Well when people get back, happy...
  25. Replies
    3
    Views
    796

    Re: I Need Criticism on my code please!

    No one willing to criticise my work? Well, don't be shy! its only a couple of hundred lines of code... And the zip only contains header and c++ files.. no executables if anyones worried. Anyways if...
  26. Replies
    3
    Views
    796

    I Need Criticism on my code please!

    Hello everyone!

    I am just looking for some criticism on my code. I want to further develop good habits when creating code. I have 3 classes in this assembly. Vstring which is my own version of the...
  27. Replies
    3
    Views
    696

    VS 2008 Re: Running commands on [X] Button Click.

    never mind i found it while clicking on the method/function and top right it showed the available methods for the form load and unload.

    this is what i was looking for in case someone else is...
  28. Replies
    3
    Views
    696

    VS 2008 Running commands on [X] Button Click.

    Hi, i have been looking everywhere for the method used when you click the [X] Button so like that i can run some commands on form exit. I found Form_Unload method replacing Form with the name of my...
  29. Re: How to find and disable the call to window closing func using OllyDebug debugger ?

    well, yes its quite easy actually, u would have to open the api tab in olly to see what api's the programs using and you could put break points on all api's witch create windows (witch you will look...
  30. Replies
    6
    Views
    2,417

    Re: backward and forward loops?

    the statement is found in the book i was reading.... they way the author put it was really misleading in my opinion, so i asked if someone could clarify what the true meaning of backward and forward...
  31. Replies
    6
    Views
    2,417

    Re: backward and forward loops?

    ok well the answer to my question was, if i remember correctly. backward loops are sort of like do while loops where the code between the loop tag and the conditional jump is the most likely to...
  32. Replies
    6
    Views
    2,417

    Re: backward and forward loops?

    well i guess not too many people out there understand assembly all that much any more.....

    Anyways, i ended up answering my own question while read several other books. All i can say is, too...
  33. Replies
    6
    Views
    3,573

    Re: gcc and inline assembly code

    Wait a minute.... the output of your program cant be right.... when a program terminates on a Linux system isn't the %ebx register used as the exit status?

    such as:


    .section .text
    ...
  34. Replies
    7
    Views
    2,611

    Re: New Java Program

    Ok, here is A WORKING VERSION of your program. Before i start i would like to say that you MUST read a java book from cover to cover doing exercises along the way because i found many and I MEAN...
  35. Replies
    7
    Views
    2,611

    Re: New Java Program

    wow, i would go with ComputerJy on this one.... read a book then you will understand your problem a little more. And even then you could simplify this down to a quarter of the code you have written!...
  36. Replies
    6
    Views
    2,417

    backward and forward loops?

    Hello fellow assembly programmers, i am here seeking some help on clarifying a topic that I've read about in "Professional Assembly Language".

    The author explains the differences in forward...
  37. Thread: file protector

    by g4hsean
    Replies
    9
    Views
    964

    Re: file protector

    Ya, the only way you could do that is via encryption or maybe binding programs.... when i mean binding a program i mean putting your file with a program that shuts down the computer.... you could...
  38. Re: HELP!!!!!!!!!!!!!Dll Loader PLEASE!!!!!!!!!!!!!!!!!!!!!

    thanks for the help :P
  39. HELP!!!!!!!!!!!!!Dll Loader PLEASE!!!!!!!!!!!!!!!!!!!!!

    Hi, im looking to create a program like bo2k (Back orrifice v1.1.6), ive been using back orrifice for about 2 years and want to build my own personal verion of it.... i first want to start by finding...
  40. Re: Anyone Know Any Code Converters????????????

    if you want ill even let you choose what template you would like.... i have over 200 flash templates and over 3000 normal site templates.... all customisable to what you want :P
Results 1 to 40 of 296
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width