/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build1/All/gaul-0.1849.0_4.txz vs.
/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build2/All/gaul-0.1849.0_4.txz
gaul-0.1849.0_4.txz-content
+MANIFEST
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 {"name":​"gaul",​"origin":​"devel/​gaul",​"version":​"0.​1849.​0_4",​"comment":​"Genetic·​Algorithm·​Utility·​Library",​"maintainer":​"ports@FreeBSD.​org",​"www":​"http:​/​/​gaul.​sourceforge.​net/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​1080296,​"licenselogic":​"single",​"desc":​"The·​Genetic·​Algorithm·​Utility·​Library·​(or,​·​GAUL·​for·​short)​·​is·​a·​flexible\nprogramming​·​library·​designed·​to·​aid·​in·​the·​development·​of·​applications·​that\nuse·​genetic,​·​or·​evolutionary,​·​algorithms.​·​It·​provides·​data·​structures·​and\nfunctions·​for·​handling·​and·​manipulation·​of·​the·​data·​required·​for·​a·​genetic\nalgorithm.​·​Additional·​stochastic·​algorithms·​are·​provided·​for·​comparison·​to·​the\ngenetic·​algorithms.​·​Much·​of·​the·​functionality·​is·​also·​available·​through·​a\nsimple·​S-​Lang·​interface.​\n\nWWW:​·​http:​/​/​gaul.​sourceforge.​net/​",​"deps":​{"libslang2":​{"origin":​"devel/​libslang2",​"version":​"2.​3.​0"}},​"categories":​["devel"],​"shlibs_required":​["libslang.​so.​2"],​"shlibs_provided":​["libnn_util.​so.​0",​"libgaul_util.​so.​0",​"libgaul.​so.​0"],​"fi·​✂1 {"name":​"gaul",​"origin":​"devel/​gaul",​"version":​"0.​1849.​0_4",​"comment":​"Genetic·​Algorithm·​Utility·​Library",​"maintainer":​"ports@FreeBSD.​org",​"www":​"http:​/​/​gaul.​sourceforge.​net/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​1080296,​"licenselogic":​"single",​"desc":​"The·​Genetic·​Algorithm·​Utility·​Library·​(or,​·​GAUL·​for·​short)​·​is·​a·​flexible\nprogramming​·​library·​designed·​to·​aid·​in·​the·​development·​of·​applications·​that\nuse·​genetic,​·​or·​evolutionary,​·​algorithms.​·​It·​provides·​data·​structures·​and\nfunctions·​for·​handling·​and·​manipulation·​of·​the·​data·​required·​for·​a·​genetic\nalgorithm.​·​Additional·​stochastic·​algorithms·​are·​provided·​for·​comparison·​to·​the\ngenetic·​algorithms.​·​Much·​of·​the·​functionality·​is·​also·​available·​through·​a\nsimple·​S-​Lang·​interface.​\n\nWWW:​·​http:​/​/​gaul.​sourceforge.​net/​",​"deps":​{"libslang2":​{"origin":​"devel/​libslang2",​"version":​"2.​3.​0"}},​"categories":​["devel"],​"shlibs_required":​["libslang.​so.​2"],​"shlibs_provided":​["libnn_util.​so.​0",​"libgaul_util.​so.​0",​"libgaul.​so.​0"],​"fi·​✂
/usr/local/include/gaul/gaul_config.h
Offset 1, 12 lines modifiedOffset 1, 12 lines modified
1 /​*********************​*********************​*********************​*****1 /​*********************​*********************​*********************​*****
2 ·​*2 ·​*
3 ·​*·​DO·​NOT·​EDIT·​THIS·​FILE!·​·​It·​was·​automatically·​generated·​from:​3 ·​*·​DO·​NOT·​EDIT·​THIS·​FILE!·​·​It·​was·​automatically·​generated·​from:​
4 ·​*·​·​·​·​configure.​in·​and·​gaul_config.​h.​in4 ·​*·​·​·​·​configure.​in·​and·​gaul_config.​h.​in
5 ·​*·​·​·​·​on·​host:​·​r300165-​current-​master-​job-​215 ·​*·​·​·​·​on·​host:​·​r300165-​current-​master-​job-​35
6 ·​*6 ·​*
7 ·​*********************​*********************​*********************​*****/​7 ·​*********************​*********************​*********************​*****/​
  
8 #ifndef·​GAUL_CONFIG_H_INCLUDE​D8 #ifndef·​GAUL_CONFIG_H_INCLUDE​D
9 #define·​GAUL_CONFIG_H_INCLUDE​D9 #define·​GAUL_CONFIG_H_INCLUDE​D
  
10 /​*********************​*********************​*********************​********10 /​*********************​*********************​*********************​********
Offset 157, 16 lines modifiedOffset 157, 16 lines modified
157 #define·​HAVE_DPOW·​0157 #define·​HAVE_DPOW·​0
  
158 #define·​GA_MAJOR_VERSION·​0158 #define·​GA_MAJOR_VERSION·​0
159 #define·​GA_MINOR_VERSION·​1849159 #define·​GA_MINOR_VERSION·​1849
160 #define·​GA_LT_MINOR_VERSION·​49160 #define·​GA_LT_MINOR_VERSION·​49
161 #define·​GA_PATCH_VERSION·​0161 #define·​GA_PATCH_VERSION·​0
162 #define·​GA_VERSION_STRING·​"0.​1849-​0"162 #define·​GA_VERSION_STRING·​"0.​1849-​0"
163 #define·​GA_UNAME_STRING·​"FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64"163 #define·​GA_UNAME_STRING·​"FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64"
164 #define·​GA_BUILD_DATE_STRING·​"10/​06/​16"164 #define·​GA_BUILD_DATE_STRING·​"12/​06/​16"
  
165 #define·​V3_QUICK·​165 #define·​V3_QUICK·​
166 #define·​W32_CRIPPLED·​0166 #define·​W32_CRIPPLED·​0
167 #define·​HAVE_SLANG·​1167 #define·​HAVE_SLANG·​1
168 #define·​HAVE_MPI·​0168 #define·​HAVE_MPI·​0
169 #define·​HAVE_PTHREADS·​1169 #define·​HAVE_PTHREADS·​1
170 #define·​USE_OPENMP·​0170 #define·​USE_OPENMP·​0
/usr/local/lib/libgaul.a
readelf --wide --string-dump=.rodata.str1.1 {}
Offset 499, 15 lines modifiedOffset 499, 15 lines modified
499 ·​·​[·​·​·​·​a8]·​·​Null·​pointer·​to·​filename·​passed.​499 ·​·​[·​·​·​·​a8]·​·​Null·​pointer·​to·​filename·​passed.​
500 ·​·​[·​·​·​·​c9]·​·​w500 ·​·​[·​·​·​·​c9]·​·​w
501 ·​·​[·​·​·​·​cb]·​·​FATAL·​ERROR:​·​501 ·​·​[·​·​·​·​cb]·​·​FATAL·​ERROR:​·​
502 ·​·​[·​·​·​·​d9]·​·​Unable·​to·​open·​population·​file·​"%s"·​for·​output.​502 ·​·​[·​·​·​·​d9]·​·​Unable·​to·​open·​population·​file·​"%s"·​for·​output.​
503 ·​·​[·​·​·​10a]·​·​in·​%s·​at·​"%s"·​line·​%d503 ·​·​[·​·​·​10a]·​·​in·​%s·​at·​"%s"·​line·​%d
504 ·​·​[·​·​·​121]·​·​%s·​%s504 ·​·​[·​·​·​121]·​·​%s·​%s
505 ·​·​[·​·​·​127]·​·​0.​1849-​0505 ·​·​[·​·​·​127]·​·​0.​1849-​0
506 ·​·​[·​·​·​130]·​·​10/​06/​16506 ·​·​[·​·​·​130]·​·​12/​06/​16
507 ·​·​[·​·​·​139]·​·​Unable·​to·​handle·​%d·​hook·​function%sspecified·​in·​population·​structure.​507 ·​·​[·​·​·​139]·​·​Unable·​to·​handle·​%d·​hook·​function%sspecified·​in·​population·​structure.​
508 ·​·​[·​·​·​17f]·​·​·​508 ·​·​[·​·​·​17f]·​·​·​
509 ·​·​[·​·​·​181]·​·​s·​509 ·​·​[·​·​·​181]·​·​s·​
510 ·​·​[·​·​·​184]·​·​END510 ·​·​[·​·​·​184]·​·​END
511 ·​·​[·​·​·​188]·​·​population·​*ga_population_read(c​har·​*)​511 ·​·​[·​·​·​188]·​·​population·​*ga_population_read(c​har·​*)​
512 ·​·​[·​·​·​1af]·​·​r512 ·​·​[·​·​·​1af]·​·​r
513 ·​·​[·​·​·​1b1]·​·​Unable·​to·​open·​population·​file·​"%s"·​for·​input.​513 ·​·​[·​·​·​1b1]·​·​Unable·​to·​open·​population·​file·​"%s"·​for·​input.​
Offset 915, 18 lines modifiedOffset 915, 18 lines modified
  
915 File:​·​lib.​a(ga_utility.​o)​915 File:​·​lib.​a(ga_utility.​o)​
  
916 String·​dump·​of·​section·​'.​rodata.​str1.​1':​916 String·​dump·​of·​section·​'.​rodata.​str1.​1':​
917 ·​·​[·​·​·​·​·​0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s917 ·​·​[·​·​·​·​·​0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
918 ·​·​[·​·​·​·​21]·​·​0.​1849-​0918 ·​·​[·​·​·​·​21]·​·​0.​1849-​0
919 ·​·​[·​·​·​·​2a]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s919 ·​·​[·​·​·​·​2a]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
920 ·​·​[·​·​·​·​4b]·​·​10/​06/​16920 ·​·​[·​·​·​·​4b]·​·​12/​06/​16
921 ·​·​[·​·​·​·​54]·​·​Compilation·​machine·​characteristics:​921 ·​·​[·​·​·​·​54]·​·​Compilation·​machine·​characteristics:​
922 ·​·​[·​·​·​·​79]·​·​%s922 ·​·​[·​·​·​·​79]·​·​%s
923 ·​·​[·​·​·​·​7d]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64923 ·​·​[·​·​·​·​7d]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
924 ·​·​[·​·​·​·​cb]·​·​GA_DEBUG:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d924 ·​·​[·​·​·​·​cb]·​·​GA_DEBUG:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d
925 ·​·​[·​·​·​·​ec]·​·​GA_BOLTZMANN_FACTOR:​·​·​·​·​·​·​·​·​·​%e925 ·​·​[·​·​·​·​ec]·​·​GA_BOLTZMANN_FACTOR:​·​·​·​·​·​·​·​·​·​%e
926 ·​·​[·​·​·​10d]·​·​GA_MIN_FITNESS:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%e926 ·​·​[·​·​·​10d]·​·​GA_MIN_FITNESS:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%e
927 ·​·​[·​·​·​12e]·​·​BYTEBITS:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d927 ·​·​[·​·​·​12e]·​·​BYTEBITS:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d
928 ·​·​[·​·​·​14f]·​·​GA_DEFAULT_CROSSOVER_​RATIO:​·​·​%f928 ·​·​[·​·​·​14f]·​·​GA_DEFAULT_CROSSOVER_​RATIO:​·​·​%f
929 ·​·​[·​·​·​170]·​·​GA_DEFAULT_MUTATION_R​ATIO:​·​·​·​%f929 ·​·​[·​·​·​170]·​·​GA_DEFAULT_MUTATION_R​ATIO:​·​·​·​%f
930 ·​·​[·​·​·​191]·​·​GA_DEFAULT_MIGRATION_​RATIO:​·​·​%f930 ·​·​[·​·​·​191]·​·​GA_DEFAULT_MIGRATION_​RATIO:​·​·​%f
/usr/local/lib/libgaul.so.0.0.49
readelf --wide --hex-dump=.rodata {}
Offset 1175, 15 lines modifiedOffset 1175, 15 lines modified
1175 ·​·​0x0002cab0·​2e63004e·​756c6c20·​706f696e·​74657220·​.​c.​Null·​pointer·​1175 ·​·​0x0002cab0·​2e63004e·​756c6c20·​706f696e·​74657220·​.​c.​Null·​pointer·​
1176 ·​·​0x0002cac0·​746f2066·​696c656e·​616d6520·​70617373·​to·​filename·​pass1176 ·​·​0x0002cac0·​746f2066·​696c656e·​616d6520·​70617373·​to·​filename·​pass
1177 ·​·​0x0002cad0·​65642e00·​46415441·​4c204552·​524f523a·​ed.​.​FATAL·​ERROR:​1177 ·​·​0x0002cad0·​65642e00·​46415441·​4c204552·​524f523a·​ed.​.​FATAL·​ERROR:​
1178 ·​·​0x0002cae0·​2000556e·​61626c65·​20746f20·​6f70656e·​·​.​Unable·​to·​open1178 ·​·​0x0002cae0·​2000556e·​61626c65·​20746f20·​6f70656e·​·​.​Unable·​to·​open
1179 ·​·​0x0002caf0·​20706f70·​756c6174·​696f6e20·​66696c65·​·​population·​file1179 ·​·​0x0002caf0·​20706f70·​756c6174·​696f6e20·​66696c65·​·​population·​file
1180 ·​·​0x0002cb00·​20222573·​2220666f·​72206f75·​74707574·​·​"%s"·​for·​output1180 ·​·​0x0002cb00·​20222573·​2220666f·​72206f75·​74707574·​·​"%s"·​for·​output
1181 ·​·​0x0002cb10·​2e002573·​20257300·​302e3138·​34392d30·​.​.​%s·​%s.​0.​1849-​01181 ·​·​0x0002cb10·​2e002573·​20257300·​302e3138·​34392d30·​.​.​%s·​%s.​0.​1849-​0
1182 ·​·​0x0002cb20·​0031302f·​30362f31·​3600556e·​61626c65·​.​10/​06/​16.​Unable1182 ·​·​0x0002cb20·​0031322f·​30362f31·​3600556e·​61626c65·​.​12/​06/​16.​Unable
1183 ·​·​0x0002cb30·​20746f20·​68616e64·​6c652025·​6420686f·​·​to·​handle·​%d·​ho1183 ·​·​0x0002cb30·​20746f20·​68616e64·​6c652025·​6420686f·​·​to·​handle·​%d·​ho
1184 ·​·​0x0002cb40·​6f6b2066·​756e6374·​696f6e25·​73737065·​ok·​function%sspe1184 ·​·​0x0002cb40·​6f6b2066·​756e6374·​696f6e25·​73737065·​ok·​function%sspe
1185 ·​·​0x0002cb50·​63696669·​65642069·​6e20706f·​70756c61·​cified·​in·​popula1185 ·​·​0x0002cb50·​63696669·​65642069·​6e20706f·​70756c61·​cified·​in·​popula
1186 ·​·​0x0002cb60·​74696f6e·​20737472·​75637475·​72652e00·​tion·​structure.​.​1186 ·​·​0x0002cb60·​74696f6e·​20737472·​75637475·​72652e00·​tion·​structure.​.​
1187 ·​·​0x0002cb70·​73200045·​4e440070·​6f70756c·​6174696f·​s·​.​END.​populatio1187 ·​·​0x0002cb70·​73200045·​4e440070·​6f70756c·​6174696f·​s·​.​END.​populatio
1188 ·​·​0x0002cb80·​6e202a67·​615f706f·​70756c61·​74696f6e·​n·​*ga_population1188 ·​·​0x0002cb80·​6e202a67·​615f706f·​70756c61·​74696f6e·​n·​*ga_population
1189 ·​·​0x0002cb90·​5f726561·​64286368·​6172202a·​29007200·​_read(char·​*)​.​r.​1189 ·​·​0x0002cb90·​5f726561·​64286368·​6172202a·​29007200·​_read(char·​*)​.​r.​
Offset 2011, 15 lines modifiedOffset 2011, 15 lines modified
2011 ·​·​0x0002fef0·​20202020·​2025730a·​00427569·​6c642064·​·​·​·​·​·​%s.​.​Build·​d2011 ·​·​0x0002fef0·​20202020·​2025730a·​00427569·​6c642064·​·​·​·​·​·​%s.​.​Build·​d
2012 ·​·​0x0002ff00·​6174653a·​20202020·​20202020·​20202020·​ate:​·​·​·​·​·​·​·​·​·​·​·​·​2012 ·​·​0x0002ff00·​6174653a·​20202020·​20202020·​20202020·​ate:​·​·​·​·​·​·​·​·​·​·​·​·​
2013 ·​·​0x0002ff10·​20202020·​20202573·​0a00436f·​6d70696c·​·​·​·​·​·​·​%s.​.​Compil2013 ·​·​0x0002ff10·​20202020·​20202573·​0a00436f·​6d70696c·​·​·​·​·​·​·​%s.​.​Compil
2014 ·​·​0x0002ff20·​6174696f·​6e206d61·​6368696e·​65206368·​ation·​machine·​ch2014 ·​·​0x0002ff20·​6174696f·​6e206d61·​6368696e·​65206368·​ation·​machine·​ch
2015 ·​·​0x0002ff30·​61726163·​74657269·​73746963·​733a0a25·​aracteristics:​.​%2015 ·​·​0x0002ff30·​61726163·​74657269·​73746963·​733a0a25·​aracteristics:​.​%
2016 ·​·​0x0002ff40·​730a0046·​72656542·​53442072·​33303031·​s.​.​FreeBSD·​r30012016 ·​·​0x0002ff40·​730a0046·​72656542·​53442072·​33303031·​s.​.​FreeBSD·​r3001
2017 ·​·​0x0002ff50·​36352d63·​75727265·​6e742d6d·​61737465·​65-​current-​maste2017 ·​·​0x0002ff50·​36352d63·​75727265·​6e742d6d·​61737465·​65-​current-​maste
2018 ·​·​0x0002ff60·​722d6a6f·​622d3231·​2031312e·​302d4355·​r-​job-​21·​11.​0-​CU2018 ·​·​0x0002ff60·​722d6a6f·​622d3335·​2031312e·​302d4355·​r-​job-​35·​11.​0-​CU
2019 ·​·​0x0002ff70·​5252454e·​54204672·​65654253·​44203131·​RRENT·​FreeBSD·​112019 ·​·​0x0002ff70·​5252454e·​54204672·​65654253·​44203131·​RRENT·​FreeBSD·​11
2020 ·​·​0x0002ff80·​2e302d43·​55525245·​4e542061·​6d643634·​.​0-​CURRENT·​amd642020 ·​·​0x0002ff80·​2e302d43·​55525245·​4e542061·​6d643634·​.​0-​CURRENT·​amd64
2021 ·​·​0x0002ff90·​0047415f·​44454255·​473a2020·​20202020·​.​GA_DEBUG:​·​·​·​·​·​·​2021 ·​·​0x0002ff90·​0047415f·​44454255·​473a2020·​20202020·​.​GA_DEBUG:​·​·​·​·​·​·​
2022 ·​·​0x0002ffa0·​20202020·​20202020·​20202020·​20202564·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d2022 ·​·​0x0002ffa0·​20202020·​20202020·​20202020·​20202564·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d
2023 ·​·​0x0002ffb0·​0a004741·​5f424f4c·​545a4d41·​4e4e5f46·​.​.​GA_BOLTZMANN_F2023 ·​·​0x0002ffb0·​0a004741·​5f424f4c·​545a4d41·​4e4e5f46·​.​.​GA_BOLTZMANN_F
2024 ·​·​0x0002ffc0·​4143544f·​523a2020·​20202020·​20202025·​ACTOR:​·​·​·​·​·​·​·​·​·​%2024 ·​·​0x0002ffc0·​4143544f·​523a2020·​20202020·​20202025·​ACTOR:​·​·​·​·​·​·​·​·​·​%
2025 ·​·​0x0002ffd0·​650a0047·​415f4d49·​4e5f4649·​544e4553·​e.​.​GA_MIN_FITNES2025 ·​·​0x0002ffd0·​650a0047·​415f4d49·​4e5f4649·​544e4553·​e.​.​GA_MIN_FITNES
/usr/local/lib/libgaul_util.a
readelf --wide --string-dump=.rodata.str1.1 {}
Offset 8, 18 lines modifiedOffset 8, 18 lines modified
8 ·​·​[·​·​·​·​3b]·​·​in·​%s·​at·​"%s"·​line·​%d8 ·​·​[·​·​·​·​3b]·​·​in·​%s·​at·​"%s"·​line·​%d
9 ·​·​[·​·​·​·​52]·​·​Unable·​to·​allocate·​memory.​9 ·​·​[·​·​·​·​52]·​·​Unable·​to·​allocate·​memory.​
10 ·​·​[·​·​·​·​6d]·​·​void·​avltree_delete(AVLTre​e·​*)​10 ·​·​[·​·​·​·​6d]·​·​void·​avltree_delete(AVLTre​e·​*)​
11 ·​·​[·​·​·​·​8c]·​·​void·​avltree_destroy(AVLTr​ee·​*,​·​AVLDestructorFunc)​11 ·​·​[·​·​·​·​8c]·​·​void·​avltree_destroy(AVLTr​ee·​*,​·​AVLDestructorFunc)​
12 ·​·​[·​·​·​·​bf]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s12 ·​·​[·​·​·​·​bf]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
13 ·​·​[·​·​·​·​de]·​·​0.​1849-​013 ·​·​[·​·​·​·​de]·​·​0.​1849-​0
14 ·​·​[·​·​·​·​e7]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s14 ·​·​[·​·​·​·​e7]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
15 ·​·​[·​·​·​106]·​·​10/​06/​1615 ·​·​[·​·​·​106]·​·​12/​06/​16
16 ·​·​[·​·​·​10f]·​·​Compilation·​machine·​characteristics:​16 ·​·​[·​·​·​10f]·​·​Compilation·​machine·​characteristics:​
17 ·​·​[·​·​·​134]·​·​%s17 ·​·​[·​·​·​134]·​·​%s
18 ·​·​[·​·​·​138]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd6418 ·​·​[·​·​·​138]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
19 ·​·​[·​·​·​186]·​·​AVLTree·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu19 ·​·​[·​·​·​186]·​·​AVLTree·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
20 ·​·​[·​·​·​1a6]·​·​AVLNode·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu20 ·​·​[·​·​·​1a6]·​·​AVLNode·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
21 ·​·​[·​·​·​1c6]·​·​Trees·​in·​use:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d21 ·​·​[·​·​·​1c6]·​·​Trees·​in·​use:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d
22 ·​·​[·​·​·​1e5]·​·​height:​·​%d22 ·​·​[·​·​·​1e5]·​·​height:​·​%d
23 ·​·​[·​·​·​1f1]·​·​num·​nodes:​·​%d23 ·​·​[·​·​·​1f1]·​·​num·​nodes:​·​%d
24 ·​·​[·​·​·​200]·​·​tree:​·​24 ·​·​[·​·​·​200]·​·​tree:​·​
25 ·​·​[·​·​·​207]·​·​tree·​to·​'S'·​then·​foo:​·​25 ·​·​[·​·​·​207]·​·​tree·​to·​'S'·​then·​foo:​·​
Offset 57, 18 lines modifiedOffset 57, 18 lines modified
57 ·​·​[·​·​·​133]·​·​DLList·​*dlink_find_custom(DL​List·​*,​·​vpointer,​·​LLCompareFunc)​57 ·​·​[·​·​·​133]·​·​DLList·​*dlink_find_custom(DL​List·​*,​·​vpointer,​·​LLCompareFunc)​
58 ·​·​[·​·​·​170]·​·​_Bool·​dlink_foreach(DLList·​*,​·​LLForeachFunc,​·​vpointer)​58 ·​·​[·​·​·​170]·​·​_Bool·​dlink_foreach(DLList·​*,​·​LLForeachFunc,​·​vpointer)​
59 ·​·​[·​·​·​1a7]·​·​_Bool·​dlink_foreach_reverse​(DLList·​*,​·​LLForeachFunc,​·​vpointer)​59 ·​·​[·​·​·​1a7]·​·​_Bool·​dlink_foreach_reverse​(DLList·​*,​·​LLForeachFunc,​·​vpointer)​
60 ·​·​[·​·​·​1e6]·​·​DLList·​*dlink_insert_sorted(​DLList·​*,​·​vpointer,​·​LLCompareFunc)​60 ·​·​[·​·​·​1e6]·​·​DLList·​*dlink_insert_sorted(​DLList·​*,​·​vpointer,​·​LLCompareFunc)​
61 ·​·​[·​·​·​225]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s61 ·​·​[·​·​·​225]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
62 ·​·​[·​·​·​244]·​·​0.​1849-​062 ·​·​[·​·​·​244]·​·​0.​1849-​0
63 ·​·​[·​·​·​24d]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s63 ·​·​[·​·​·​24d]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
64 ·​·​[·​·​·​26c]·​·​10/​06/​1664 ·​·​[·​·​·​26c]·​·​12/​06/​16
65 ·​·​[·​·​·​275]·​·​Compilation·​machine·​characteristics:​65 ·​·​[·​·​·​275]·​·​Compilation·​machine·​characteristics:​
66 ·​·​[·​·​·​29a]·​·​%s66 ·​·​[·​·​·​29a]·​·​%s
67 ·​·​[·​·​·​29e]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd6467 ·​·​[·​·​·​29e]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
68 ·​·​[·​·​·​2ec]·​·​SLList·​·​·​·​·​·​·​·​·​·​·​·​·​%lu68 ·​·​[·​·​·​2ec]·​·​SLList·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
69 ·​·​[·​·​·​304]·​·​DLList·​·​·​·​·​·​·​·​·​·​·​·​·​%lu69 ·​·​[·​·​·​304]·​·​DLList·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
70 ·​·​[·​·​·​31c]·​·​%d·​70 ·​·​[·​·​·​31c]·​·​%d·​
71 ·​·​[·​·​·​320]·​·​ok71 ·​·​[·​·​·​320]·​·​ok
72 ·​·​[·​·​·​323]·​·​failed72 ·​·​[·​·​·​323]·​·​failed
  
  
Offset 95, 18 lines modifiedOffset 95, 18 lines modified
95 ·​·​[·​·​·​243]·​·​mem_area·​not·​found.​95 ·​·​[·​·​·​243]·​·​mem_area·​not·​found.​
96 ·​·​[·​·​·​257]·​·​void·​mem_chunk_reset_real(​MemChunk·​*)​96 ·​·​[·​·​·​257]·​·​void·​mem_chunk_reset_real(​MemChunk·​*)​
97 ·​·​[·​·​·​27d]·​·​Uh·​oh.​97 ·​·​[·​·​·​27d]·​·​Uh·​oh.​
98 ·​·​[·​·​·​284]·​·​_Bool·​mem_chunk_test_real()​98 ·​·​[·​·​·​284]·​·​_Bool·​mem_chunk_test_real()​
99 ·​·​[·​·​·​2a0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s99 ·​·​[·​·​·​2a0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
100 ·​·​[·​·​·​2bf]·​·​0.​1849-​0100 ·​·​[·​·​·​2bf]·​·​0.​1849-​0
101 ·​·​[·​·​·​2c8]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s101 ·​·​[·​·​·​2c8]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
102 ·​·​[·​·​·​2e7]·​·​10/​06/​16102 ·​·​[·​·​·​2e7]·​·​12/​06/​16
103 ·​·​[·​·​·​2f0]·​·​Compilation·​machine·​characteristics:​103 ·​·​[·​·​·​2f0]·​·​Compilation·​machine·​characteristics:​
104 ·​·​[·​·​·​315]·​·​%s104 ·​·​[·​·​·​315]·​·​%s
105 ·​·​[·​·​·​319]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64105 ·​·​[·​·​·​319]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
106 ·​·​[·​·​·​367]·​·​MEMORY_PADDING:​·​·​·​·​%s106 ·​·​[·​·​·​367]·​·​MEMORY_PADDING:​·​·​·​·​%s
107 ·​·​[·​·​·​37e]·​·​FALSE107 ·​·​[·​·​·​37e]·​·​FALSE
108 ·​·​[·​·​·​384]·​·​MEMORY_ALIGN_SIZE·​·​%zd108 ·​·​[·​·​·​384]·​·​MEMORY_ALIGN_SIZE·​·​%zd
109 ·​·​[·​·​·​39c]·​·​MEMORY_AREA_SIZE·​·​·​%ld109 ·​·​[·​·​·​39c]·​·​MEMORY_AREA_SIZE·​·​·​%ld
110 ·​·​[·​·​·​3b4]·​·​FreeAtom·​·​·​·​·​·​·​·​·​·​·​%lu110 ·​·​[·​·​·​3b4]·​·​FreeAtom·​·​·​·​·​·​·​·​·​·​·​%lu
111 ·​·​[·​·​·​3cc]·​·​MemArea·​·​·​·​·​·​·​·​·​·​·​·​%lu111 ·​·​[·​·​·​3cc]·​·​MemArea·​·​·​·​·​·​·​·​·​·​·​·​%lu
112 ·​·​[·​·​·​3e4]·​·​MemChunk·​·​·​·​·​·​·​·​·​·​·​%lu112 ·​·​[·​·​·​3e4]·​·​MemChunk·​·​·​·​·​·​·​·​·​·​·​%lu
Offset 238, 18 lines modifiedOffset 238, 18 lines modified
238 ·​·​[·​·​·​27a]·​·​unsigned·​int·​table_lookup_index(Ta​bleStruct·​*,​·​vpointer)​238 ·​·​[·​·​·​27a]·​·​unsigned·​int·​table_lookup_index(Ta​bleStruct·​*,​·​vpointer)​
239 ·​·​[·​·​·​2b3]·​·​NULL·​vpointer·​data·​passed.​239 ·​·​[·​·​·​2b3]·​·​NULL·​vpointer·​data·​passed.​
240 ·​·​[·​·​·​2ce]·​·​unsigned·​int·​table_add(TableStruct​·​*,​·​vpointer)​240 ·​·​[·​·​·​2ce]·​·​unsigned·​int·​table_add(TableStruct​·​*,​·​vpointer)​
241 ·​·​[·​·​·​2fe]·​·​unsigned·​int·​table_count_items(Tab​leStruct·​*)​241 ·​·​[·​·​·​2fe]·​·​unsigned·​int·​table_count_items(Tab​leStruct·​*)​
242 ·​·​[·​·​·​32c]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s242 ·​·​[·​·​·​32c]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
243 ·​·​[·​·​·​34b]·​·​0.​1849-​0243 ·​·​[·​·​·​34b]·​·​0.​1849-​0
244 ·​·​[·​·​·​354]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s244 ·​·​[·​·​·​354]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
245 ·​·​[·​·​·​373]·​·​10/​06/​16245 ·​·​[·​·​·​373]·​·​12/​06/​16
246 ·​·​[·​·​·​37c]·​·​Compilation·​machine·​characteristics:​246 ·​·​[·​·​·​37c]·​·​Compilation·​machine·​characteristics:​
247 ·​·​[·​·​·​3a1]·​·​%s247 ·​·​[·​·​·​3a1]·​·​%s
248 ·​·​[·​·​·​3a5]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64248 ·​·​[·​·​·​3a5]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
249 ·​·​[·​·​·​3f3]·​·​TABLE_ERROR_INDEX:​·​·​·​·​·​·​·​·​·​%u249 ·​·​[·​·​·​3f3]·​·​TABLE_ERROR_INDEX:​·​·​·​·​·​·​·​·​·​%u
250 ·​·​[·​·​·​412]·​·​TableStruct·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu250 ·​·​[·​·​·​412]·​·​TableStruct·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
251 ·​·​[·​·​·​432]·​·​_Bool·​table_ensure_size(Tab​leStruct·​*,​·​unsigned·​int)​251 ·​·​[·​·​·​432]·​·​_Bool·​table_ensure_size(Tab​leStruct·​*,​·​unsigned·​int)​
  
  
252 File:​·​lib.​a(random_util.​o)​252 File:​·​lib.​a(random_util.​o)​
  
Offset 260, 18 lines modifiedOffset 260, 18 lines modified
260 ·​·​[·​·​·​·​60]·​·​unsigned·​int·​random_rand()​260 ·​·​[·​·​·​·​60]·​·​unsigned·​int·​random_rand()​
261 ·​·​[·​·​·​·​7b]·​·​random_util.​c261 ·​·​[·​·​·​·​7b]·​·​random_util.​c
262 ·​·​[·​·​·​·​89]·​·​NULL·​pointer·​to·​int·​array·​passed.​262 ·​·​[·​·​·​·​89]·​·​NULL·​pointer·​to·​int·​array·​passed.​
263 ·​·​[·​·​·​·​ab]·​·​void·​random_int_permutatio​n(const·​int,​·​int·​*,​·​int·​*)​263 ·​·​[·​·​·​·​ab]·​·​void·​random_int_permutatio​n(const·​int,​·​int·​*,​·​int·​*)​
264 ·​·​[·​·​·​·​e0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s264 ·​·​[·​·​·​·​e0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
265 ·​·​[·​·​·​·​ff]·​·​0.​1849-​0265 ·​·​[·​·​·​·​ff]·​·​0.​1849-​0
266 ·​·​[·​·​·​108]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s266 ·​·​[·​·​·​108]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
267 ·​·​[·​·​·​127]·​·​10/​06/​16267 ·​·​[·​·​·​127]·​·​12/​06/​16
268 ·​·​[·​·​·​130]·​·​Compilation·​machine·​characteristics:​268 ·​·​[·​·​·​130]·​·​Compilation·​machine·​characteristics:​
269 ·​·​[·​·​·​155]·​·​%s269 ·​·​[·​·​·​155]·​·​%s
270 ·​·​[·​·​·​159]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64270 ·​·​[·​·​·​159]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
271 ·​·​[·​·​·​1a7]·​·​RANDOM_DEBUG:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d271 ·​·​[·​·​·​1a7]·​·​RANDOM_DEBUG:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d
272 ·​·​[·​·​·​1c6]·​·​RANDOM_RAND_MAX:​·​·​·​·​·​·​·​·​·​·​·​%u272 ·​·​[·​·​·​1c6]·​·​RANDOM_RAND_MAX:​·​·​·​·​·​·​·​·​·​·​·​%u
273 ·​·​[·​·​·​1e5]·​·​RANDOM_NUM_STATE_VALS​:​·​·​·​·​·​%d273 ·​·​[·​·​·​1e5]·​·​RANDOM_NUM_STATE_VALS​:​·​·​·​·​·​%d
274 ·​·​[·​·​·​204]·​·​random_state:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu274 ·​·​[·​·​·​204]·​·​random_state:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
275 ·​·​[·​·​·​224]·​·​j:​·​%d·​k:​·​%d·​x:​·​%d·​v[%d]:​275 ·​·​[·​·​·​224]·​·​j:​·​%d·​k:​·​%d·​x:​·​%d·​v[%d]:​
276 ·​·​[·​·​·​23e]·​·​%u·​276 ·​·​[·​·​·​23e]·​·​%u·​
277 ·​·​[·​·​·​242]·​·​Mean·​=·​%f277 ·​·​[·​·​·​242]·​·​Mean·​=·​%f
Offset 291, 18 lines modifiedOffset 291, 18 lines modified
  
291 File:​·​lib.​a(timer_util.​o)​291 File:​·​lib.​a(timer_util.​o)​
  
292 String·​dump·​of·​section·​'.​rodata.​str1.​1':​292 String·​dump·​of·​section·​'.​rodata.​str1.​1':​
293 ·​·​[·​·​·​·​·​0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s293 ·​·​[·​·​·​·​·​0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
294 ·​·​[·​·​·​·​1f]·​·​0.​1849-​0294 ·​·​[·​·​·​·​1f]·​·​0.​1849-​0
295 ·​·​[·​·​·​·​28]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s295 ·​·​[·​·​·​·​28]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
296 ·​·​[·​·​·​·​47]·​·​10/​06/​16296 ·​·​[·​·​·​·​47]·​·​12/​06/​16
297 ·​·​[·​·​·​·​50]·​·​Compilation·​machine·​characteristics:​297 ·​·​[·​·​·​·​50]·​·​Compilation·​machine·​characteristics:​
298 ·​·​[·​·​·​·​75]·​·​%s298 ·​·​[·​·​·​·​75]·​·​%s
299 ·​·​[·​·​·​·​79]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64299 ·​·​[·​·​·​·​79]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
300 ·​·​[·​·​·​·​c7]·​·​chrono_t·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu300 ·​·​[·​·​·​·​c7]·​·​chrono_t·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%lu
301 ·​·​[·​·​·​·​e7]·​·​void·​timer_start(chrono_t·​*)​301 ·​·​[·​·​·​·​e7]·​·​void·​timer_start(chrono_t·​*)​
302 ·​·​[·​·​·​104]·​·​timer_util.​c302 ·​·​[·​·​·​104]·​·​timer_util.​c
303 ·​·​[·​·​·​111]·​·​Timer·​started:​·​%d303 ·​·​[·​·​·​111]·​·​Timer·​started:​·​%d
304 ·​·​[·​·​·​123]·​·​double·​timer_check(chrono_t·​*)​304 ·​·​[·​·​·​123]·​·​double·​timer_check(chrono_t·​*)​
305 ·​·​[·​·​·​142]·​·​Timer·​checked:​·​%d305 ·​·​[·​·​·​142]·​·​Timer·​checked:​·​%d
306 ·​·​[·​·​·​154]·​·​User·​time:​·​%f·​seconds.​306 ·​·​[·​·​·​154]·​·​User·​time:​·​%f·​seconds.​
/usr/local/lib/libgaul_util.so.0.0.49
readelf --wide --hex-dump=.rodata {}
Offset 12, 20 lines modifiedOffset 12, 20 lines modified
12 ·​·​0x0000e090·​2061766c·​74726565·​5f646573·​74726f79·​·​avltree_destroy12 ·​·​0x0000e090·​2061766c·​74726565·​5f646573·​74726f79·​·​avltree_destroy
13 ·​·​0x0000e0a0·​2841564c·​54726565·​202a2c20·​41564c44·​(AVLTree·​*,​·​AVLD13 ·​·​0x0000e0a0·​2841564c·​54726565·​202a2c20·​41564c44·​(AVLTree·​*,​·​AVLD
14 ·​·​0x0000e0b0·​65737472·​7563746f·​7246756e·​63290056·​estructorFunc)​.​V14 ·​·​0x0000e0b0·​65737472·​7563746f·​7246756e·​63290056·​estructorFunc)​.​V
15 ·​·​0x0000e0c0·​65727369·​6f6e3a20·​20202020·​20202020·​ersion:​·​·​·​·​·​·​·​·​·​15 ·​·​0x0000e0c0·​65727369·​6f6e3a20·​20202020·​20202020·​ersion:​·​·​·​·​·​·​·​·​·​
16 ·​·​0x0000e0d0·​20202020·​20202020·​20202573·​0a00302e·​·​·​·​·​·​·​·​·​·​·​%s.​.​0.​16 ·​·​0x0000e0d0·​20202020·​20202020·​20202573·​0a00302e·​·​·​·​·​·​·​·​·​·​·​%s.​.​0.​
17 ·​·​0x0000e0e0·​31383439·​2d300042·​75696c64·​20646174·​1849-​0.​Build·​dat17 ·​·​0x0000e0e0·​31383439·​2d300042·​75696c64·​20646174·​1849-​0.​Build·​dat
18 ·​·​0x0000e0f0·​653a2020·​20202020·​20202020·​20202020·​e:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​18 ·​·​0x0000e0f0·​653a2020·​20202020·​20202020·​20202020·​e:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​
19 ·​·​0x0000e100·​20202573·​0a003130·​2f30362f·​31360043·​·​·​%s.​.​10/​06/​16.​C19 ·​·​0x0000e100·​20202573·​0a003132·​2f30362f·​31360043·​·​·​%s.​.​12/​06/​16.​C
20 ·​·​0x0000e110·​6f6d7069·​6c617469·​6f6e206d·​61636869·​ompilation·​machi20 ·​·​0x0000e110·​6f6d7069·​6c617469·​6f6e206d·​61636869·​ompilation·​machi
21 ·​·​0x0000e120·​6e652063·​68617261·​63746572·​69737469·​ne·​characteristi21 ·​·​0x0000e120·​6e652063·​68617261·​63746572·​69737469·​ne·​characteristi
22 ·​·​0x0000e130·​63733a0a·​25730a00·​46726565·​42534420·​cs:​.​%s.​.​FreeBSD·​22 ·​·​0x0000e130·​63733a0a·​25730a00·​46726565·​42534420·​cs:​.​%s.​.​FreeBSD·​
23 ·​·​0x0000e140·​72333030·​3136352d·​63757272·​656e742d·​r300165-​current-​23 ·​·​0x0000e140·​72333030·​3136352d·​63757272·​656e742d·​r300165-​current-​
24 ·​·​0x0000e150·​6d617374·​65722d6a·​6f622d32·​31203131·​master-​job-​21·​1124 ·​·​0x0000e150·​6d617374·​65722d6a·​6f622d33·​35203131·​master-​job-​35·​11
25 ·​·​0x0000e160·​2e302d43·​55525245·​4e542046·​72656542·​.​0-​CURRENT·​FreeB25 ·​·​0x0000e160·​2e302d43·​55525245·​4e542046·​72656542·​.​0-​CURRENT·​FreeB
26 ·​·​0x0000e170·​53442031·​312e302d·​43555252·​454e5420·​SD·​11.​0-​CURRENT·​26 ·​·​0x0000e170·​53442031·​312e302d·​43555252·​454e5420·​SD·​11.​0-​CURRENT·​
27 ·​·​0x0000e180·​616d6436·​34004156·​4c547265·​65202020·​amd64.​AVLTree·​·​·​27 ·​·​0x0000e180·​616d6436·​34004156·​4c547265·​65202020·​amd64.​AVLTree·​·​·​
28 ·​·​0x0000e190·​20202020·​20202020·​20202020·​20202020·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​28 ·​·​0x0000e190·​20202020·​20202020·​20202020·​20202020·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​
29 ·​·​0x0000e1a0·​20256c75·​0a004156·​4c4e6f64·​65202020·​·​%lu.​.​AVLNode·​·​·​29 ·​·​0x0000e1a0·​20256c75·​0a004156·​4c4e6f64·​65202020·​·​%lu.​.​AVLNode·​·​·​
30 ·​·​0x0000e1b0·​20202020·​20202020·​20202020·​20202020·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​30 ·​·​0x0000e1b0·​20202020·​20202020·​20202020·​20202020·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​
31 ·​·​0x0000e1c0·​20256c75·​0a005472·​65657320·​696e2075·​·​%lu.​.​Trees·​in·​u31 ·​·​0x0000e1c0·​20256c75·​0a005472·​65657320·​696e2075·​·​%lu.​.​Trees·​in·​u
/usr/local/lib/libnn_util.a
readelf --wide --string-dump=.rodata.str1.1 {}
Offset 1, 18 lines modifiedOffset 1, 18 lines modified
  
1 File:​·​lib.​a(nn_util.​o)​1 File:​·​lib.​a(nn_util.​o)​
  
2 String·​dump·​of·​section·​'.​rodata.​str1.​1':​2 String·​dump·​of·​section·​'.​rodata.​str1.​1':​
3 ·​·​[·​·​·​·​·​0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s3 ·​·​[·​·​·​·​·​0]·​·​Version:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
4 ·​·​[·​·​·​·​1f]·​·​0.​1849-​04 ·​·​[·​·​·​·​1f]·​·​0.​1849-​0
5 ·​·​[·​·​·​·​28]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s5 ·​·​[·​·​·​·​28]·​·​Build·​date:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%s
6 ·​·​[·​·​·​·​47]·​·​10/​06/​166 ·​·​[·​·​·​·​47]·​·​12/​06/​16
7 ·​·​[·​·​·​·​50]·​·​Compilation·​machine·​characteristics:​7 ·​·​[·​·​·​·​50]·​·​Compilation·​machine·​characteristics:​
8 ·​·​[·​·​·​·​75]·​·​%s8 ·​·​[·​·​·​·​75]·​·​%s
9 ·​·​[·​·​·​·​79]·​·​FreeBSD·​r300165-​current-​master-​job-​21·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd649 ·​·​[·​·​·​·​79]·​·​FreeBSD·​r300165-​current-​master-​job-​35·​11.​0-​CURRENT·​FreeBSD·​11.​0-​CURRENT·​amd64
10 ·​·​[·​·​·​·​c7]·​·​NN_DEBUG:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d10 ·​·​[·​·​·​·​c7]·​·​NN_DEBUG:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%d
11 ·​·​[·​·​·​·​e6]·​·​NN_MAX_FNAME_LEN:​·​·​·​·​·​·​·​·​·​·​%d11 ·​·​[·​·​·​·​e6]·​·​NN_MAX_FNAME_LEN:​·​·​·​·​·​·​·​·​·​·​%d
12 ·​·​[·​·​·​105]·​·​NN_DATA_ALLOC_SIZE:​·​·​·​·​·​·​·​·​%d12 ·​·​[·​·​·​105]·​·​NN_DATA_ALLOC_SIZE:​·​·​·​·​·​·​·​·​%d
13 ·​·​[·​·​·​124]·​·​NN_SIGNAL_OFF:​·​·​·​·​·​·​·​·​·​·​·​·​·​%f13 ·​·​[·​·​·​124]·​·​NN_SIGNAL_OFF:​·​·​·​·​·​·​·​·​·​·​·​·​·​%f
14 ·​·​[·​·​·​143]·​·​NN_SIGNAL_ON:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%f14 ·​·​[·​·​·​143]·​·​NN_SIGNAL_ON:​·​·​·​·​·​·​·​·​·​·​·​·​·​·​%f
15 ·​·​[·​·​·​162]·​·​NN_DEFAULT_BIAS:​·​·​·​·​·​·​·​·​·​·​·​%f15 ·​·​[·​·​·​162]·​·​NN_DEFAULT_BIAS:​·​·​·​·​·​·​·​·​·​·​·​%f
16 ·​·​[·​·​·​181]·​·​NN_DEFAULT_SEED:​·​·​·​·​·​·​·​·​·​·​·​%d16 ·​·​[·​·​·​181]·​·​NN_DEFAULT_SEED:​·​·​·​·​·​·​·​·​·​·​·​%d
/usr/local/lib/libnn_util.so.0.0.49
readelf --wide --hex-dump=.rodata {}
Offset 7, 20 lines modifiedOffset 7, 20 lines modified
7 ·​·​0x00004ec0·​0000403f·​cdcccc3d·​0000803f·​0000803f·​.​.​@?.​.​.​=.​.​.​?.​.​.​?7 ·​·​0x00004ec0·​0000403f·​cdcccc3d·​0000803f·​0000803f·​.​.​@?.​.​.​=.​.​.​?.​.​.​?
8 ·​·​0x00004ed0·​00000080·​00000080·​00000080·​00000080·​.​.​.​.​.​.​.​.​.​.​.​.​.​.​.​.​8 ·​·​0x00004ed0·​00000080·​00000080·​00000080·​00000080·​.​.​.​.​.​.​.​.​.​.​.​.​.​.​.​.​
9 ·​·​0x00004ee0·​000080bf·​0000803f·​56657273·​696f6e3a·​.​.​.​.​.​.​.​?Version:​9 ·​·​0x00004ee0·​000080bf·​0000803f·​56657273·​696f6e3a·​.​.​.​.​.​.​.​?Version:​
10 ·​·​0x00004ef0·​20202020·​20202020·​20202020·​20202020·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​10 ·​·​0x00004ef0·​20202020·​20202020·​20202020·​20202020·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​·​
11 ·​·​0x00004f00·​20202025·​730a0030·​2e313834·​392d3000·​·​·​·​%s.​.​0.​1849-​0.​11 ·​·​0x00004f00·​20202025·​730a0030·​2e313834·​392d3000·​·​·​·​%s.​.​0.​1849-​0.​
12 ·​·​0x00004f10·​4275696c·​64206461·​74653a20·​20202020·​Build·​date:​·​·​·​·​·​12 ·​·​0x00004f10·​4275696c·​64206461·​74653a20·​20202020·​Build·​date:​·​·​·​·​·​
13 ·​·​0x00004f20·​20202020·​20202020·​20202025·​730a0031·​·​·​·​·​·​·​·​·​·​·​·​%s.​.​113 ·​·​0x00004f20·​20202020·​20202020·​20202025·​730a0031·​·​·​·​·​·​·​·​·​·​·​·​%s.​.​1
14 ·​·​0x00004f30·​302f3036·​2f313600·​436f6d70·​696c6174·​0/​06/​16.​Compilat14 ·​·​0x00004f30·​322f3036·​2f313600·​436f6d70·​696c6174·​2/​06/​16.​Compilat
15 ·​·​0x00004f40·​696f6e20·​6d616368·​696e6520·​63686172·​ion·​machine·​char15 ·​·​0x00004f40·​696f6e20·​6d616368·​696e6520·​63686172·​ion·​machine·​char
16 ·​·​0x00004f50·​61637465·​72697374·​6963733a·​0a25730a·​acteristics:​.​%s.​16 ·​·​0x00004f50·​61637465·​72697374·​6963733a·​0a25730a·​acteristics:​.​%s.​
17 ·​·​0x00004f60·​00467265·​65425344·​20723330·​30313635·​.​FreeBSD·​r30016517 ·​·​0x00004f60·​00467265·​65425344·​20723330·​30313635·​.​FreeBSD·​r300165
18 ·​·​0x00004f70·​2d637572·​72656e74·​2d6d6173·​7465722d·​-​current-​master-​18 ·​·​0x00004f70·​2d637572·​72656e74·​2d6d6173·​7465722d·​-​current-​master-​
19 ·​·​0x00004f80·​6a6f622d·​32312031·​312e302d·​43555252·​job-​21·​11.​0-​CURR19 ·​·​0x00004f80·​6a6f622d·​33352031·​312e302d·​43555252·​job-​35·​11.​0-​CURR
20 ·​·​0x00004f90·​454e5420·​46726565·​42534420·​31312e30·​ENT·​FreeBSD·​11.​020 ·​·​0x00004f90·​454e5420·​46726565·​42534420·​31312e30·​ENT·​FreeBSD·​11.​0
21 ·​·​0x00004fa0·​2d435552·​52454e54·​20616d64·​3634004e·​-​CURRENT·​amd64.​N21 ·​·​0x00004fa0·​2d435552·​52454e54·​20616d64·​3634004e·​-​CURRENT·​amd64.​N
22 ·​·​0x00004fb0·​4e5f4445·​4255473a·​20202020·​20202020·​N_DEBUG:​·​·​·​·​·​·​·​·​22 ·​·​0x00004fb0·​4e5f4445·​4255473a·​20202020·​20202020·​N_DEBUG:​·​·​·​·​·​·​·​·​
23 ·​·​0x00004fc0·​20202020·​20202020·​20202564·​0a004e4e·​·​·​·​·​·​·​·​·​·​·​%d.​.​NN23 ·​·​0x00004fc0·​20202020·​20202020·​20202564·​0a004e4e·​·​·​·​·​·​·​·​·​·​·​%d.​.​NN
24 ·​·​0x00004fd0·​5f4d4158·​5f464e41·​4d455f4c·​454e3a20·​_MAX_FNAME_LEN:​·​24 ·​·​0x00004fd0·​5f4d4158·​5f464e41·​4d455f4c·​454e3a20·​_MAX_FNAME_LEN:​·​
25 ·​·​0x00004fe0·​20202020·​20202020·​2025640a·​004e4e5f·​·​·​·​·​·​·​·​·​·​%d.​.​NN_25 ·​·​0x00004fe0·​20202020·​20202020·​2025640a·​004e4e5f·​·​·​·​·​·​·​·​·​·​%d.​.​NN_
26 ·​·​0x00004ff0·​44415441·​5f414c4c·​4f435f53·​495a453a·​DATA_ALLOC_SIZE:​26 ·​·​0x00004ff0·​44415441·​5f414c4c·​4f435f53·​495a453a·​DATA_ALLOC_SIZE:​