Projects - Linux
| Filter: | All projects | Highlights | Active | Commercial/external |
| Domains: | Static analysis | Security/Reverse-engineering | WP8 | WP7 | WM | ELFPack | Compilers | Containerization | Networking | IoT |
| Platforms: | Windows | Linux | Mac | WP8 | WP7 | WM | Sony Ericsson |
| CPU: | ARM | ARM64 | X86_64 | RISC-V (32 bit) | RISC-V (64 bit) | MIPS |
| Statistics: | ANTLR (1) | Assembler (14) | Assembly (1) | Bash (5) | C (92) | C# (31) | C++ (94) | Go (2) | Java (2) | Lua (2) | Python (10) | RuC (1) | Ruby (1) | Rust (11) | TeX (1 + 15) | VB.NET (7) |
libziskos for bflatCompilersActiveHighlightsExternalOpen-source
Ziskos for bflat
bflat compiler for zkVMCompilersActiveHighlightsExternalOpen-source
Compile C# applications into fully native riscv64 binaries.
.NET builds for riscv64 (zkVM)CompilersActiveHighlightsExternalOpen-source
.NET distribution for fully native zkVM riscv64 compilation.
.NET builds for riscv32 (zkVM)CompilersActiveHighlightsExternal
.NET distribution for fully native zkVM riscv32 compilation.
Secure build system for the VPN clientCompilers, NetworkingExternal
Software supply chain-secure build system for the VPN client.
Easy STUNCommercialExternalOpen-source
Easy to use STUN daemon for Linux
ACS API RSCommercialExternalOpen-source
Auto Configuration Server controls in Rust
Custom router management cloudNetworking, CloudHighlightsExternal
Fully new router management cloud service.
Custom router software developmentNetworkingHighlightsExternal
Fully new custom network router.
Custom OpenWRT-based platformCommercialExternal
Custom OpenWRT-based ROM.
Cloud Management UI for routersCommercialExternal
Router cloud management UI
Private network management project's UIStatic analysisExternal
The UI for a private network management project written based on Isabelle platform and Yew framework. Coded pages logic, dashboards, and everything about it. The project is released.
Private network management project plugins & processing engineUIExternal
Wrote a processing engine for a private network management project. It included writing the core (based on Isabelle), related plugins, deployment processes. The project is released.
Equestrian management platformNetworking
Management platform for the sport club based on Isabelle. This is a side project designed to simplify my own life.
DeltaCybersecurity, IoT
Small yet powerful device intrusion detection mechanism. It has a negligible footprint, it is very portable, and basically can be used anywhere, even in IoT devices.
ArvoreCybersecurity, Static analysis
Dynamic tree implementation which allows for advanced use cases - like state keeping.
Go parser for VisaoCybersecurity, Platforms, Parsing
Parsing for Go based on C++/Rust.
IsabelleCybersecurity, Platforms
High-performant server for managing basically anything. Written in Rust for the highest performance and stability, it is successfully used in many projects.
EvolucaoStatic analysis
The static analysis orchestration server
MediaTek platform bringupCommercialExternal
Bringup of a MediaTek SoC to a software project along with the kernel, uBoot, target setup.
MediaTek NAND driver DMA implementationCommercialExternal
DMA implementation for a custom MediaTek NAND driver
fmtparserStatic analysisOpen-source
printf/scanf format parser
CastUncategorized projectsOpen-source
Convert compile_commands.json to Atmel Studio projects
Equid IDE integrationCommercialExternal
Eclipse IDE integration for the Equid static analyzer.
Build traceStatic analysisExternal
A project that is tracing the build on Linux, Windows and Mac and prepares configuration for the static analysis.
MediaTek SoC driver improvementsCommercialExternal
Numerous issues in MediaTek SoC were fixed.
WiFi Mesh investigationCommercialExternal
Find and fix numerous issues in a commercial WiFi Mesh implementation.
Native toolchain detectionStatic analysisExternal
Detect existing toolchains and their parameters
Minimal Message BrokerCommercialExternal
Message broker that can be installed to embedded software and used from Python test suite.
Wristband Test SuiteCommercialExternal
A complete test suite for wristband software based on Robot Framework
Bluetooth emulatorCommercialExternal
Emulator of Bluetooth activity for a consumer electronics device
ParslrStatic analysisOpen-source
Test ANTLR grammars and prepare JUnit result XML from results. Useful in CI.
Static analysis testing ensembleStatic analysisActive
Testing static analysis projects is hard. This project aims to serve as a bridge between Continuous Integration (CI) and Verification Example Framework (VEF).
BuiltinizerStatic analysisOpen-source
Recreate signatures of Clang's builtin functions.
Verification Example FrameworkStatic analysisActiveOpen-source
The growing list of examples for C/C++/RuC analysis & verification. To be open sourced.
Analysis Server ProtocolStatic analysisActiveHighlightsOpen-source
The protocol that it is used to unite static analyzers and IDEs, not only for IDE tasks. Inspired by language server protocol
Wireguard CLIUncategorized projectsOpen-source
A simple console interface for adding peers to Wireguard configuration files.
Test Suite for C/C++/Java reversible debuggerCommercialExternal
A complete test suite for the C/C++/Java reversible debugger has been written under my supervision.
Malware detectionCommercialExternal
Detected, reverse-engineered and eliminated malware in a big project.
Corporate infrastructureUncategorized
A complete infrastructure was built for the commercial company.
Corporate infrastructure for my companyUncategorized
A complete infrastructure was built for my company.
Improvements in RuC languageUncategorizedOpen-source
RuC is a research language created to resolve issues in C languages. My role in it is in consulting of project members and occasional fixes.
Visao - a static analysis frameworkStatic analysisActiveHighlightsOpen-source
A sophisticated tool for finding bugs and proving their absence in C/C++/Go code, this project aims at making analysis easy and worth to apply.
SLABInjectUncategorized projectsOpen-source
Inject pages to SLAB caches in Linux. That may help improve performance and stability in memory-critical drivers in constrained environments.
SNULL LAN client emulation driverCommercialExternal
Prepared a complete driver for emulating LAN clients.
Cryptography support for router softwareCommercialExternal
Prepared cryptography improvements for router software.
SECCOMP for legacy kernelCommercialExternal
SECCOMP mechanism has been ported to older Linux to facilitate LXC integration.
Package Manager for router softwareCommercialExternal
A custom package manager has been coded for a commercial router software. It was based on opkg, but supported many additional features.
OpenVPN solution for router softwareCommercialExternal
A custom OpenVPN solution for Linux-based router software was architected, developed and made available publicly. Partially supports cryptography offloading and packet traffic acceleration.
Containerization support for router softwareCommercialExternal
A complete solution based on LXC has been written for commercial router. It was created with resource constraints in mind, so it actually could provide working containerization on a disk drive smaller than 30MB.
OverlayFS support for router softwareCommercialExternal
OverlayFS support has been implemented in Linux-based router software package. While the OverlayFS itself is a kernel's feature, a lot of efforts were put into making it supported on a complete solution level, with booting process altered, security, secure erase and other levels sorted out.
Docker MIPS feasibility researchCommercialExternal
The Docker didn't have MIPS support back at that time, but the customer wanted to see it running. I investigated whether it is possible to port Docker (yes, it was), however, we stumbled upon Docker's design implications that prevented us from finishing the project.
WiFi driver fixesCommercialExternal
Fixed multiple issues in Atheros and Intel (Metalink) WiFi drivers.
Initial setup wizard interface for router softwareCommercialExternal
A new initial setup wizard was implemented for router software.
Race ResearcherStatic analysis
A graphical interface to Race static analyzer, allowing to quickly spot locking failures.
Codename RaceStatic analysisHighlights
A static analyzer aimed at finding race conditions in the Linux code. It uses Lockset algorithm with sophisticated selection of executed function pairs, and it has proven to be quite useful in production. The C parsing has been implemented through Roslyn patches.
DWC2 USB driver portCommercialExternal
Ported DWC2 driver to a new platform, significantly improving stability and performance.
Custom static analyzer for router softwareCommercialExternal
Since we had a host controller driver which was fatally flawed regarding locking, I've made a custom static analyzer to deal with locking problems. It was based on Roslyn patched to support C.
Refactoring of USB Host Controller DriverCommercialExternal
Host Controller Driver used in one of commercial SoCs has been fatally flawed. Fixing it was a major challenge, which required creation of a custom static analyzer.
IPSec solution for router softwareCommercialExternal
An L2TP/L2TP+IPSec solution for Linux-based router software was architected, developed and made available publicly. It also works with partial cryptography and packet traffic acceleration.
Certificate Store for router softwareCommercialExternal
I've architected and implemented a complete certificate store module for commercial router, which supported certificate/private key generation, import/export, verification against a private key. Still used without major edits (as of 2022).
Web interface backend optimizationCommercialExternal
I've optimized web interface prefetching and loading got 7x performance boost.
Custom DynDNS clientCommercialExternal
I've created a custom DynDNS client that is deployed to thousands of devices worldwide.
ffu-extractWindows Phone 8
A tool to extract Windows Phone 8 FFU images.
Several contributions to Android for XPERIA X1Linux
Contributed to XPERIA X1 Android project