p.file
213 subscribers
51 photos
7 videos
157 files
292 links
Please read the pinned post.

The group has restriction for links due to spam bots, but you can send it anyway.

@perplex_files
Download Telegram
Topics: Exploits, Google Chrome. #exploit #reversing

Chrome in-the-wild bug analysis: CVE-2021-30632.

https://securitylab.github.com/research/in_the_wild_chrome_cve_2021_30632/
Practical C++ Decompilation.pdf
794 KB
Topics: C++ Decompilation. #reversing #cpp

This pdf is useful if you want to understand the C++ structure in a low-level perspective, also it will help you when reverse engineering C++ applications.
Project_Zero_Exploiting_the_DRAM_rowhammer_bug_to_gain_kernel_privileges.pdf
2.4 MB
Topics: DRAM Rowhammer. #hardware #hacking

In this article they use the rowhammer to gain kernel privileges. The idea is to mmap() a large block of memory and search for addresses where bits are flipped, then spray the physical memory with page tables in order to make the PTE's physical page number point to their process, and hammer the aggressor addresses.
p.file
Project_Zero_Exploiting_the_DRAM_rowhammer_bug_to_gain_kernel_privileges.pdf
Flipping_Bits_in_Memory_Without_Accessing_Them_An_experimental_Study.pdf
827.9 KB
The repeated toggling of a row's wordline can disturb nearby cells and make them lose charge, if a cell loses too much charge before it is restored, it experiences a disturbance error. The following code is used to disturb the cells:

code1a:
mov (X), %eax
mov (Y), %ebx
clflush (X) // See
Vol 3 11.5.5
clflush (Y)
mfence // Not used in the Google's article.
jmp code1a
p.file
Flipping_Bits_in_Memory_Without_Accessing_Them_An_experimental_Study.pdf
In this structure, when the access transistor is turned on by applying a voltage on the gate of the access transistor, a voltage representing the data value is placed onto the bitline and charges the storage capacitor. The storage capacitor then retains the stored charge after the access transistor is turned off and the voltage on the wordline is removed. However, the electrical charge stored in the storage capacitor will gradually leak away with the passage of time. To ensure data integrity, the stored data value in the DRAM cell must be periodically read out and written back by the DRAM device in a process known as refresh.

From Memory Systems: Cache, DRAM, Disk.
heic1502a.png
21.3 MB
A little piece of Andromeda's Galaxy
#misc Full Adromeda's Galaxy picture
Forwarded from A paranoid man makes paranoid plans
Designing_BSD_Rootkits_An_Introduction_to_Kernel_Hacking_by_Joseph.pdf
8.4 MB
Designing BSD rootkits

#bsd #hacking
Forwarded from Freestanding
Forth_Encyclopedia_The_Complete_Forth_Programmers_Manual_by_Mitch.pdf
4.3 MB
Forth Encyclopedia: The Complete Forth Programmers Manual

1982

#forth