LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

Use tcp manager when "tcp_manager" feature is on

Open s1341 opened this issue 1 year ago • 5 comments

s1341 avatar Nov 19 '23 08:11 s1341

I don't get this. LLMP TCP etc can coexist, we don't need a new feature

andreafioraldi avatar Nov 20 '23 09:11 andreafioraldi

I think the way to go here to avoid code reuse is a macro that define Launcher with different names (CentralizedLauncher, TCPLauncher etc) changing the trait bound to the different kind of managers

andreafioraldi avatar Nov 20 '23 09:11 andreafioraldi

Are you sure?

s1341 avatar Nov 20 '23 09:11 s1341

Yes sounds good. We might also have other launchers for other managers in the future

domenukk avatar Nov 20 '23 15:11 domenukk

As long as we don't have a better idea, maybe we want to merge this anyway? It's useful to have a tcpmanager enabled launcher sometimes..

domenukk avatar Jan 01 '24 17:01 domenukk

#2302 will supercede tcp manager

tokatoka avatar Jun 14 '24 13:06 tokatoka