[R] open DLL in R

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Aug 2 07:52:19 CEST 2006


On Wed, 2 Aug 2006, gyadav at ccilindia.co.in wrote:

> 
> Hello Sir,
> 
> I am just wondering that pedump is a command of 'R' because in could not 

It is not, as I stated.

> 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.

Yes, see the R-admin manual, using non-R tools.

> 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



More information about the R-help mailing list