|
You are here |
exploiter.dev | ||
| | | | |
xnux.eu
|
|
| | | | | [AI summary] The provided code is a C program that configures audio settings on a Linux system, specifically for a device with an ASoC (Advanced SoC) audio architecture, likely for a mobile or embedded platform. It sets up various audio controls like input and output volumes, switches, and routing for different audio sources (e.g., microphone, line in, AIF1/AIF2, etc.). The program uses command-line arguments to enable or disable specific audio features (like speaker, microphone, headphone, etc.) and can be used to set up the audio card configuration. The code is part of a larger system that manages audio routing and volume control via the ALSA (Advanced Linux Sound Architecture) framework. | |
| | | | |
mutur4.github.io
|
|
| | | | | This post covers yet another Binary Exploitation attack that is somewhat similar to return-oriented-programming (ROP) to understand how this works, we first need to understand Linux signals. | |
| | | | |
blog.infosectcbr.com.au
|
|
| | | | | Dr Silvio Cesare@silviocesare Summary In this blog post I'll discuss how to exploit the Linux kernel via a stack smashing attack. I'll be attacking the latest kernel version. I'll also introduce a vulnerable device driver that I wrote so that I can focus on the exploitation development and not the vulnerability research. A number of... | |
| | | | |
duasynt.com
|
|
| | | Linux kernel heap feng shui in 2022 | ||