mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
feat: Added simple HTTP request tool
This commit is contained in:
@@ -47,6 +47,7 @@ namespace hex::plugin::builtin {
|
||||
ContentRegistry::Tools::add("hex.builtin.tools.invariant_multiplication", drawInvariantMultiplicationDecoder);
|
||||
ContentRegistry::Tools::add("hex.builtin.tools.tcp_client_server", drawTCPClientServer);
|
||||
ContentRegistry::Tools::add("hex.builtin.tools.euclidean_algorithm", drawEuclidianAlgorithm);
|
||||
ContentRegistry::Tools::add("hex.builtin.tools.http_requests", drawHTTPRequestMaker);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user