|
Ran
|
Jobs
1
|
Files
149
|
Run time
1min
|
Badge
README BADGES
|
push
github
Add search for libc binary by leaked function addresses (#2103) * libcdb: Add option to search by function offsets When you're able to leak addresses of the libc library, use `libcdb.search_by_symbol_offsets()` to find and download the matching libc library from https://libc.rip. If there are multiple matches, the user is prompted to select one interactively. The selection can be saved in the code for future executions of the script. Fixes #1867 * libcdb: Handle multiple results when looking up by hash Sometimes the same library appears to be indexed multiple times (see 0b52d2e71). Handle that situation by selecting the first in the list, since they should all be identical given the same hash value. * Update CHANGELOG * Fix off-by-one when pre-selecting a libc * Do .json() only once --------- Co-authored-by: Arusekk <arek_koz@o2.pl>
2 of 5910 branches covered (0.03%)
0 of 52 new or added lines in 1 file covered. (0.0%)
11873 existing lines in 140 files now uncovered.221 of 16952 relevant lines covered (1.3%)
0.01 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 52 |
0.0 |
-86.09% | pwnlib/libcdb.py |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 1.1 | 149 |
1.3 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|