[R] open DLL in R

Gabor Grothendieck ggrothendieck at gmail.com
Wed Aug 2 07:23:27 CEST 2006


This refers to the windows command pedump.exe found in the Rtools
collection at:

   http://www.murdoch-sutherland.com/Rtools/

On 8/2/06, gyadav at ccilindia.co.in <gyadav at ccilindia.co.in> wrote:
>
> Hello Sir,
>
> I am just wondering that pedump is a command of 'R' because in could not
> find in the 'R' help using help.search("pedump"). I am requesting you to
> narrate as i also have to look into .dll(s). Is there any way to know what
> are the exported functions and constants and imported functions and
> constants in a easy way.
>
> thanks
> -gaurav.
>
>
>
> Prof Brian Ripley <ripley at stats.ox.ac.uk>
> Sent by: r-help-bounces at stat.math.ethz.ch
> 01-08-06 11:18 PM
>
> To
> qian li <hidorothy1979 at yahoo.com>
> cc
> r-help at stat.math.ethz.ch
> Subject
> Re: [R] open DLL in R
>
>
>
>
>
>
> On Tue, 1 Aug 2006, qian li wrote:
>
> > I have downloaded a DLL file. I want to look at the contents in the DLL
> file. How can I do it in R?
>
> You need a disassembler such as VC++'s DUMPBIN, but looking at compiled
> code you did not write is not an easy task.  (Or objdump from the MinGW
> toolset.)
>
> If only you want to know what entry points it exports, use pedump -e for
> the pedump.exe in tools.zip (see the R-admin manual).
>
> What has this to do with R?
>
> >
> >   Thanks,
> >
> >   QL
> >
> >
> > ---------------------------------
> >
> >
> >                [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > R-help at stat.math.ethz.ch mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
> --
> Brian D. Ripley,                  ripley at stats.ox.ac.uk
> Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
> University of Oxford,             Tel:  +44 1865 272861 (self)
> 1 South Parks Road,                     +44 1865 272866 (PA)
> Oxford OX1 3TG, UK                Fax:  +44 1865 272595
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>
> ============================================================================================
> DISCLAIMER AND CONFIDENTIALITY CAUTION:\ \ This message and ...{{dropped}}
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list