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 <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
01-08-06 11:18 PM
To
qian li <[EMAIL PROTECTED]>
cc
[email protected]
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]]
>
> ______________________________________________
> [email protected] 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, [EMAIL PROTECTED]
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
______________________________________________
[email protected] 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}}
______________________________________________
[email protected] 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.