Hallo Jason, Am 2002-01-08 um 19:26 schriebst du:
> It is very simple. Just download, uncompress, and install the following: > http://www.tishler.net/jason/software/rebase/rebase.exe.bz2 > into /usr/local/bin. That is funny, with my browser (IE) get just binary garbage: BZh91AY&SYCF#=Ux4> >$什 jz) Jw}|{ sڭj<7Vrw}yfGAFln:yO y]ݹ[go =<K{{j{v5vg]ۮϪ{wmn=u{x=6s}... > The following is a sample command line: > rebase -d -b 0x68000000 cygcurl-2-*.dll Well, we have the great Cygwin toolchain, there is wget e.g.;) $ wget http://www.tishler.net/jason/software/rebase/rebase.exe.bz2 --22:59:59-- http://www.tishler.net/jason/software/rebase/rebase.exe.bz2 => `rebase.exe.bz2' Connecting to www.tishler.net:80... connected! HTTP request sent, awaiting response... 200 OK Length: 38,012 [text/html] <------------------Text/HTML? 0K .......... .......... .......... ....... 100% @ 8.15 KB/s 23:00:04 (8.15 KB/s) - `rebase.exe.bz2' saved [38012/38012] But it works! $ ./rebase.exe usage: rebase -b BaseAddress [-d] -o Offset ImageFileName ... Please, Jason, tell me, where can I find more infos or the sources? In detail, I'm getting different error codes 5, 32, 487 like this and what is strange (I think), I'm geting not one of these errors running the same command in /usr/local/bin where I have just my own dll's, well libmysqlclient-11.dll was also build by myself...): $ for i in *.dll; do rebase -d -b 0x68000000 $i; done Scintilla.dll: new base = 67fd0000, new size = 30000 ReBaseImage() failed with last error = 32 cygXpm-X4.dll: new base = 67ff0000, new size = 10000 ReBaseImage() failed with last error = 32 cygcom_err-1.dll: new base = 67ff0000, new size = 10000 ReBaseImage() failed with last error = 32 cygcurl-2.dll: new base = 68000000, new size = 0 ReBaseImage() failed with last error = 32 cygform6.dll: new base = 67ff0000, new size = 10000 ReBaseImage() failed with last error = 32 cygjbig1.dll: new base = 67ff0000, new size = 10000 ReBaseImage() failed with last error = 32 cygncurses5.dll: new base = 67fc0000, new size = 40000 ReBaseImage() failed with last error = 32 cygpng.dll: new base = 67fc0000, new size = 40000 ReBaseImage() failed with last error = 32 cygss-0.dll: new base = 67fe0000, new size = 20000 ReBaseImage() failed with last error = 32 cygtcl80.dll: new base = 67f90000, new size = 70000 ReBaseImage() failed with last error = 487 cygtclreg80.dll: new base = 67ff0000, new size = 10000 ReBaseImage() failed with last error = 32 cygwin1-uinfo.dll: new base = 67c20000, new size = 3e0000 ReBaseImage() failed with last error = 32 cygxsltbreakpoint-1.dll: new base = 67ff0000, new size = 10000 ReBaseImage() failed with last error = 32 glut32.dll: new base = 67fc0000, new size = 40000 ReBaseImage() failed with last error = 32 libmysqlclient-11.dll: new base = 67ea0000, new size = 160000 ReBaseImage() failed with last error = 32 ReBaseImage() failed with last error = 5 pq++.dll: new base = 68000000, new size = 0 ReBaseImage() failed with last error = 32 Gerrit -- =^..^= mailto:[EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/