Development

Thanks to a team of developers with a strong interest in cybersecurity, Synacktiv can assist you in the creation of security-related software solutions

The development team holds a wide range of knowledge, which allows its members to carry out both "high-level" (eg, development of a security-oriented web front-end) and "low-level" (optimization of a hash algorithm using the SIMD instruction set) engagements.

EXAMPLES OF ENGAGEMENTS

  • Development of software in order to fuzz a proprietary industrial protocol
  • Development of a network packet parsing module for embedded devices
  • Reverse-engineering unmaintained proprietary software to port it to another platform
Development

Tools

Python, full stack, API REST, LLVM, gcc,
Visual Studio, QEMU, Woboq

Latest articles

Diving into ADB protocol internals (2/2)

Our previous article laid the groundwork for understanding the ADB protocol and its usage scenarios. It primarily focused on the TCP/IP communication between the ADB Client and the ADB Server. However ...

Battle of the parsers: PEG vs combinators

In this article we will compare two parsing strategies : PEG based and combinators based, from a developer's perspective, to parse Strace output for the SHH (Systemd Hardening Helper) Rust project. ...