When looking for a libc given a common offset, you can only retrieve the first 10 results instead of all of them.
curl --data-raw '{"symbols":{"__libc_start_main_ret":"1ca"}}' -H 'Content-Type: application/json' https://libc.rip/api/find
We should increase the number of items returned by default and maybe add pagination support to the API?
https://www.elastic.co/docs/reference/elasticsearch/rest-apis/paginate-search-results
When looking for a libc given a common offset, you can only retrieve the first 10 results instead of all of them.
We should increase the number of items returned by default and maybe add pagination support to the API?
https://www.elastic.co/docs/reference/elasticsearch/rest-apis/paginate-search-results