Compozit Computer Architecture Virtual Machine
[PAPER]
|
English | Russian |
2012 |
C++ |
Beta |
A model for secure computer architecture is proposed.
The security is provided by protecting values of types and
references throughout the machine instructions, operating system,
and applications. The protection is achived by means of checking up
ranges and access rights for types and references.
The implementation of this architecture is made through the
development of virtual machine running on top of the existing operating
system. |
A Resource Tracer
[PAPER]
|
English | Russian |
2012 |
C, C++ |
Beta |
This Crossplatform tool intended to trace software errors in runtime
during resource manipulation. User can describe abstract resources
and their functions in XML.
Due to separation of tracing engine from resources description, it's
possible to describe vast classes of resources without changing the
analyzer core. Detected errors often have an influence on
security, safety, robustness and resource optimal usage. |
| Squid Log Splitter |
English | Russian |
2010 |
C |
Production |
This small tools splits squid log file into two squid log
files. Split criteria is a list of networks loaded from file.
IP addresses that is in the list, go in one squid log file, rest
of IPs go into another. |
Idiot |
private repository |
2008 |
Java |
Production |
IRC robot that attempts to speak and quotes phrases from
Dawn House movie. Made upon request for friend. |