Skip to content

Commit

Permalink
Merge branch 'master' of github.com:quarkslab/binbloom
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualabs committed May 31, 2022
2 parents 45b58eb + f903f6c commit 2013642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/binbloom.1
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ use the provided file \fIfunctions.list\fP to guess the base address.
.SH BUGS
No known bugs.
.SH AUTHORS
Guillaume Heires, Damien Cauquil
Guillaume Heilles, Damien Cauquil
4 changes: 2 additions & 2 deletions src/binbloom.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ void index_poi_structure_arrays(poi_t *p_struct_list, poi_t *p_pointers_list, po
/* Compute next pointer offset. */
cursor = poi->offset + count*(nb_members*get_arch_pointer_size(g_target_arch));

/* If next offset is in our dump, count consecutives matches. */
/* If next offset is in our dump, count consecutive matches. */
if (cursor < (g_content_size - get_arch_pointer_size(g_target_arch)))
{
found = 0;
Expand Down Expand Up @@ -1848,7 +1848,7 @@ void find_coherent_data(char *psz_filename, uint64_t u64_base_address)

void print_usage(char *program_name)
{
printf("Quarkslab's Binbloom - Raw firmware analyzis tool\n\n");
printf("Quarkslab's Binbloom - Raw firmware analysis tool\n\n");
printf("Binbloom searches for endianness, base addresses and UDS structures from raw firmware files.\n\n");
printf(" Usage: %s [options] firmware_file\n", program_name);
printf("\t-a (--arch)\t\tSpecify target architecture, must be 32 or 64 (default: 64).\n");
Expand Down

0 comments on commit 2013642

Please sign in to comment.