Skip to main content
patraulea's user avatar
patraulea's user avatar
patraulea's user avatar
patraulea
  • Member for 11 years, 10 months
  • Last seen this week
17 votes
1 answer
16k views

Can tmux save commands to a file, like .bash_history?

7 votes
1 answer
2k views

Can GDB set a breakpoint on a sequence of function calls?

7 votes
0 answers
1k views

How do I allow bpf syscalls in docker on Centos 7 with SELinux on?

5 votes
2 answers
240 views

Test that an integer is different from two other integers in eBPF without branch opcodes

5 votes
0 answers
1k views

Is there a Javascript LLVM IR bitcode interpreter?

4 votes
1 answer
1k views

Obtaining openssl x509 certificate chain sent by server in custom cert_verify_callback

4 votes
1 answer
2k views

Block HTTP/2 at the firewall level

3 votes
1 answer
13k views

Enable logging internal openssl messages

3 votes
0 answers
1k views

Add gdb build-id section to existing binary

2 votes
3 answers
2k views

Can I kill another process from SIGSEGV handler?

2 votes
0 answers
2k views

Read errors after an UBIFS update

2 votes
1 answer
2k views

Can Address Sanitizer abort immediately after an error is detected?

2 votes
1 answer
708 views

Ptrace prevents signal from interrupting pselect() in traced process

2 votes
2 answers
1k views

How to mirror AWS traffic from container A into container B

2 votes
0 answers
272 views

Signal child started with posix_spawn when parent exits

2 votes
1 answer
69 views

After vfork(), how does the linker resolve execve() without clobbering parent memory?

1 vote
2 answers
102 views

c++ stream manipulator that inserts a multi-character delimiter if stream is not empty

1 vote
0 answers
54 views

Template code for calling identical C++ APIs from different namespaces

1 vote
0 answers
57 views

How to get non-zero exit code from git diff --no-index only on errors?

1 vote
1 answer
62 views

How to avoid wrong symbol offsets in breakpad dmp converted to core file

1 vote
1 answer
399 views

Building glibc with -finstrument-functions

1 vote
0 answers
19 views

How to avoid --unsafe-paths with "git apply" outside a repository?

1 vote
1 answer
564 views

Get x86 SMEP CPU flag from user mode

1 vote
0 answers
109 views

Can sys_execve() still return with error after begin_new_exec() returns zero?

1 vote
1 answer
245 views

Retrieve load address of unloaded shared library from linux core dump

1 vote
0 answers
75 views

How to determine safely if an arm64 machine supports attaching BPF uprobes

1 vote
1 answer
136 views

Can vim check before running :make that current dir is parent of current file?

1 vote
3 answers
483 views

Is there a data race if pthread_cond_signal is the last call in a thread?

1 vote
1 answer
856 views

Shared libs load offsets missing in core dump

0 votes
1 answer
106 views

Selective revert in mercurial, like record but in reverse