Уровень 0 · материалов: 3
В кластер входят документы, описывающие технические методы работы с оперативной памятью, ее редактирования или мониторинга, и не входят документы, не касающиеся управления RAM.
Общие признаки: взаимодействие с системной памятью RAM, редактирование и анализ памяти, контроль использования памяти
Группа выше: Процессы, память и ввод-вывод на системном уровне
Смысл: The main idea is to provide a practical, low-cost method (memory painting) for monitoring stack usage in microcontrollers to prevent memory corruption and system instability, especially on hardware with very limited RAM.
The article explains how to prevent stack overflows in STM32 microcontrollers using a 'memory painting' technique to track peak RAM usage.
Смысл: The main idea is to introduce ArtMoney not just as a gaming cheat tool, but as a functional memory editor that demonstrates how software interacts with system RAM, potentially serving as an educational tool for aspiring IT specialists.
An overview of ArtMoney, a long-standing memory editor used for cheating in games and debugging software by manipulating values in RAM.
Смысл: The main idea is to empirically prove that the periodic hardware refresh cycle of DRAM (occurring every ~7.8 microseconds) can be detected from user-space software by using the Fast Fourier Transform (FFT) to filter noise from memory access timings.
The author uses C and FFT analysis to detect the 7.8-microsecond memory refresh intervals inherent in DRAM hardware from within a software environment.