Plasma is a mature engine for developing virtual worlds.
It is currently being used commercially for Myst Online: Uru Live and MagiQuest Online, both developed by Cyan Worlds.
What ?
OWASP ZSC is open source software written in python which lets you generate customized shellcode and convert scripts to an obfuscated script. This software can be run on Windows/Linux/OSX with python.
Why ?
According to other shellcode generators same as metasploit tools and etc, OWASP
... [More] ZSC using new encodes and methods which antiviruses won't detect. OWASP ZSC encoderes are able to generate shellcodes with random encodes and that's lets you to get thousands new dynamic shellcodes with same job in just a second,that means you will not get a same code if you use random encodes with same commands, And that make OWASP ZSC one of the bests! otherwise it's gonna generate shellcodes for many operation systems in next versions. [Less]
NodeTree is an XML stream parsing module for Python
Most XML libraries fit into one of two categories; they either parse XML streams with callbacks for each event encountered but leave it to the user to store and organize these events (such as expat or SAX), or they parse the entire XML document
... [More] into memory in one batch and return a handle to the document's root element only after its finished (DOM and ElementTree).
While the latter is much easier to work with, it also requires that the entire XML stream be available before any of it can be processed and must load the entire stream into memory, even when only a piece of it needs to be evaluated at a time.
With NodeTree we seek a hybrid of these two techniques with a modern, Pythonic API. [Less]
Pyg
===
Pyg is a Python package manager that is meant to be an alternative to easy_install.
It can download, install, remove packages.
Pyg supports almost all package filetypes:
* .tar.gz
* .tgz
* .tar.bz2
* .zip
* .egg
* .exe
* .msi
* .pybundle
* .pyb (an abbreviation for
... [More] .pybundle)
Pyg can remove all packages, even those installed with pure-distutils install (``python setup.py install``). [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy