This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin + Python: unable to remap


Al,

On Fri, Sep 17, 2010 at 11:24:10AM +0200, Al wrote:
> > It's not that simple :)
> >
> > rebaseall only rebases the exact dll's which were installed from your
> > packager (setup.exe),
> > but not any other dll's used at run-time - shadowing system dll's as
> > in your case, or added dependencies as with perl or python.
> 
> Hmmm, that leads to the conclusion, that I have to write a customized
> rebaseall or a wrapper for it.

The rebase README indicates the following:

The following is the rebaseall command line syntax:

    rebaseall [-b BaseAddress] [-o Offset] [-T FileList | -] [-v]

where:

    -b => base address used by rebase (default: 0x70000000)
    -o => offset between each DLL rebased (default: 0x10000)
    -s => specify DLL suffix, use multiple if necessary (default: dll, so)
    -T => specify filelist (or stdin) to list additional files
    -v => verbose (default: off)

You just need to use the -T option and specify the addition DLLs to
rebase.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]