Search titles only
By:
Home
Members
Moderators
Current visitors
Escrow
Deposit
Account Upgrades
ADS
Help
Storm Exchange
Komplexes Bot
Log in
Register
What's new
Search
Search titles only
By:
Menu
Log in
Register
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
META's latest activity
META
posted the thread
What I've Learned in Five Years of Conducting Code Audits
in
Hacking
.
When I was at PKC, my team led about thirty code audits. Many of them were for startups that had raised a Series A or B—this is the...
Apr 5, 2026
META
posted the thread
Python & Time and Memory Optimization
in
Programming
.
Introduction Python's execution speed often leaves much to be desired. Some people abandon Python for this very reason, but there are...
Apr 4, 2026
META
posted the thread
Optimizing code performance is hard work.
in
Programming
.
I'm not talking about skills or knowledge, nor am I trying to sell the world on the idea of performance optimization. Our world already...
Apr 4, 2026
META
posted the thread
Profiling C/C++ code on *nix systems
in
Programming
.
Alexander Alekseev ( Postgres Professional ) An excellent overview talk from the HighLoad++ 2016 conference on how to profile software...
Apr 4, 2026
META
posted the thread
Profiling: Measurement and Analysis
in
Programming
.
Hi, I'm Tony Albrecht, an engineer at Riot. I love profiling and optimization. In this article, I'll cover the basics of profiling and...
Apr 4, 2026
META
posted the thread
Behavioral analysis in malware detection
in
Hacking
.
Malware has long been a major threat to information security. Approaches to analyzing and protecting against these types of attacks...
Apr 4, 2026
META
posted the thread
The Hard Way to Dynamic Analysis of Mobile Apps
in
Hacking
.
I begin every article by mentioning that our team is developing a mobile app security analysis platform. Why? By posting information I...
Apr 4, 2026
META
posted the thread
Black, gray, white: understanding pentest methodologies
in
Hacking
.
Penetration tests help identify and address weaknesses in a company's security before attackers can exploit them. But for such a test to...
Apr 4, 2026
META
posted the thread
Why dynamic code analysis is necessary, using the PVS-Studio project as an example
in
Hacking
.
In a conversation with Marshall Clow on the CppCast #300 ABI Stability podcast, we touched on the long-standing news of Visual Studio...
Apr 4, 2026
META
posted the thread
Getting Started with Debugging and Profiling Web Applications
in
Programming
.
Introduction There are many articles on Habr describing the interesting and complex aspects of web development, but many readers, at...
Mar 31, 2026
META
posted the thread
Static security testing with open source tools
in
Hacking
.
You want to find vulnerabilities in your code as quickly as possible, which means you need to automate this process. How exactly can you...
Mar 31, 2026
META
posted the thread
Web Application API Security
in
Hacking
.
This is the dynamic analysis engineering department at Swordfish Security. In previous articles, we described the OWASP ZAP plugin ...
Mar 30, 2026
META
posted the thread
C++
Features of profiling C++ programs
in
Programming
.
Sometimes you need to profile a program's performance or memory usage in a C++ program. Unfortunately, this is often not as easy as it...
Mar 30, 2026
META
posted the thread
Dynamic Analysis Practice: Implementation Features and Process Integration Considerations
in
Hacking
.
Hi ! Yuri Shabalin, Chief Architect at Swordfish Security, is back on the air. We've been consulting on building secure development...
Mar 29, 2026
META
posted the thread
JavaScript
Do It Yourself Java Profiling
in
Programming
.
But I also suggest taking a look at the 70K text of the illustrated article-transcript below the cut, compiled by me from the video and...
Mar 29, 2026
Top
Bottom