Search found 8 matches

by cde
Thu Oct 14, 2004 4:18 pm
Forum: madBasic
Topic: Change Icon of compress Application...
Replies: 6
Views: 23797

Dear Madshi,
okok..I will try to send the author a complaint for you :crazy:
Best regards,
cch.
by cde
Thu Oct 14, 2004 2:23 pm
Forum: madBasic
Topic: Change Icon of compress Application...
Replies: 6
Views: 23797

Dear Madshi,
  1. Resource Hacker also can't edit the resources of compressed EXE. :confused:
Thanks.

Best regards,
cch.
by cde
Thu Oct 14, 2004 9:02 am
Forum: madBasic
Topic: Change Icon of compress Application...
Replies: 6
Views: 23797

Change Icon of compress Application...

Dear Madshi,
  1. When some Exe was compressed by Aspack..etc,
    if we use "madRes" to change it's main-icon, we will
    get a "Access violiation message..".Are there some
    problem with "compressed execution"software? :o
Best regards,
cch
by cde
Wed Oct 13, 2004 8:25 pm
Forum: madDisAsm
Topic: Some Question about "ParseFunction"
Replies: 5
Views: 23081

Dear Nildo,
  1. Some time,we trace a function or API,it will be very useful ,if
    we can get a full "tree" of that function or API. :D


Thanks.
Best regards,
cch.
by cde
Wed Oct 13, 2004 7:52 pm
Forum: madDisAsm
Topic: Some Question about "ParseFunction"
Replies: 5
Views: 23081

Dear Nildo, I had trace several functions in my Application.In some case "ParseFunction" can parse full code,but most stop at "jmp". It seem not the "full code"of the function.How can we know when and what condition or rule that "ParseFunction" will stop? :win...
by cde
Wed Oct 13, 2004 6:34 pm
Forum: madDisAsm
Topic: Some Question about "ParseFunction"
Replies: 5
Views: 23081

Some Question about "ParseFunction"

Dear Madshi, When we trace the address of "WriteProcessMemory"API, finally we get the full "disAsm" message follow. 77e7adb9 public WriteProcessMemory: ; function entry point 77e7adb9 jmp -$17f55c3e ($5ff25180) Is "ParseFunction" still can work in high-memory which kern...
by cde
Tue Oct 12, 2004 9:50 am
Forum: madCodeHook
Topic: About hook order
Replies: 12
Views: 12130

About hook order

Dear madshi, When we hook a WinApi like "OpenProcess",it works very well. In some condition,if we has another program like firewall or other software which hook the same Api before our Applicatin ,then they will inject our code .Can we has another way to recapture the priority of the Api ?...
by cde
Sat Oct 09, 2004 11:12 am
Forum: madCodeHook
Topic: something about remove virus dll
Replies: 1
Views: 4709

something about remove virus dll

Dear Madshi, When we find some dlls or bad modules loaded by someprocess in other session or currentsession,can we remove it via Madshi' collection? In Delphi's TThread, we can use TThread.suspended to judge the state of Tthread,but it seem to has no such property or similer property in IThread. Ano...