logo

Software Approach to Dealing with ADAS Sensor Noise (Part 1)

In this article, we delve into a vital software approach to combatting the pervasive issue of sensor noise in Advanced Driver Assistance Systems (ADAS). We explore the use of Kalman Filter and Extended Kalman Filter (EKF) as powerful tools to tackle sensor noise head-on.

Discover how these advanced techniques can enhance the reliability and accuracy of ADAS sensors, ultimately contributing to safer and more efficient driving experiences. Join us on this journey to unlock the potential of noise reduction in the world of ADAS. SToFU Systems is sharing its expertise in combating sensor noise. Don't miss out on this opportunity to gain valuable insights into the dynamic field of sensor noise mitigation and ADAS improvement!

Read more
AUTOMOTIVE 2024-01-18 191

PE Resource Parser in C++ (Native)

In our new article, we will delve into the intricate structure of the resource table of PORTABLE EXECUTABLE files in the Windows operating system and embark on an exciting journey to write our own native parser! This exploration will enhance your understanding of the inner workings of Windows executables and equip you with the skills to analyze these files at a deeper level. Whether you`re a seasoned developer or an enthusiastic learner, this article promises to be a fascinating and enriching experience, full of technical insights and practical knowledge!

Read more
DSAVE 2023-11-12 798

Introduction to Windows Kernel Development on Rust (PaRT 1)

In the realm of driver programming, Rust stands on the brink of a new era. While many are accustomed to traditional methods, Rust offers tools for crafting safer and more stable drivers. In this introduction, we'll delve into the initial steps: setting up the environment and mastering the build process, embarking on the thrilling journey of driver development in Rust!

Read more
Kernel Development 2023-09-25 608

Inside BlackMatter: Technical Analysis of BlackMatter Ransomware

Hello friends!

In this article, we will analyze an executable file that repeatedly found itself on the work network of one of our clients and created problems for the client.

The client asked to reverse-engineer the threat, conduct a security audit and provide a solution, which we did.

We are always glad to cooperate in the field of cyber security, reverse engineering and security audit!

 

Read more
SRMA 2023-04-10 655

FUZZY HASHES

Friends, hello everyone!

In this article, we will talk about such an important part of every antivirus engine as the hashing module. We'll talk about data verification, blacklisting and whitelisting, finding out how "similar" or "different" data is, and touching on the topic of fuzzy hashing algorithms.

Get comfortable in your chairs!

Read more
DSAVE 2023-03-18 1589

PE Import Table Parser

Hello dear friends!

In this series of articles, together with you, we will write the simplest anti-virus engine with a number of static and dynamic analyzers, analyze the principles of operation of each of them, and get acquainted with related technologies along the way.

The series of articles will be useful for both novice developers and more experienced ones, who, we hope, will be able to find useful information for themselves!

We express our gratitude to all our partners and colleagues who help us in our work and life! Guys, you are the best!

Read more
DSAVE 2023-03-14 2933