euspectre / kedr

Main repository of KEDR project
118 stars 46 forks source link

kedr_capture_trace not found #52

Closed 976772537 closed 1 year ago

976772537 commented 1 year ago

I used these commands to configure KEDR Framework in ubuntu12.04 (Linux 3.5.0). $ cmake -DKEDR_STANDARD_CALLM_PAYLOADS=on ../kedr-0.6/sources/ $ make && make install But in my /usr/local/bin only have kedr and kedr_gen. Can you tell me how to find kedr_capture_trace ?

euspectre commented 1 year ago

kedr_capture_trace is deprecated and should not be built by default.

I'd suggest using Ftrace facilities available in the kernel itself (https://www.kernel.org/doc/html/latest/trace/ftrace.html), they are much more advanced now.

euspectre commented 1 year ago

As for KEDR tools as they are now (leak checking and fault simulation), I have almost no time to develop them further.

For now, they are probably suitable for educational purposes only.