Re: Stripping functions from a DLL - offer wanted
- From: Betov <betov@xxxxxxx>
- Date: 26 Mar 2006 18:14:06 GMT
"Frank de Groot" <franciad@xxxxxxxxx> écrivait
news:KrOdnU9jROFAT7vZRVnzvA@xxxxxxxxxxx:
"Betov" <betov@xxxxxxx> wrote in message
news:XnF9792C38AEACA8betovfreefr@xxxxxxxxxxxxxxxx
These are the Run-Time Addresses.
Sure, I am subtracting the image base address, of course.
But it doesn't work
This is "double-shot":
* Base Address.
* Section Displacement. Probably 01000h in the Run-time Address
and 0200h in the File Address.
That is, for example:
(GivenAddress - BaseAddress -01000h + 0200h)
: That DLL is loaded by /another/ DLL which appears
to do a checksum verification :(
Dispiting the guys who say that i am promoting _MY_ (???!!!...)
product... and again, the first thing to give a try to, is to
run RosAsm, to load the DLL, and to see (after having saved
to original version...), 1) If RosAsm is able or not (it may
as well fail...) to recompile the DLL. Then, to give a try to
the new DLL, to see if the functions, you want, still work in
an identical manner.
If all of this is OK, you take any Text Editor, and Copy-Paste,
to it, the Functions you want to keep. Inside RosAsm Editor,
you Right-Click upon the names of the called sub-routines, and
associated Data, and do the same, without forgetting anything.
Then you replace the Original Routines with the ones collected in
the external Editor. You, of course, have to keep untouched the
DLL "Main:" and eventually associated intitializations, if any.
Same for its "loader" making a CheckSum, where you just have to
kill the verification,... like in any good pirate would do (do
not think that we all are complete idiots, around... :).
Betov.
< http://rosasm.org >
.
- References:
- Re: Stripping functions from a DLL - offer wanted
- From: Frank de Groot
- Re: Stripping functions from a DLL - offer wanted
- From: Betov
- Re: Stripping functions from a DLL - offer wanted
- From: James Daughtry
- Re: Stripping functions from a DLL - offer wanted
- From: Betov
- Re: Stripping functions from a DLL - offer wanted
- From: Frank de Groot
- Re: Stripping functions from a DLL - offer wanted
- From: Betov
- Re: Stripping functions from a DLL - offer wanted
- From: Frank de Groot
- Re: Stripping functions from a DLL - offer wanted
- Prev by Date: Re: Stripping functions from a DLL - offer wanted
- Next by Date: Re: Stripping functions from a DLL - offer wanted
- Previous by thread: Re: Stripping functions from a DLL - offer wanted
- Next by thread: Re: Stripping functions from a DLL - offer wanted
- Index(es):
Relevant Pages
|
Loading