Re: [pypy-dev] pypy rsocket problem

2012-02-04 Thread Andrew Evans
Sorry for all the messages I attached a log of what happens when I try to compile this *cheers [translation:ERROR] Error: [translation:ERROR] Traceback (most recent call last): [translation:ERROR]File "C:\pypy\pypy\translator\goal\translate.py", line 30 9, in main [translation:ERROR] drv.

Re: [pypy-dev] pypy rsocket problem

2012-02-04 Thread Andrew Evans
This is actually what I wanted to do with ptr, sorry I had to confirm with a friend of mine before posting again. The hex code should be cast to a CCHARP The problem I am facing is compiling using rsocket if I remove the send and connect and INETAddress bits it compiles but as soon as I add INETAd

Re: [pypy-dev] pypy rsocket problem

2012-02-04 Thread Philip Jenvey
On Feb 4, 2012, at 7:18 PM, Andrew Evans wrote: > Hello I started developing a small exploit framework in Python about a year > ago. I will be honest I did not get very far due to lack of commitment. But I > wish to start on this project again, my idea is simple I want to write this > in PyPy

[pypy-dev] pypy rsocket problem

2012-02-04 Thread Andrew Evans
Hello I started developing a small exploit framework in Python about a year ago. I will be honest I did not get very far due to lack of commitment. But I wish to start on this project again, my idea is simple I want to write this in PyPy using RPython and be able to compile the exploits into execut

[pypy-dev] Compiling using translate [a small tutorial]

2012-02-04 Thread Andrew Evans
I thought I would post a small tutorial on using translate.py to compile pypy RPython scripts This tutorial is about how to compile python standalone executables using RPYTHON. RPython is a restricted subset of of python RPython (Restricted Python) is statically typed What will we cover in this t