===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md-149-
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md:150:The pointer can point to a value equal to `$number_of_nodes`. If this is the
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md-151-case, it means that the IP address we are searching for is not in the
##############################################
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md-221-data. Instead, we choose to start values that go to the data section at
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md:222:`$node_count + 16`. (This has the side effect that record values
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md:223:`$node_count + 1` through `$node_count + 15` inclusive are not valid).
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md-224-
##############################################
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md-284-This separator is not considered part of the data section itself. In other
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md:285:words, the data section starts at `$size_of_search_tree + 16` bytes in the
libmaxmind-db-reader-perl-1.000014/maxmind-db/MaxMind-DB-spec.md-286-file.