HackerTrans
TopNewTrendsCommentsPastAskShowJobs

czzzzz

no profile record

Submissions

Show HN: Cbyexample.com – Learn C and C++ through examples

cbyexample.com
1 points·by czzzzz·3 lata temu·0 comments

Show HN: Simulate the effectiveness of various Blockchain difficulty algorithms

github.com
3 points·by czzzzz·3 lata temu·0 comments

Show HN: Instrument any Linux application or command without code modification

github.com
20 points·by czzzzz·3 lata temu·2 comments

comments

czzzzz
·3 lata temu·discuss
Shameless plug for AppScope (https://github.com/criblio/appscope) which is designed for exactly this. Capturing observability data from processes in your environment without code modification, and shipping the data off to tools like grafana for monitoring.
czzzzz
·3 lata temu·discuss
We hook calls to libc that are of interest (like open, write, execve), so when those functions are called we can exfiltrate the data to a queue, then return control to the caller with an unnoticeable delay. Right now, there is a capability to send data over the network, and we are working on the capability to perform remote management and configuration.