what is the data from loads()

L

leo

Hi,

Following is the python scripts:



import marshal

exec(marshal.loads('c\000\000\000\000\001\000\000\000s\017\000\000\000\177\000\000\177\002\000d\000\000GHd\001\000S(\002\000\000\000s\005\000\000\000helloN(\000\000\000\000(\000\000\000\000s\010\000\000\000<script>s\001\000\000\000?\002\000s\000\000\000\000'))

anyone know what is the data in loads()?
i mean what is the
('c\000\000\000\000\001\000\000\000s\017\000\000\000\177\000\000\177\002\000d\000\000GHd\001\000S(\002\000\000\000s\005\000\000\000helloN(\000\000\000\000(\000\000\000\000s\010\000\000\000<script>s\001\000\000\000?\002\000s\000\000\000\000')
??
 
F

Fredrik Lundh

leo said:
anyone know what is the data in loads()?
i mean what is the
('c\000\000\000\000\001\000\000\000s\017...

compiled and serialized Python code (the same kind of stuff that you'll
find in PYC files).

if you don't trust the source, don't run that program.

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,250
Latest member
Charlesreero

Latest Threads

Top