Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top
>
Posts

Posts: articles

02 Déc 2024
How can one code line crash application? Looking for issues and vulnerabilities in ScreenToGif
Nikita Priadko
ScreenToGif is a useful application that enables you to create a GIF file from a screen or webcam recording, which you can easily edit in the built-in editor. In this article, we'll delve into...
...
28 Nov 2024
C++ programmer's guide to undefined behavior: part 10 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the tenth part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
27 Nov 2024
From WALL-E to Terminator: bugs, how robots work, and developers' fantasies
Anastasiya Vorobeva
In the world of cinema and animation, robots are often portrayed as unique and sometimes bizarre characters, each with their own set of quirks, bugs, and attention-grabbing features. In this...
...
25 Nov 2024
5 lines of fortune: what program keeps under wraps
Aleksandra Uvarova
Forget about ghosts! The true threats lurk in everyday things—like static_cast, which can unexpectedly drop all security efforts, and assert, which rapidly vanishes in a release build. Welcome to...
...
22 Nov 2024
Java serialization: let's dig it up
Vladislav Bogdanov
Java equips developers with convenient tools for serializing objects. Although they seem primitive at first glance, their internal implementation contains a wealth of interesting insights. In...
...
21 Nov 2024
History of C and C++. Part one: emergence and standardization of C language. C with Classes becomes C++
Valerii Filatov
C and C++ are iconic languages in which a huge amount of code is written. What path have they traveled to become ones? This article covers the emergence of C and the beginning of its...
...
20 Nov 2024
19 errors in LLVM 19
Andrey Karpov
The PVS-Studio static analyzer can find errors even in such a high-quality and well-tested project as LLVM. To make sure it's not empty words, we occasionally check the project and post notes...
...
19 Nov 2024
Debugging bugs in x64dbg debugger. Step out to GUI
Taras Shevchenko
We all need to interact with a debugger somehow: via text or a graphical user interface. A nasty bug may appear in a program "shell" with a well-established core. Users are unlikely to like it...
...
15 Nov 2024
What's up with Telegram messenger: dozen errors detected
Alexey Gorshkov
You're all familiar with Telegram—you may come across it at least once on the news, or you may use it yourself. Like any other project, Telegram's code has some bugs. If you're a developer...
...
14 Nov 2024
YYYY? yyyy!
Vladislav Bogdanov
Do you know what's the difference between the 'Y' and 'y' characters in the Java date pattern? In this article, we'll explore how an incorrect date format can cause an error. We'll also introduce...
...
View more Pagination arrow previous
Showing: - of 1544