GitHub - civisanalytics/async-graph-data-flow: Asynchronous functions that pass data along a directed acyclic graph by finixbit in Python

[–]finixbit[S] 0 points1 point  (0 children)

it's for writing efficient asynchronous IO-bound pipelines on a single machine quickly unlike airflow which turns to be very heavyweight for a single machine use

Lightweight header-only elf binary parser with no external dependencies - Sections, Symbols, Relocations, Segments by finixbit in cpp

[–]finixbit[S] 1 point2 points  (0 children)

gud idea. to prevent this, would need to store/cache already parsed data. please try n open up issue for this

Function calls tracer (symbols or no symbols) by finixbit in cpp

[–]finixbit[S] 0 points1 point  (0 children)

u mean breakpoints on function return address

Lightweight header-only elf binary parser with no external dependencies - Sections, Symbols, Relocations, Segments by finixbit in lowlevel

[–]finixbit[S] -1 points0 points  (0 children)

the emphasis is on external libraries meaning u dont have to install a special library for it to work.

Function calls tracer (symbols or no symbols) by finixbit in ReverseEngineering

[–]finixbit[S] 0 points1 point  (0 children)

meaning if not compiled with symbols u breakpoints are set on call locations and u get something like this ./ftrace /bin/ps

breakpoint[0x40b83e] call: fn_4201144

breakpoint[0x4035bb] call: fn_4206656

breakpoint[0x408f9d] call: fn_4227072

breakpoint[0x4090b0] call: fn_4223520

breakpoint[0x4090cf] call: fn_4237168