54.3 MB
/srv/reproducible-results/rbuild-debian/r-b-build.USee5ES5/b1/yaramod_3.21.0-1.1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.USee5ES5/b2/yaramod_3.21.0-1.1_amd64.changes
992 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·853c1c589d46cb6c1559b9a8795bc9c0·722532·libdevel·optional·libyaramod-dev_3.21.0-1.1_amd64.deb 
2 ·ce8d66a518e01a67f0c5a7b61bdf31fc·12678016·debug·optional·libyaramod0-dbgsym_3.21.0-1.1_amd64.deb 
3 ·8e3ac1ab0b5359bf0dbdc1542a32c243·526656·libs·optional·libyaramod0_3.21.0-1.1_amd64.deb 
4 ·efcea2b4cb4017751f027d9ad2c90dfe·10486348·debug·optional·python3-yaramod-dbgsym_3.21.0-1.1_amd64.deb 
5 ·27adfae8d34048cc576f1b29b9f30eec·416652·python·optional·python3-yaramod_3.21.0-1.1_amd64.deb1 ·27fd95d8029e69b931acaf5dc3f618b0·721040·libdevel·optional·libyaramod-dev_3.21.0-1.1_amd64.deb
 2 ·521c35ad97e2cf4ecf1217d8bc0acd7e·12676332·debug·optional·libyaramod0-dbgsym_3.21.0-1.1_amd64.deb
 3 ·04942df1961aad0896d3673d894a566f·526464·libs·optional·libyaramod0_3.21.0-1.1_amd64.deb
 4 ·acb628c3a3e8c6de681731ee18217d83·10486160·debug·optional·python3-yaramod-dbgsym_3.21.0-1.1_amd64.deb
 5 ·0b05a4499bd51592fd46701f80221aaf·414496·python·optional·python3-yaramod_3.21.0-1.1_amd64.deb
2.2 MB
libyaramod-dev_3.21.0-1.1_amd64.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary
2 -rw-r--r--···0········0········0·····2632·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0·····2632·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0···719708·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0···718216·2024-07-03·21:18:46.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
2.2 MB
data.tar.xz
2.2 MB
data.tar
1.75 KB
./usr/include/yaramod/types/modules/generated/module_list.h
    
Offset 4, 34 lines modifiedOffset 4, 34 lines modified
4 *·@copyright·(c)·2021·Avast·Software,·licensed·under·the·MIT·license4 *·@copyright·(c)·2021·Avast·Software,·licensed·under·the·MIT·license
5 */5 */
6 #pragma·once6 #pragma·once
  
7 #include·<vector>7 #include·<vector>
  
8 #include·"yaramod/types/modules/module_content.h"8 #include·"yaramod/types/modules/module_content.h"
9 #include·"module_pe_generated.h" 
10 #include·"module_cuckoo_generated.h" 
11 #include·"module_hash_generated.h" 
12 #include·"module_time_generated.h"9 #include·"module_time_generated.h"
13 #include·"module_math_generated.h"10 #include·"module_hash_generated.h"
14 #include·"module_string_generated.h"11 #include·"module_elf_generated.h"
15 #include·"module_dotnet_generated.h"12 #include·"module_console_generated.h"
 13 #include·"module_cuckoo_deprecated_generated.h"
16 #include·"module_magic_generated.h"14 #include·"module_magic_generated.h"
 15 #include·"module_dotnet_generated.h"
17 #include·"module_dex_generated.h"16 #include·"module_dex_generated.h"
18 #include·"module_macho_generated.h"17 #include·"module_macho_generated.h"
19 #include·"module_console_generated.h" 
20 #include·"module_cuckoo_deprecated_generated.h" 
21 #include·"module_elf_generated.h"18 #include·"module_pe_generated.h"
 19 #include·"module_string_generated.h"
 20 #include·"module_math_generated.h"
 21 #include·"module_cuckoo_generated.h"
  
  
22 namespace·yaramod·{22 namespace·yaramod·{
  
23 namespace·modules·{23 namespace·modules·{
  
24 class·ModuleList·{24 class·ModuleList·{
25 public:25 public:
26 »       std::vector<ModuleContent>·list·=·{Gmodule_pe{},·Gmodule_cuckoo{},·Gmodule_hash{},·Gmodule_time{},·Gmodule_math{},·Gmodule_string{},·Gmodule_dotnet{},·Gmodule_magic{},·Gmodule_dex{},·Gmodule_macho{},·Gmodule_console{},·Gmodule_cuckoo_deprecated{},·Gmodule_elf{}};26 »       std::vector<ModuleContent>·list·=·{Gmodule_time{},·Gmodule_hash{},·Gmodule_elf{},·Gmodule_console{},·Gmodule_cuckoo_deprecated{},·Gmodule_magic{},·Gmodule_dotnet{},·Gmodule_dex{},·Gmodule_macho{},·Gmodule_pe{},·Gmodule_string{},·Gmodule_math{},·Gmodule_cuckoo{}};
27 };27 };
  
28 }·//namespace·modules28 }·//namespace·modules
  
29 }·//·namespace·yaramod29 }·//·namespace·yaramod
2.2 MB
./usr/lib/x86_64-linux-gnu/libyaramod.a
1.26 KB
nm -s {}
    
Offset 15357, 26 lines modifiedOffset 15357, 26 lines modified
15357 00000000000002d0·r·.LC315357 00000000000002d0·r·.LC3
15358 0000000000000055·r·.LC3015358 0000000000000055·r·.LC30
15359 00000000000004a8·r·.LC3115359 00000000000004a8·r·.LC31
15360 0000000000000000·r·.LC615360 0000000000000000·r·.LC6
15361 0000000000000000·r·.LC715361 0000000000000000·r·.LC7
15362 0000000000000048·r·.LC815362 0000000000000048·r·.LC8
15363 0000000000000090·r·.LC915363 0000000000000090·r·.LC9
15364 00000000000272c0·r·C.2.015364 0000000000039f20·r·C.2.0
15365 0000000000025180·r·C.21.115365 0000000000038940·r·C.21.1
15366 0000000000023ba0·r·C.22.215366 0000000000031d20·r·C.22.2
15367 00000000000239c0·r·C.23.315367 0000000000030d00·r·C.23.3
15368 000000000001f8c0·r·C.24.415368 0000000000030a00·r·C.24.4
15369 000000000001f040·r·C.25.515369 00000000000306c0·r·C.25.5
15370 000000000001a3a0·r·C.26.615370 000000000002ba20·r·C.26.6
15371 000000000001a060·r·C.27.715371 00000000000242a0·r·C.27.7
15372 00000000000128e0·r·C.28.815372 0000000000019900·r·C.28.8
15373 0000000000007f40·r·C.29.915373 0000000000006ac0·r·C.29.9
15374 0000000000006f20·r·C.30.1015374 0000000000006240·r·C.30.10
15375 0000000000006c20·r·C.31.1115375 0000000000002140·r·C.31.11
15376 0000000000000000·r·C.32.1215376 0000000000000000·r·C.32.12
15377 0000000000000000·V·DW.ref.__gxx_personality_v015377 0000000000000000·V·DW.ref.__gxx_personality_v0
15378 ·················U·_GLOBAL_OFFSET_TABLE_15378 ·················U·_GLOBAL_OFFSET_TABLE_
15379 ·················U·_Unwind_Resume15379 ·················U·_Unwind_Resume
15380 00000000000013b0·T·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE15380 00000000000013b0·T·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE
15381 00000000000001d0·t·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold15381 00000000000001d0·t·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold
15382 0000000000002330·T·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE15382 0000000000002330·T·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE
2.2 MB
module_pool.cpp.o
2.91 KB
readelf --wide --sections {}
    
Offset 100, 15 lines modifiedOffset 100, 15 lines modified
100 ··[95]·.rela.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EED2Ev·RELA············0000000000000000·04e1c8·000168·18··IG·133··94··8100 ··[95]·.rela.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EED2Ev·RELA············0000000000000000·04e1c8·000168·18··IG·133··94··8
101 ··[96]·.rodata._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEm.str1.1·PROGBITS········0000000000000000·009bc4·000010·01·AMS··0···0··1101 ··[96]·.rodata._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEm.str1.1·PROGBITS········0000000000000000·009bc4·000010·01·AMS··0···0··1
102 ··[97]·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEm·PROGBITS········0000000000000000·009bd8·000202·00·AXG··0···0·16102 ··[97]·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEm·PROGBITS········0000000000000000·009bd8·000202·00·AXG··0···0·16
103 ··[98]·.rela.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEm·RELA············0000000000000000·04e330·0001b0·18··IG·133··97··8103 ··[98]·.rela.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEm·RELA············0000000000000000·04e330·0001b0·18··IG·133··97··8
104 ··[99]·.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_blmdSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E·PROGBITS········0000000000000000·009de0·000120·00·AXG··0···0·16104 ··[99]·.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_blmdSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E·PROGBITS········0000000000000000·009de0·000120·00·AXG··0···0·16
105 ··[100]·.rela.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_blmdSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_node·RELA············0000000000000000·04e4e0·000180·18··IG·133··99··8105 ··[100]·.rela.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_blmdSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_node·RELA············0000000000000000·04e4e0·000180·18··IG·133··99··8
106 ··[101]·.rodata.str1.1····PROGBITS········0000000000000000·009f00·000061·01·AMS··0···0··1106 ··[101]·.rodata.str1.1····PROGBITS········0000000000000000·009f00·000061·01·AMS··0···0··1
107 ··[102]·.rodata···········PROGBITS········0000000000000000·009f68·03a0f0·00···A··0···0·32107 ··[102]·.rodata···········PROGBITS········0000000000000000·009f68·03a0ee·00···A··0···0·32
108 ··[103]·.rodata._ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·044058·00002f·00··AG··0···0·32108 ··[103]·.rodata._ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·044058·00002f·00··AG··0···0·32
109 ··[104]·.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·044088·000010·00·WAG··0···0··8109 ··[104]·.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·044088·000010·00·WAG··0···0··8
110 ··[105]·.rela.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·RELA············0000000000000000·04e660·000030·18··IG·133·104··8110 ··[105]·.rela.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·RELA············0000000000000000·04e660·000030·18··IG·133·104··8
111 ··[106]·.rodata._ZTSSt19_Sp_make_shared_tag·PROGBITS········0000000000000000·044098·000018·00··AG··0···0·16111 ··[106]·.rodata._ZTSSt19_Sp_make_shared_tag·PROGBITS········0000000000000000·044098·000018·00··AG··0···0·16
112 ··[107]·.rodata._ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·0440b0·000034·00··AG··0···0·32112 ··[107]·.rodata._ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·0440b0·000034·00··AG··0···0·32
113 ··[108]·.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·0440e8·000018·00·WAG··0···0··8113 ··[108]·.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········0000000000000000·0440e8·000018·00·WAG··0···0··8
114 ··[109]·.rela.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·RELA············0000000000000000·04e690·000048·18··IG·133·108··8114 ··[109]·.rela.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·RELA············0000000000000000·04e690·000048·18··IG·133·108··8
5.04 KB
readelf --wide --symbols {}
    
Offset 31, 27 lines modifiedOffset 31, 27 lines modified
31 ····27:·0000000000000f10··1172·FUNC····LOCAL··DEFAULT···39·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.031 ····27:·0000000000000f10··1172·FUNC····LOCAL··DEFAULT···39·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.0
32 ····28:·000000000000019e····50·FUNC····LOCAL··DEFAULT···49·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.0.cold32 ····28:·000000000000019e····50·FUNC····LOCAL··DEFAULT···49·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.0.cold
33 ····29:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···72·.text._ZNSt10unique_ptrINSt10filesystem7__cxx114path5_List5_ImplENS3_13_Impl_deleterEED2Ev33 ····29:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···72·.text._ZNSt10unique_ptrINSt10filesystem7__cxx114path5_List5_ImplENS3_13_Impl_deleterEED2Ev
34 ····30:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···74·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev34 ····30:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···74·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev
35 ····31:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···76·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev35 ····31:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···76·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev
36 ····32:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···78·.text._ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE36 ····32:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···78·.text._ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
37 ····33:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···80·.text._ZN7yaramod7modules10ModuleListC2Ev37 ····33:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···80·.text._ZN7yaramod7modules10ModuleListC2Ev
38 ····34:·00000000000272c0·77360·OBJECT··LOCAL··DEFAULT··102·C.2.0 
39 ····35:·0000000000025180··8500·OBJECT··LOCAL··DEFAULT··102·C.21.1 
40 ····36:·0000000000023ba0··5569·OBJECT··LOCAL··DEFAULT··102·C.22.2 
41 ····37:·00000000000239c0···462·OBJECT··LOCAL··DEFAULT··102·C.23.338 ····34:·0000000000039f20···462·OBJECT··LOCAL··DEFAULT··102·C.2.0
 39 ····35:·0000000000038940··5569·OBJECT··LOCAL··DEFAULT··102·C.21.1
 40 ····36:·0000000000031d20·27655·OBJECT··LOCAL··DEFAULT··102·C.22.2
 41 ····37:·0000000000030d00··4113·OBJECT··LOCAL··DEFAULT··102·C.23.3
42 ····38:·000000000001f8c0·16610·OBJECT··LOCAL··DEFAULT··102·C.24.442 ····38:·0000000000030a00···745·OBJECT··LOCAL··DEFAULT··102·C.24.4
43 ····39:·000000000001f040··2162·OBJECT··LOCAL··DEFAULT··102·C.25.543 ····39:·00000000000306c0···826·OBJECT··LOCAL··DEFAULT··102·C.25.5
44 ····40:·000000000001a3a0·19589·OBJECT··LOCAL··DEFAULT··102·C.26.644 ····40:·000000000002ba20·19589·OBJECT··LOCAL··DEFAULT··102·C.26.6
45 ····41:·000000000001a060···826·OBJECT··LOCAL··DEFAULT··102·C.27.7 
46 ····42:·00000000000128e0·30578·OBJECT··LOCAL··DEFAULT··102·C.28.845 ····41:·00000000000242a0·30578·OBJECT··LOCAL··DEFAULT··102·C.27.7
47 ····43:·0000000000007f40·43418·OBJECT··LOCAL··DEFAULT··102·C.29.946 ····42:·0000000000019900·43418·OBJECT··LOCAL··DEFAULT··102·C.28.8
 47 ····43:·0000000000006ac0·77360·OBJECT··LOCAL··DEFAULT··102·C.29.9
48 ····44:·0000000000006f20··4113·OBJECT··LOCAL··DEFAULT··102·C.30.1048 ····44:·0000000000006240··2162·OBJECT··LOCAL··DEFAULT··102·C.30.10
49 ····45:·0000000000006c20···745·OBJECT··LOCAL··DEFAULT··102·C.31.1149 ····45:·0000000000002140·16610·OBJECT··LOCAL··DEFAULT··102·C.31.11
50 ····46:·0000000000000000·27655·OBJECT··LOCAL··DEFAULT··102·C.32.1250 ····46:·0000000000000000··8500·OBJECT··LOCAL··DEFAULT··102·C.32.12
51 ····47:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···82·.text._ZNSt6vectorIN7yaramod13ModuleContentESaIS1_EED2Ev51 ····47:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···82·.text._ZNSt6vectorIN7yaramod13ModuleContentESaIS1_EED2Ev
52 ····48:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···84·.text._ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_po52 ····48:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···84·.text._ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_po
53 ····49:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···88·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE17_M_realloc_appendIJSD_EEEvDpOT_53 ····49:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···88·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE17_M_realloc_appendIJSD_EEEvDpOT_
54 ····50:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···90·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_value7destroyENS0_6detail7value_tE54 ····50:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···90·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_value7destroyENS0_6detail7value_tE
55 ····51:·0000000000000000···288·FUNC····LOCAL··DEFAULT···99·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_blmdSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E.isra.055 ····51:·0000000000000000···288·FUNC····LOCAL··DEFAULT···99·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_blmdSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E.isra.0
56 ····52:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···92·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvED2Ev56 ····52:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···92·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvED2Ev
57 ····53:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···94·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EED2Ev57 ····53:·0000000000000000·····0·SECTION·LOCAL··DEFAULT···94·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EED2Ev
10.2 KB
readelf --wide --relocs {}
    
Offset 693, 51 lines modifiedOffset 693, 51 lines modified
693 000000000000061f··000000ab00000004·R_X86_64_PLT32·········0000000000000000·_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev·-·4693 000000000000061f··000000ab00000004·R_X86_64_PLT32·········0000000000000000·_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev·-·4
694 0000000000000629··0000009d00000004·R_X86_64_PLT32·········0000000000000000·_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev·-·4694 0000000000000629··0000009d00000004·R_X86_64_PLT32·········0000000000000000·_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev·-·4
695 0000000000000637··000000ac00000004·R_X86_64_PLT32·········0000000000000000·_ZNSdD2Ev·-·4695 0000000000000637··000000ac00000004·R_X86_64_PLT32·········0000000000000000·_ZNSdD2Ev·-·4
696 0000000000000644··0000007100000004·R_X86_64_PLT32·········0000000000000000·_Unwind_Resume·-·4696 0000000000000644··0000007100000004·R_X86_64_PLT32·········0000000000000000·_Unwind_Resume·-·4
  
697 Relocation·section·'.rela.text._ZN7yaramod7modules10ModuleListC2Ev'·at·offset·0x4cf20·contains·122·entries:697 Relocation·section·'.rela.text._ZN7yaramod7modules10ModuleListC2Ev'·at·offset·0x4cf20·contains·122·entries:
698 ····Offset·············Info·············Type···············Symbol's·Value··Symbol's·Name·+·Addend698 ····Offset·············Info·············Type···············Symbol's·Value··Symbol's·Name·+·Addend
699 0000000000000014··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·272bc699 0000000000000009··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·39f1c
700 000000000000008c··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4700 0000000000000088··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
701 00000000000000aa··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4701 00000000000000a6··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
702 0000000000000191··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·2517c 
703 00000000000001fd··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
704 000000000000021b··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
705 00000000000002f7··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·23b9c702 0000000000000187··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·3893c
706 0000000000000357··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
707 0000000000000375··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
708 0000000000000451··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·239bc 
709 00000000000004b1··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
710 00000000000004cf··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
711 00000000000005b7··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·1f8bc 
712 0000000000000617··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
713 0000000000000635··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
714 000000000000072a··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·1f03c 
715 000000000000078a··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
716 00000000000007a8··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
717 0000000000000892··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·1a39c 
718 00000000000008fd··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
719 000000000000091b··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
720 0000000000000a03··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·1a05c 
721 0000000000000a6b··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
722 0000000000000a89··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
723 0000000000000b73··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·128dc 
724 0000000000000bdb··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
725 0000000000000bf9··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
726 0000000000000cd5··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·7f3c 
727 0000000000000d3d··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4 
728 0000000000000d5b··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4 
729 0000000000000e37··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·6f1c 
730 0000000000000ea2··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4703 00000000000001ea··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 704 0000000000000208··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 705 00000000000002ea··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·31d1c
 706 0000000000000350··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 707 000000000000036e··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 708 000000000000044a··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·30cfc
 709 00000000000004b5··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 710 00000000000004d3··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 711 00000000000005c1··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·309fc
 712 000000000000062a··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 713 0000000000000648··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 714 0000000000000730··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·306bc
 715 0000000000000798··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 716 00000000000007b6··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 717 00000000000008ab··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·2ba1c
 718 000000000000090b··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 719 0000000000000929··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 720 0000000000000a13··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·2429c
 721 0000000000000a7b··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 722 0000000000000a99··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 723 0000000000000b81··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·198fc
 724 0000000000000be9··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
731 0000000000000ec0··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4725 0000000000000c07··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
732 0000000000000fae··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·6c1c726 0000000000000ce5··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·6abc
 727 0000000000000d45··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 728 0000000000000d63··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 729 0000000000000e51··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·623c
 730 0000000000000eac··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
 731 0000000000000eca··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
 732 0000000000000fa6··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·+·213c
733 0000000000001009··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4733 0000000000001006··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
734 0000000000001027··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4734 0000000000001024··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
735 0000000000001110··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·-·4735 000000000000110d··0000003c00000002·R_X86_64_PC32··········0000000000000000·.rodata·-·4
736 000000000000116d··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4736 000000000000116d··0000009f00000004·R_X86_64_PLT32·········0000000000000000·_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE·-·4
737 000000000000118b··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4737 000000000000118b··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
738 0000000000001288··0000008b00000004·R_X86_64_PLT32·········0000000000000000·_Znwm·-·4738 0000000000001288··0000008b00000004·R_X86_64_PLT32·········0000000000000000·_Znwm·-·4
739 00000000000012d6··0000000100000002·R_X86_64_PC32··········0000000000000000·.text·+·ac739 00000000000012d6··0000000100000002·R_X86_64_PC32··········0000000000000000·.text·+·ac
740 00000000000012f2··0000000100000002·R_X86_64_PC32··········0000000000000000·.text·+·ac740 00000000000012f2··0000000100000002·R_X86_64_PC32··········0000000000000000·.text·+·ac
741 0000000000001339··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4741 0000000000001339··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
742 0000000000001352··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4742 0000000000001352··0000006700000004·R_X86_64_PLT32·········0000000000000000·_ZdlPvm·-·4
1.57 KB
readelf --wide --debug-dump=frames {}
    
Offset 656, 32 lines modifiedOffset 656, 32 lines modified
656 ··DW_CFA_nop656 ··DW_CFA_nop
  
657 000005b8·0000000000000050·00000504·FDE·cie=000000b8·pc=0000000000000000..0000000000002891657 000005b8·0000000000000050·00000504·FDE·cie=000000b8·pc=0000000000000000..0000000000002891
658 ··Augmentation·data:·····c3·fa·ff·ff658 ··Augmentation·data:·····c3·fa·ff·ff
659 ··DW_CFA_advance_loc:·6·to·0000000000000006659 ··DW_CFA_advance_loc:·6·to·0000000000000006
660 ··DW_CFA_def_cfa_offset:·16660 ··DW_CFA_def_cfa_offset:·16
661 ··DW_CFA_offset:·r15·(r15)·at·cfa-16661 ··DW_CFA_offset:·r15·(r15)·at·cfa-16
662 ··DW_CFA_advance_loc:·20·to·000000000000001a662 ··DW_CFA_advance_loc:·14·to·0000000000000014
663 ··DW_CFA_def_cfa_offset:·24663 ··DW_CFA_def_cfa_offset:·24
664 ··DW_CFA_offset:·r14·(r14)·at·cfa-24664 ··DW_CFA_offset:·r14·(r14)·at·cfa-24
665 ··DW_CFA_advance_loc:·2·to·000000000000001c665 ··DW_CFA_advance_loc:·2·to·0000000000000016
666 ··DW_CFA_def_cfa_offset:·32666 ··DW_CFA_def_cfa_offset:·32
667 ··DW_CFA_offset:·r13·(r13)·at·cfa-32667 ··DW_CFA_offset:·r13·(r13)·at·cfa-32
668 ··DW_CFA_advance_loc:·2·to·000000000000001e668 ··DW_CFA_advance_loc:·2·to·0000000000000018
669 ··DW_CFA_def_cfa_offset:·40669 ··DW_CFA_def_cfa_offset:·40
670 ··DW_CFA_offset:·r12·(r12)·at·cfa-40670 ··DW_CFA_offset:·r12·(r12)·at·cfa-40
671 ··DW_CFA_advance_loc:·1·to·000000000000001f671 ··DW_CFA_advance_loc:·1·to·0000000000000019
672 ··DW_CFA_def_cfa_offset:·48672 ··DW_CFA_def_cfa_offset:·48
673 ··DW_CFA_offset:·r6·(rbp)·at·cfa-48673 ··DW_CFA_offset:·r6·(rbp)·at·cfa-48
674 ··DW_CFA_advance_loc:·1·to·0000000000000020674 ··DW_CFA_advance_loc:·1·to·000000000000001a
675 ··DW_CFA_def_cfa_offset:·56675 ··DW_CFA_def_cfa_offset:·56
676 ··DW_CFA_offset:·r3·(rbx)·at·cfa-56676 ··DW_CFA_offset:·r3·(rbx)·at·cfa-56
677 ··DW_CFA_advance_loc:·7·to·0000000000000027677 ··DW_CFA_advance_loc:·7·to·0000000000000021
678 ··DW_CFA_def_cfa_offset:·2096678 ··DW_CFA_def_cfa_offset:·2096
679 ··DW_CFA_advance_loc2:·5885·to·0000000000001724679 ··DW_CFA_advance_loc2:·5891·to·0000000000001724
680 ··DW_CFA_remember_state680 ··DW_CFA_remember_state
681 ··DW_CFA_def_cfa_offset:·56681 ··DW_CFA_def_cfa_offset:·56
682 ··DW_CFA_advance_loc:·1·to·0000000000001725682 ··DW_CFA_advance_loc:·1·to·0000000000001725
683 ··DW_CFA_def_cfa_offset:·48683 ··DW_CFA_def_cfa_offset:·48
684 ··DW_CFA_advance_loc:·1·to·0000000000001726684 ··DW_CFA_advance_loc:·1·to·0000000000001726
685 ··DW_CFA_def_cfa_offset:·40685 ··DW_CFA_def_cfa_offset:·40
686 ··DW_CFA_advance_loc:·2·to·0000000000001728686 ··DW_CFA_advance_loc:·2·to·0000000000001728
257 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 50, 1000 lines modifiedOffset 50, 2862 lines modified
50 []A\A]A^A_50 []A\A]A^A_
51 []A\A]A^A_51 []A\A]A^A_
52 basic_string::substr52 basic_string::substr
53 deprecated53 deprecated
54 YARAMOD_MODULE_SPEC_PATH54 YARAMOD_MODULE_SPEC_PATH
55 Directory·'55 Directory·'
56 ····"kind":·"struct",56 ····"kind":·"struct",
 57 ····"name":·"cuckoo",
 58 ····"attributes":·[
 59 ········{
 60 ············"kind":·"struct",
 61 ············"name":·"network",
 62 ············"attributes":·[
 63 ················{
 64 ····················"kind":·"function",
 65 ····················"name":·"dns_lookup",
 66 ····················"return_type":·"i",
 67 ····················"overloads":·[
 68 ························{
 69 ····························"arguments":·[
 70 ································{
 71 ····································"type":·"r",
 72 ····································"name":·"domain"
 73 ································}
 74 ····························],
 75 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·domain·name·resolution·request·for·a·domain·matching·the·provided·regular·expression.\n\nExample:·cuckoo.network.dns_lookup(/evil\\.com/)"
 76 ························}
 77 ····················]
 78 ················},
 79 ················{
 80 ····················"kind":·"function",
 81 ····················"name":·"http_get",
 82 ····················"return_type":·"i",
 83 ····················"overloads":·[
 84 ························{
 85 ····························"arguments":·[
 86 ································{
 87 ····································"type":·"r",
 88 ····································"name":·"url"
 89 ································}
 90 ····························],
 91 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·GET·request·to·a·URL·matching·the·provided·regular·expression."
 92 ························}
 93 ····················]
 94 ················},
 95 ················{
 96 ····················"kind":·"function",
 97 ····················"name":·"http_post",
 98 ····················"return_type":·"i",
 99 ····················"overloads":·[
 100 ························{
 101 ····························"arguments":·[
 102 ································{
 103 ····································"type":·"r",
 104 ····································"name":·"url"
 105 ································}
 106 ····························],
 107 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·POST·request·to·a·URL·matching·the·provided·regular·expression."
 108 ························}
 109 ····················]
 110 ················},
 111 ················{
 112 ····················"kind":·"function",
 113 ····················"name":·"http_request",
 114 ····················"return_type":·"i",
 115 ····················"overloads":·[
 116 ························{
 117 ····························"arguments":·[
 118 ································{
 119 ····································"type":·"r",
 120 ····································"name":·"url"
 121 ································}
 122 ····························],
 123 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·request·to·a·URL·matching·the·provided·regular·expression."
 124 ························}
 125 ····················]
 126 ················},
 127 ················{
 128 ····················"kind":·"function",
 129 ····················"name":·"host",
 130 ····················"return_type":·"i",
 131 ····················"overloads":·[
 132 ························{
 133 ····························"arguments":·[
 134 ································{
 135 ····································"type":·"r",
 136 ····································"name":·"IP·address"
 137 ································}
 138 ····························],
 139 ····························"documentation":·"Function·returning·true·if·the·program·contacted·an·IP·address·matching·the·provided·regular·expression.·Example:·```cuckoo.network.host(/192\\.168\\.1\\.1/)```"
 140 ························}
 141 ····················]
 142 ················},
 143 ················{
 144 ····················"kind":·"function",
 145 ····················"name":·"http_user_agent",
 146 ····················"return_type":·"i",
 147 ····················"overloads":·[
 148 ························{
 149 ····························"arguments":·[
 150 ································{
 151 ····································"type":·"r",
 152 ····································"name":·"agent"
 153 ································}
 154 ····························],
 155 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·request·with·a·user·agent·matching·the·provided·regular·expression.·Example:·```cuckoo.network.http_user_agent(/MSIE·6\\.0/)```"
 156 ························}
 157 ····················]
 158 ················},
 159 ················{
 160 ····················"kind":·"function",
 161 ····················"name":·"tcp",
 162 ····················"return_type":·"i",
 163 ····················"overloads":·[
 164 ························{
 165 ····························"arguments":·[
 166 ································{
 167 ····································"type":·"r",
 168 ····································"name":·"IP·address"
 169 ································},
 170 ································{
 171 ····································"type":·"i",
 172 ····································"name":·"port"
 173 ································}
 174 ····························],
 175 ····························"documentation":·"Function·returning·true·if·the·program·contacted·an·IP·address·matching·the·provided·regular·expression,·over·TCP·on·the·provided·port·number."
 176 ························}
Max diff block lines reached; 254402/263308 bytes (96.62%) of diff not shown.
1.7 KB
readelf --wide --decompress --hex-dump=.gcc_except_table {}
    
Offset 5, 19 lines modifiedOffset 5, 19 lines modified
5 ··0x00000020·050000b4·02050000·ffff010c·9d010591·................5 ··0x00000020·050000b4·02050000·ffff010c·9d010591·................
6 ··0x00000030·0f00ed03·05850f00·ffff0104·2b050000·............+...6 ··0x00000030·0f00ed03·05850f00·ffff0104·2b050000·............+...
7 ··0x00000040·ffff0111·19050000·a4030588·0900f504·................7 ··0x00000040·ffff0111·19050000·a4030588·0900f504·................
8 ··0x00000050·fd038809·00ffff01·042d0500·00ffff01·.........-......8 ··0x00000050·fd038809·00ffff01·042d0500·00ffff01·.........-......
9 ··0x00000060·299b0105·0000cc02·05de0b00·82030582·)...............9 ··0x00000060·299b0105·0000cc02·05de0b00·82030582·)...............
10 ··0x00000070·0c00d204·05f00b00·fb0435f9·0b00a106·..........5.....10 ··0x00000070·0c00d204·05f00b00·fb0435f9·0b00a106·..........5.....
11 ··0x00000080·af04e70b·00c30c05·00000000·ff9b7501·..............u.11 ··0x00000080·af04e70b·00c30c05·00000000·ff9b7501·..............u.
12 ··0x00000090·6b8b0105·b24d00fc·0305c74e·00d60605·k....M.....N....12 ··0x00000090·6b870105·b24d00e9·0305c74e·00cf0605·k....M.....N....
13 ··0x000000a0·d64d00b0·0905894f·00960c05·c8490089·.M.....O.....I..13 ··0x000000a0·d64d00b4·0905894f·00a90c05·c8490097·.M.....O.....I..
14 ··0x000000b0·0f05854e·00fc1105·be4d00ea·1405e24d·...N.....M.....M14 ··0x000000b0·0f05854e·008a1205·be4d00fa·1405e24d·...N.....M.....M
15 ··0x000000c0·00da1705·a94d00bc·1a058050·00a11d05·.....M.....P....15 ··0x000000c0·00e81705·a94d00c4·1a058050·00ab1d05·.....M.....P....
16 ··0x000000d0·ca4d0088·2005fc4d·00ec2205·914d0087·.M..·..M.."..M..16 ··0x000000d0·ca4d0085·2005fc4d·00ec2205·914d0087·.M..·..M.."..M..
17 ··0x000000e0·2505bf49·00d52505·9d4d01f1·2505af50·%..I..%..M..%..P17 ··0x000000e0·2505bf49·00d52505·9d4d01f1·2505af50·%..I..%..M..%..P
18 ··0x000000f0·01e55005·ea50008c·51050000·01000000·..P..P..Q.......18 ··0x000000f0·01e55005·ea50008c·51050000·01000000·..P..P..Q.......
19 ··0x00000100·00000000·ffff0109·76050000·a8060500·........v.......19 ··0x00000100·00000000·ffff0109·76050000·a8060500·........v.......
20 ··0x00000110·00ffff01·1fa101b2·01a21700·c8068401·................20 ··0x00000110·00ffff01·1fa101b2·01a21700·c8068401·................
21 ··0x00000120·a21700da·0d059917·00b11205·991700ae·................21 ··0x00000120·a21700da·0d059917·00b11205·991700ae·................
22 ··0x00000130·17050000·ffff0100·ffff0100·ffff0109·................22 ··0x00000130·17050000·ffff0100·ffff0100·ffff0109·................
23 ··0x00000140·63050000·fd030500·00ffff01·00ffff01·c...............23 ··0x00000140·63050000·fd030500·00ffff01·00ffff01·c...............
38.4 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text._ZN7yaramod7modules10ModuleListC2 […]
    
Offset 3, 45 lines modifiedOffset 3, 44 lines modified
  
3 Disassembly·of·section·.text._ZN7yaramod7modules10ModuleListC2Ev:3 Disassembly·of·section·.text._ZN7yaramod7modules10ModuleListC2Ev:
  
4 0000000000000000·<yaramod::modules::ModuleList::ModuleList()>:4 0000000000000000·<yaramod::modules::ModuleList::ModuleList()>:
5 yaramod::modules::ModuleList::ModuleList():5 yaramod::modules::ModuleList::ModuleList():
6 »       endbr646 »       endbr64
7 »       push···%r157 »       push···%r15
8 »       mov····$0x6570,%r9d 
9 »       mov····$0x12e30,%ecx 
10 »       lea····0x0(%rip),%rdx········8 »       lea····0x0(%rip),%rdx········
11 ·R_X86_64_PC32»  .rodata+0x272bc9 ·R_X86_64_PC32»  .rodata+0x39f1c
 10 »       mov····$0x1ce,%ecx
12 »       push···%r1411 »       push···%r14
13 »       push···%r1312 »       push···%r13
14 »       push···%r1213 »       push···%r12
15 »       push···%rbp14 »       push···%rbp
16 »       push···%rbx15 »       push···%rbx
17 »       sub····$0x7f8,%rsp16 »       sub····$0x7f8,%rsp
18 »       mov····%rdi,0xd0(%rsp)17 »       mov····%rdi,0xd0(%rsp)
19 »       lea····0x160(%rsp),%rax18 »       lea····0x160(%rsp),%rax
20 »       lea····0x4b0(%rsp),%rbx19 »       lea····0x4b0(%rsp),%rbx
21 »       mov····%rax,%rdi20 »       mov····%rax,%rdi
22 »       mov····%fs:0x28,%r1421 »       mov····%fs:0x28,%r14
23 »       mov····%r14,0x7e8(%rsp)22 »       mov····%r14,0x7e8(%rsp)
24 »       lea····0x4a0(%rsp),%r1423 »       lea····0x4a0(%rsp),%r14
25 »       mov····%rbx,0x4a0(%rsp)24 »       mov····%rbx,0x4a0(%rsp)
26 »       mov····%r9w,0x4b0(%rsp)25 »       movl···$0x656d6974,0x4b0(%rsp)
27 »       movq···$0x2,0x4a8(%rsp)26 »       movq···$0x4,0x4a8(%rsp)
28 »       movb···$0x0,0x4b2(%rsp)27 »       movb···$0x0,0x4b4(%rsp)
29 »       mov····%rax,0xf8(%rsp)28 »       mov····%rax,0xf8(%rsp)
30 »       mov····%r14,%rsi29 »       mov····%r14,%rsi
31 »       call···90·<yaramod::modules::ModuleList::ModuleList()+0x90>30 »       call···8c·<yaramod::modules::ModuleList::ModuleList()+0x8c>
32 ·R_X86_64_PLT32» yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)-0x431 ·R_X86_64_PLT32» yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)-0x4
33 »       mov····0x4a0(%rsp),%rdi32 »       mov····0x4a0(%rsp),%rdi
34 »       cmp····%rbx,%rdi33 »       cmp····%rbx,%rdi
35 »       je·····ae·<yaramod::modules::ModuleList::ModuleList()+0xae>34 »       je·····aa·<yaramod::modules::ModuleList::ModuleList()+0xaa>
36 »       mov····0x4b0(%rsp),%rax35 »       mov····0x4b0(%rsp),%rax
37 »       lea····0x1(%rax),%rsi36 »       lea····0x1(%rax),%rsi
38 »       call···ae·<yaramod::modules::ModuleList::ModuleList()+0xae>37 »       call···aa·<yaramod::modules::ModuleList::ModuleList()+0xaa>
39 ·R_X86_64_PLT32» operator·delete(void*,·unsigned·long)-0x438 ·R_X86_64_PLT32» operator·delete(void*,·unsigned·long)-0x4
40 »       mov····0x160(%rsp),%rax39 »       mov····0x160(%rsp),%rax
41 »       lea····0x170(%rsp),%rcx40 »       lea····0x170(%rsp),%rcx
42 »       mov····%rbx,0x4a0(%rsp)41 »       mov····%rbx,0x4a0(%rsp)
43 »       mov····%rcx,0x50(%rsp)42 »       mov····%rcx,0x50(%rsp)
44 »       mov····0x168(%rsp),%rdx43 »       mov····0x168(%rsp),%rdx
45 »       cmp····%rcx,%rax44 »       cmp····%rcx,%rax
Offset 65, 38 lines modifiedOffset 64, 36 lines modified
65 »       mov····%rax,0x4c0(%rsp)64 »       mov····%rax,0x4c0(%rsp)
66 »       mov····0x190(%rsp),%rax65 »       mov····0x190(%rsp),%rax
67 »       mov····%rax,0x4d0(%rsp)66 »       mov····%rax,0x4d0(%rsp)
68 »       mov····0x58(%rsp),%rax67 »       mov····0x58(%rsp),%rax
69 »       lea····0x460(%rsp),%r1568 »       lea····0x460(%rsp),%r15
70 »       mov····%rcx,0x4c8(%rsp)69 »       mov····%rcx,0x4c8(%rsp)
71 »       lea····0x470(%rsp),%r1270 »       lea····0x470(%rsp),%r12
72 »       mov····$0x6f6f,%r8d 
73 »       lea····0x0(%rip),%rdx········71 »       lea····0x0(%rip),%rdx········
74 ·R_X86_64_PC32»  .rodata+0x2517c72 ·R_X86_64_PC32»  .rodata+0x3893c
75 »       mov····$0x2134,%ecx 
76 »       mov····%r15,%rsi73 »       mov····%r15,%rsi
 74 »       mov····$0x15c1,%ecx
 75 »       movq···$0x0,0x188(%rsp)
77 »       mov····%rax,0x180(%rsp)76 »       mov····%rax,0x180(%rsp)
78 »       lea····0x1a0(%rsp),%rax77 »       lea····0x1a0(%rsp),%rax
79 »       mov····%rax,%rdi78 »       mov····%rax,%rdi
80 »       movb···$0x0,0x190(%rsp)79 »       movb···$0x0,0x190(%rsp)
81 »       movq···$0x0,0x188(%rsp) 
82 »       mov····%r12,0x460(%rsp)80 »       mov····%r12,0x460(%rsp)
83 »       movl···$0x6b637563,0x470(%rsp)81 »       movl···$0x68736168,0x470(%rsp)
84 »       mov····%r8w,0x474(%rsp) 
85 »       movq···$0x6,0x468(%rsp)82 »       movq···$0x4,0x468(%rsp)
86 »       movb···$0x0,0x476(%rsp)83 »       movb···$0x0,0x474(%rsp)
87 »       mov····%rax,0x100(%rsp)84 »       mov····%rax,0x100(%rsp)
88 »       call···201·<yaramod::modules::ModuleList::ModuleList()+0x201>85 »       call···1ee·<yaramod::modules::ModuleList::ModuleList()+0x1ee>
89 ·R_X86_64_PLT32» yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)-0x486 ·R_X86_64_PLT32» yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)-0x4
90 »       mov····0x460(%rsp),%rdi87 »       mov····0x460(%rsp),%rdi
91 »       cmp····%r12,%rdi88 »       cmp····%r12,%rdi
92 »       je·····21f·<yaramod::modules::ModuleList::ModuleList()+0x21f>89 »       je·····20c·<yaramod::modules::ModuleList::ModuleList()+0x20c>
93 »       mov····0x470(%rsp),%rax90 »       mov····0x470(%rsp),%rax
94 »       lea····0x1(%rax),%rsi91 »       lea····0x1(%rax),%rsi
95 »       call···21f·<yaramod::modules::ModuleList::ModuleList()+0x21f>92 »       call···20c·<yaramod::modules::ModuleList::ModuleList()+0x20c>
96 ·R_X86_64_PLT32» operator·delete(void*,·unsigned·long)-0x493 ·R_X86_64_PLT32» operator·delete(void*,·unsigned·long)-0x4
97 »       mov····0x1a0(%rsp),%rax94 »       mov····0x1a0(%rsp),%rax
98 »       lea····0x4f0(%rsp),%rdx95 »       lea····0x4f0(%rsp),%rdx
99 »       lea····0x1b0(%rsp),%rbx96 »       lea····0x1b0(%rsp),%rbx
100 »       mov····0x1a8(%rsp),%rcx97 »       mov····0x1a8(%rsp),%rcx
101 »       mov····%rdx,0x4e0(%rsp)98 »       mov····%rdx,0x4e0(%rsp)
102 »       mov····%rbx,0x60(%rsp)99 »       mov····%rbx,0x60(%rsp)
Offset 118, 37 lines modifiedOffset 115, 39 lines modified
118 »       mov····%rbx,0x68(%rsp)115 »       mov····%rbx,0x68(%rsp)
119 »       cmp····%rbx,%rax116 »       cmp····%rbx,%rax
120 »       je·····1828·<yaramod::modules::ModuleList::ModuleList()+0x1828>117 »       je·····1828·<yaramod::modules::ModuleList::ModuleList()+0x1828>
121 »       mov····%rax,0x500(%rsp)118 »       mov····%rax,0x500(%rsp)
122 »       mov····0x1d0(%rsp),%rax119 »       mov····0x1d0(%rsp),%rax
123 »       mov····%rax,0x510(%rsp)120 »       mov····%rax,0x510(%rsp)
124 »       mov····0x68(%rsp),%rax121 »       mov····0x68(%rsp),%rax
125 »       mov····%rcx,0x508(%rsp)122 »       mov····$0x6c65,%r9d
126 »       mov····%r15,%rsi123 »       mov····%r15,%rsi
 124 »       mov····%rcx,0x508(%rsp)
127 »       lea····0x0(%rip),%rdx········125 »       lea····0x0(%rip),%rdx········
128 ·R_X86_64_PC32»  .rodata+0x23b9c126 ·R_X86_64_PC32»  .rodata+0x31d1c
129 »       mov····$0x15c1,%ecx127 »       mov····$0x6c07,%ecx
130 »       movb···$0x0,0x1d0(%rsp)128 »       movq···$0x0,0x1c8(%rsp)
131 »       mov····%rax,0x1c0(%rsp)129 »       mov····%rax,0x1c0(%rsp)
132 »       lea····0x1e0(%rsp),%rax130 »       lea····0x1e0(%rsp),%rax
133 »       mov····%rax,%rdi131 »       mov····%rax,%rdi
134 »       movq···$0x0,0x1c8(%rsp)132 »       movb···$0x0,0x1d0(%rsp)
135 »       mov····%r12,0x460(%rsp)133 »       mov····%r12,0x460(%rsp)
 134 »       mov····%r9w,0x470(%rsp)
136 »       movl···$0x68736168,0x470(%rsp)135 »       movb···$0x66,0x472(%rsp)
137 »       movq···$0x4,0x468(%rsp)136 »       movq···$0x3,0x468(%rsp)
138 »       movb···$0x0,0x474(%rsp)137 »       movb···$0x0,0x473(%rsp)
139 »       mov····%rax,0x108(%rsp)138 »       mov····%rax,0x108(%rsp)
140 »       call···35b·<yaramod::modules::ModuleList::ModuleList()+0x35b>139 »       call···354·<yaramod::modules::ModuleList::ModuleList()+0x354>
141 ·R_X86_64_PLT32» yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)-0x4140 ·R_X86_64_PLT32» yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)-0x4
142 »       mov····0x460(%rsp),%rdi141 »       mov····0x460(%rsp),%rdi
143 »       cmp····%r12,%rdi142 »       cmp····%r12,%rdi
144 »       je·····379·<yaramod::modules::ModuleList::ModuleList()+0x379>143 »       je·····372·<yaramod::modules::ModuleList::ModuleList()+0x372>
145 »       mov····0x470(%rsp),%rax144 »       mov····0x470(%rsp),%rax
146 »       lea····0x1(%rax),%rsi145 »       lea····0x1(%rax),%rsi
147 »       call···379·<yaramod::modules::ModuleList::ModuleList()+0x379>146 »       call···372·<yaramod::modules::ModuleList::ModuleList()+0x372>
148 ·R_X86_64_PLT32» operator·delete(void*,·unsigned·long)-0x4147 ·R_X86_64_PLT32» operator·delete(void*,·unsigned·long)-0x4
149 »       mov····0x1e0(%rsp),%rax148 »       mov····0x1e0(%rsp),%rax
150 »       lea····0x530(%rsp),%rdx149 »       lea····0x530(%rsp),%rdx
151 »       lea····0x1f0(%rsp),%rbx150 »       lea····0x1f0(%rsp),%rbx
152 »       mov····0x1e8(%rsp),%rcx151 »       mov····0x1e8(%rsp),%rcx
153 »       mov····%rdx,0x520(%rsp)152 »       mov····%rdx,0x520(%rsp)
154 »       mov····%rbx,0x70(%rsp)153 »       mov····%rbx,0x70(%rsp)
Max diff block lines reached; 33909/39062 bytes (86.81%) of diff not shown.
1.89 MB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 1, 14866 lines modifiedOffset 1, 14866 lines modified
  
1 Hex·dump·of·section·'.rodata':1 Hex·dump·of·section·'.rodata':
2 ··0x00000000·7b0a2020·2020226b·696e6422·3a202273·{.····"kind":·"s2 ··0x00000000·7b0a2020·2020226b·696e6422·3a202273·{.····"kind":·"s
Diff chunk too large, falling back to line-by-line diff (512 lines added, 512 lines removed)
3 ··0x00000010·74727563·74222c0a·20202020·226e616d·truct",.····"nam3 ··0x00000010·74727563·74222c0a·20202020·226e616d·truct",.····"nam
4 ··0x00000020·65223a20·22656c66·222c0a20·20202022·e":·"elf",.····"4 ··0x00000020·65223a20·22637563·6b6f6f22·2c0a2020·e":·"cuckoo",.··
5 ··0x00000030·61747472·69627574·6573223a·205b0a20·attributes":·[.·5 ··0x00000030·20202261·74747269·62757465·73223a20···"attributes":·
6 ··0x00000040·20202020·2020207b·0a202020·20202020········{.·······6 ··0x00000040·5b0a2020·20202020·20207b0a·20202020·[.········{.····
7 ··0x00000050·20202020·20226b69·6e64223a·20227661······"kind":·"va7 ··0x00000050·20202020·20202020·226b696e·64223a20·········"kind":·
8 ··0x00000060·6c756522·2c0a2020·20202020·20202020·lue",.··········8 ··0x00000060·22737472·75637422·2c0a2020·20202020·"struct",.······
9 ··0x00000070·2020226e·616d6522·3a202245·545f4e4f···"name":·"ET_NO9 ··0x00000070·20202020·2020226e·616d6522·3a20226e·······"name":·"n
10 ··0x00000080·4e45222c·0a202020·20202020·20202020·NE",.···········10 ··0x00000080·6574776f·726b222c·0a202020·20202020·etwork",.·······
11 ··0x00000090·2022646f·63756d65·6e746174·696f6e22··"documentation"11 ··0x00000090·20202020·20226174·74726962·75746573······"attributes
12 ··0x000000a0·3a20224e·6f206669·6c652074·7970652e·:·"No·file·type.12 ··0x000000a0·223a205b·0a202020·20202020·20202020·":·[.···········
13 ··0x000000b0·222c0a20·20202020·20202020·20202022·",.············"13 ··0x000000b0·20202020·207b0a20·20202020·20202020······{.·········
14 ··0x000000c0·74797065·223a2022·69220a20·20202020·type":·"i".·····14 ··0x000000c0·20202020·20202020·20202022·6b696e64············"kind
15 ··0x000000d0·2020207d·2c0a2020·20202020·20207b0a····},.········{.15 ··0x000000d0·223a2022·66756e63·74696f6e·222c0a20·":·"function",.·
16 ··0x000000e0·20202020·20202020·20202020·226b696e·············"kin16 ··0x000000e0·20202020·20202020·20202020·20202020·················
17 ··0x000000f0·64223a20·2276616c·7565222c·0a202020·d":·"value",.···17 ··0x000000f0·20202022·6e616d65·223a2022·646e735f····"name":·"dns_
18 ··0x00000100·20202020·20202020·20226e61·6d65223a··········"name":18 ··0x00000100·6c6f6f6b·7570222c·0a202020·20202020·lookup",.·······
19 ··0x00000110·20224554·5f52454c·222c0a20·20202020··"ET_REL",.·····19 ··0x00000110·20202020·20202020·20202020·20227265··············"re
20 ··0x00000120·20202020·20202022·646f6375·6d656e74········"document20 ··0x00000120·7475726e·5f747970·65223a20·2269222c·turn_type":·"i",
21 ··0x00000130·6174696f·6e223a20·2252656c·6f636174·ation":·"Relocat21 ··0x00000130·0a202020·20202020·20202020·20202020·.···············
22 ··0x00000140·61626c65·2066696c·652e222c·0a202020·able·file.",.···22 ··0x00000140·20202020·20226f76·65726c6f·61647322······"overloads"
23 ··0x00000150·20202020·20202020·20227479·7065223a··········"type":23 ··0x00000150·3a205b0a·20202020·20202020·20202020·:·[.············
24 ··0x00000160·20226922·0a202020·20202020·207d2c0a··"i".········},.24 ··0x00000160·20202020·20202020·20202020·7b0a2020·············{.··
25 ··0x00000170·20202020·20202020·7b0a2020·20202020·········{.······25 ··0x00000170·20202020·20202020·20202020·20202020·················
26 ··0x00000180·20202020·2020226b·696e6422·3a202276·······"kind":·"v26 ··0x00000180·20202020·20202020·20202261·7267756d···········"argum
27 ··0x00000190·616c7565·222c0a20·20202020·20202020·alue",.·········27 ··0x00000190·656e7473·223a205b·0a202020·20202020·ents":·[.·······
28 ··0x000001a0·20202022·6e616d65·223a2022·45545f45····"name":·"ET_E28 ··0x000001a0·20202020·20202020·20202020·20202020·················
29 ··0x000001b0·58454322·2c0a2020·20202020·20202020·XEC",.··········29 ··0x000001b0·20202020·20202020·207b0a20·20202020··········{.·····
30 ··0x000001c0·20202264·6f63756d·656e7461·74696f6e···"documentation30 ··0x000001c0·20202020·20202020·20202020·20202020·················
31 ··0x000001d0·223a2022·45786563·75746162·6c652066·":·"Executable·f31 ··0x000001d0·20202020·20202020·20202020·20202022················"
32 ··0x000001e0·696c652e·222c0a20·20202020·20202020·ile.",.·········32 ··0x000001e0·74797065·223a2022·72222c0a·20202020·type":·"r",.····
33 ··0x000001f0·20202022·74797065·223a2022·69220a20····"type":·"i".·33 ··0x000001f0·20202020·20202020·20202020·20202020·················
34 ··0x00000200·20202020·2020207d·2c0a2020·20202020········},.······34 ··0x00000200·20202020·20202020·20202020·20202020·················
35 ··0x00000210·20207b0a·20202020·20202020·20202020···{.············35 ··0x00000210·226e616d·65223a20·22646f6d·61696e22·"name":·"domain"
36 ··0x00000220·226b696e·64223a20·2276616c·7565222c·"kind":·"value",36 ··0x00000220·0a202020·20202020·20202020·20202020·.···············
37 ··0x00000230·0a202020·20202020·20202020·20226e61·.············"na37 ··0x00000230·20202020·20202020·20202020·20202020·················
38 ··0x00000240·6d65223a·20224554·5f44594e·222c0a20·me":·"ET_DYN",.·38 ··0x00000240·207d0a20·20202020·20202020·20202020··}.·············
39 ··0x00000250·20202020·20202020·20202022·646f6375············"docu39 ··0x00000250·20202020·20202020·20202020·2020205d················]
40 ··0x00000260·6d656e74·6174696f·6e223a20·22536861·mentation":·"Sha40 ··0x00000260·2c0a2020·20202020·20202020·20202020·,.··············
41 ··0x00000270·72656420·6f626a65·63742066·696c652e·red·object·file.41 ··0x00000270·20202020·20202020·20202020·20202264···············"d
42 ··0x00000280·222c0a20·20202020·20202020·20202022·",.············"42 ··0x00000280·6f63756d·656e7461·74696f6e·223a2022·ocumentation":·"
43 ··0x00000290·74797065·223a2022·69220a20·20202020·type":·"i".·····43 ··0x00000290·46756e63·74696f6e·20726574·75726e69·Function·returni
44 ··0x000002a0·2020207d·2c0a2020·20202020·20207b0a····},.········{.44 ··0x000002a0·6e672074·72756520·69662074·68652070·ng·true·if·the·p
45 ··0x000002b0·20202020·20202020·20202020·226b696e·············"kin45 ··0x000002b0·726f6772·616d2073·656e7420·6120646f·rogram·sent·a·do
46 ··0x000002c0·64223a20·2276616c·7565222c·0a202020·d":·"value",.···46 ··0x000002c0·6d61696e·206e616d·65207265·736f6c75·main·name·resolu
47 ··0x000002d0·20202020·20202020·20226e61·6d65223a··········"name":47 ··0x000002d0·74696f6e·20726571·75657374·20666f72·tion·request·for
48 ··0x000002e0·20224554·5f434f52·45222c0a·20202020··"ET_CORE",.····48 ··0x000002e0·20612064·6f6d6169·6e206d61·74636869··a·domain·matchi
49 ··0x000002f0·20202020·20202020·22646f63·756d656e·········"documen49 ··0x000002f0·6e672074·68652070·726f7669·64656420·ng·the·provided·
50 ··0x00000300·74617469·6f6e223a·2022436f·72652066·tation":·"Core·f50 ··0x00000300·72656775·6c617220·65787072·65737369·regular·expressi
51 ··0x00000310·696c652e·222c0a20·20202020·20202020·ile.",.·········51 ··0x00000310·6f6e2e5c·6e5c6e45·78616d70·6c653a20·on.\n\nExample:·
52 ··0x00000320·20202022·74797065·223a2022·69220a20····"type":·"i".·52 ··0x00000320·6375636b·6f6f2e6e·6574776f·726b2e64·cuckoo.network.d
53 ··0x00000330·20202020·2020207d·2c0a2020·20202020········},.······53 ··0x00000330·6e735f6c·6f6f6b75·70282f65·76696c5c·ns_lookup(/evil\
54 ··0x00000340·20207b0a·20202020·20202020·20202020···{.············54 ··0x00000340·5c2e636f·6d2f2922·0a202020·20202020·\.com/)".·······
55 ··0x00000350·226b696e·64223a20·2276616c·7565222c·"kind":·"value",55 ··0x00000350·20202020·20202020·20202020·20202020·················
56 ··0x00000360·0a202020·20202020·20202020·20226e61·.············"na56 ··0x00000360·207d0a20·20202020·20202020·20202020··}.·············
57 ··0x00000370·6d65223a·2022454d·5f4e4f4e·45222c0a·me":·"EM_NONE",.57 ··0x00000370·20202020·2020205d·0a202020·20202020········].·······
58 ··0x00000380·20202020·20202020·20202020·22646f63·············"doc58 ··0x00000380·20202020·20202020·207d2c0a·20202020··········},.····
59 ··0x00000390·756d656e·74617469·6f6e223a·2022222c·umentation":·"",59 ··0x00000390·20202020·20202020·20202020·7b0a2020·············{.··
60 ··0x000003a0·0a202020·20202020·20202020·20227479·.············"ty60 ··0x000003a0·20202020·20202020·20202020·20202020·················
61 ··0x000003b0·7065223a·20226922·0a202020·20202020·pe":·"i".·······61 ··0x000003b0·2020226b·696e6422·3a202266·756e6374···"kind":·"funct
62 ··0x000003c0·207d2c0a·20202020·20202020·7b0a2020··},.········{.··62 ··0x000003c0·696f6e22·2c0a2020·20202020·20202020·ion",.··········
63 ··0x000003d0·20202020·20202020·2020226b·696e6422···········"kind"63 ··0x000003d0·20202020·20202020·2020226e·616d6522···········"name"
64 ··0x000003e0·3a202276·616c7565·222c0a20·20202020·:·"value",.·····64 ··0x000003e0·3a202268·7474705f·67657422·2c0a2020·:·"http_get",.··
65 ··0x000003f0·20202020·20202022·6e616d65·223a2022········"name":·"65 ··0x000003f0·20202020·20202020·20202020·20202020·················
66 ··0x00000400·454d5f4d·3332222c·0a202020·20202020·EM_M32",.·······66 ··0x00000400·20202272·65747572·6e5f7479·7065223a···"return_type":
67 ··0x00000410·20202020·2022646f·63756d65·6e746174······"documentat67 ··0x00000410·20226922·2c0a2020·20202020·20202020··"i",.··········
68 ··0x00000420·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······68 ··0x00000420·20202020·20202020·2020226f·7665726c···········"overl
69 ··0x00000430·20202020·20202274·79706522·3a202269·······"type":·"i69 ··0x00000430·6f616473·223a205b·0a202020·20202020·oads":·[.·······
70 ··0x00000440·220a2020·20202020·20207d2c·0a202020·".········},.···70 ··0x00000440·20202020·20202020·20202020·20202020·················
71 ··0x00000450·20202020·207b0a20·20202020·20202020······{.·········71 ··0x00000450·207b0a20·20202020·20202020·20202020··{.·············
72 ··0x00000460·20202022·6b696e64·223a2022·76616c75····"kind":·"valu72 ··0x00000460·20202020·20202020·20202020·20202022················"
73 ··0x00000470·65222c0a·20202020·20202020·20202020·e",.············73 ··0x00000470·61726775·6d656e74·73223a20·5b0a2020·arguments":·[.··
74 ··0x00000480·226e616d·65223a20·22454d5f·53504152·"name":·"EM_SPAR74 ··0x00000480·20202020·20202020·20202020·20202020·················
75 ··0x00000490·43222c0a·20202020·20202020·20202020·C",.············75 ··0x00000490·20202020·20202020·20202020·20207b0a···············{.
76 ··0x000004a0·22646f63·756d656e·74617469·6f6e223a·"documentation":76 ··0x000004a0·20202020·20202020·20202020·20202020·················
77 ··0x000004b0·2022222c·0a202020·20202020·20202020··"",.···········77 ··0x000004b0·20202020·20202020·20202020·20202020·················
78 ··0x000004c0·20227479·7065223a·20226922·0a202020··"type":·"i".···78 ··0x000004c0·20202020·22747970·65223a20·2272222c·····"type":·"r",
79 ··0x000004d0·20202020·207d2c0a·20202020·20202020······},.········79 ··0x000004d0·0a202020·20202020·20202020·20202020·.···············
80 ··0x000004e0·7b0a2020·20202020·20202020·2020226b·{.············"k80 ··0x000004e0·20202020·20202020·20202020·20202020·················
81 ··0x000004f0·696e6422·3a202276·616c7565·222c0a20·ind":·"value",.·81 ··0x000004f0·20202020·20226e61·6d65223a·20227572······"name":·"ur
82 ··0x00000500·20202020·20202020·20202022·6e616d65············"name82 ··0x00000500·6c220a20·20202020·20202020·20202020·l".·············
83 ··0x00000510·223a2022·454d5f33·3836222c·0a202020·":·"EM_386",.···83 ··0x00000510·20202020·20202020·20202020·20202020·················
84 ··0x00000520·20202020·20202020·2022646f·63756d65··········"docume84 ··0x00000520·2020207d·0a202020·20202020·20202020····}.···········
85 ··0x00000530·6e746174·696f6e22·3a202222·2c0a2020·ntation":·"",.··85 ··0x00000530·20202020·20202020·20202020·20202020·················
86 ··0x00000540·20202020·20202020·20202274·79706522···········"type"86 ··0x00000540·205d2c0a·20202020·20202020·20202020··],.············
87 ··0x00000550·3a202269·220a2020·20202020·20207d2c·:·"i".········},87 ··0x00000550·20202020·20202020·20202020·20202020·················
88 ··0x00000560·0a202020·20202020·207b0a20·20202020·.········{.·····88 ··0x00000560·22646f63·756d656e·74617469·6f6e223a·"documentation":
89 ··0x00000570·20202020·20202022·6b696e64·223a2022········"kind":·"89 ··0x00000570·20224675·6e637469·6f6e2072·65747572··"Function·retur
90 ··0x00000580·76616c75·65222c0a·20202020·20202020·value",.········90 ··0x00000580·6e696e67·20747275·65206966·20746865·ning·true·if·the
91 ··0x00000590·20202020·226e616d·65223a20·22454d5f·····"name":·"EM_91 ··0x00000590·2070726f·6772616d·2073656e·74206120··program·sent·a·
92 ··0x000005a0·36384b22·2c0a2020·20202020·20202020·68K",.··········92 ··0x000005a0·48545450·20474554·20726571·75657374·HTTP·GET·request
93 ··0x000005b0·20202264·6f63756d·656e7461·74696f6e···"documentation93 ··0x000005b0·20746f20·61205552·4c206d61·74636869··to·a·URL·matchi
94 ··0x000005c0·223a2022·222c0a20·20202020·20202020·":·"",.·········94 ··0x000005c0·6e672074·68652070·726f7669·64656420·ng·the·provided·
95 ··0x000005d0·20202022·74797065·223a2022·69220a20····"type":·"i".·95 ··0x000005d0·72656775·6c617220·65787072·65737369·regular·expressi
96 ··0x000005e0·20202020·2020207d·2c0a2020·20202020········},.······96 ··0x000005e0·6f6e2e22·0a202020·20202020·20202020·on.".···········
97 ··0x000005f0·20207b0a·20202020·20202020·20202020···{.············97 ··0x000005f0·20202020·20202020·20202020·207d0a20··············}.·
98 ··0x00000600·226b696e·64223a20·2276616c·7565222c·"kind":·"value",98 ··0x00000600·20202020·20202020·20202020·20202020·················
99 ··0x00000610·0a202020·20202020·20202020·20226e61·.············"na99 ··0x00000610·2020205d·0a202020·20202020·20202020····].···········
100 ··0x00000620·6d65223a·2022454d·5f38384b·222c0a20·me":·"EM_88K",.·100 ··0x00000620·20202020·207d2c0a·20202020·20202020······},.········
101 ··0x00000630·20202020·20202020·20202022·646f6375············"docu101 ··0x00000630·20202020·20202020·7b0a2020·20202020·········{.······
102 ··0x00000640·6d656e74·6174696f·6e223a20·22222c0a·mentation":·"",.102 ··0x00000640·20202020·20202020·20202020·2020226b···············"k
103 ··0x00000650·20202020·20202020·20202020·22747970·············"typ103 ··0x00000650·696e6422·3a202266·756e6374·696f6e22·ind":·"function"
104 ··0x00000660·65223a20·2269220a·20202020·20202020·e":·"i".········104 ··0x00000660·2c0a2020·20202020·20202020·20202020·,.··············
105 ··0x00000670·7d2c0a20·20202020·2020207b·0a202020·},.········{.···105 ··0x00000670·20202020·2020226e·616d6522·3a202268·······"name":·"h
106 ··0x00000680·20202020·20202020·20226b69·6e64223a··········"kind":106 ··0x00000680·7474705f·706f7374·222c0a20·20202020·ttp_post",.·····
107 ··0x00000690·20227661·6c756522·2c0a2020·20202020··"value",.······107 ··0x00000690·20202020·20202020·20202020·20202022················"
108 ··0x000006a0·20202020·2020226e·616d6522·3a202245·······"name":·"E108 ··0x000006a0·72657475·726e5f74·79706522·3a202269·return_type":·"i
109 ··0x000006b0·4d5f3836·30222c0a·20202020·20202020·M_860",.········109 ··0x000006b0·222c0a20·20202020·20202020·20202020·",.·············
110 ··0x000006c0·20202020·22646f63·756d656e·74617469·····"documentati110 ··0x000006c0·20202020·20202022·6f766572·6c6f6164········"overload
111 ··0x000006d0·6f6e223a·2022222c·0a202020·20202020·on":·"",.·······111 ··0x000006d0·73223a20·5b0a2020·20202020·20202020·s":·[.··········
112 ··0x000006e0·20202020·20227479·7065223a·20226922······"type":·"i"112 ··0x000006e0·20202020·20202020·20202020·20207b0a···············{.
113 ··0x000006f0·0a202020·20202020·207d2c0a·20202020·.········},.····113 ··0x000006f0·20202020·20202020·20202020·20202020·················
114 ··0x00000700·20202020·7b0a2020·20202020·20202020·····{.··········114 ··0x00000700·20202020·20202020·20202020·22617267·············"arg
115 ··0x00000710·2020226b·696e6422·3a202276·616c7565···"kind":·"value115 ··0x00000710·756d656e·7473223a·205b0a20·20202020·uments":·[.·····
116 ··0x00000720·222c0a20·20202020·20202020·20202022·",.············"116 ··0x00000720·20202020·20202020·20202020·20202020·················
117 ··0x00000730·6e616d65·223a2022·454d5f4d·49505322·name":·"EM_MIPS"117 ··0x00000730·20202020·20202020·2020207b·0a202020············{.···
118 ··0x00000740·2c0a2020·20202020·20202020·20202264·,.············"d118 ··0x00000740·20202020·20202020·20202020·20202020·················
119 ··0x00000750·6f63756d·656e7461·74696f6e·223a2022·ocumentation":·"119 ··0x00000750·20202020·20202020·20202020·20202020·················
120 ··0x00000760·222c0a20·20202020·20202020·20202022·",.············"120 ··0x00000760·20227479·7065223a·20227222·2c0a2020··"type":·"r",.··
121 ··0x00000770·74797065·223a2022·69220a20·20202020·type":·"i".·····121 ··0x00000770·20202020·20202020·20202020·20202020·················
122 ··0x00000780·2020207d·2c0a2020·20202020·20207b0a····},.········{.122 ··0x00000780·20202020·20202020·20202020·20202020·················
123 ··0x00000790·20202020·20202020·20202020·226b696e·············"kin123 ··0x00000790·2020226e·616d6522·3a202275·726c220a···"name":·"url".
124 ··0x000007a0·64223a20·2276616c·7565222c·0a202020·d":·"value",.···124 ··0x000007a0·20202020·20202020·20202020·20202020·················
125 ··0x000007b0·20202020·20202020·20226e61·6d65223a··········"name":125 ··0x000007b0·20202020·20202020·20202020·20202020·················
Max diff block lines reached; 1912046/1980913 bytes (96.52%) of diff not shown.
1.36 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 90, 17 lines modifiedOffset 90, 17 lines modified
90 ··0x00000560·0e080000·50000000·b0040000·00000000·....P...........90 ··0x00000560·0e080000·50000000·b0040000·00000000·....P...........
91 ··0x00000570·48060000·04000000·00460e10·8f02450e·H........F....E.91 ··0x00000570·48060000·04000000·00460e10·8f02450e·H........F....E.
92 ··0x00000580·188e0342·0e208d04·420e288c·05410e30·...B.·..B.(..A.092 ··0x00000580·188e0342·0e208d04·420e288c·05410e30·...B.·..B.(..A.0
93 ··0x00000590·8606440e·3883074a·0ef00403·92040a0e·..D.8..J........93 ··0x00000590·8606440e·3883074a·0ef00403·92040a0e·..D.8..J........
94 ··0x000005a0·38410e30·410e2842·0e20420e·18420e10·8A.0A.(B.·B..B..94 ··0x000005a0·38410e30·410e2842·0e20420e·18420e10·8A.0A.(B.·B..B..
95 ··0x000005b0·420e0846·0b000000·50000000·04050000·B..F....P.......95 ··0x000005b0·420e0846·0b000000·50000000·04050000·B..F....P.......
96 ··0x000005c0·00000000·91280000·04000000·00460e10·.....(.......F..96 ··0x000005c0·00000000·91280000·04000000·00460e10·.....(.......F..
97 ··0x000005d0·8f02540e·188e0342·0e208d04·420e288c·..T....B.·..B.(.97 ··0x000005d0·8f024e0e·188e0342·0e208d04·420e288c·..N....B.·..B.(.
98 ··0x000005e0·05410e30·8606410e·38830747·0eb01003·.A.0..A.8..G....98 ··0x000005e0·05410e30·8606410e·38830747·0eb01003·.A.0..A.8..G....
99 ··0x000005f0·fd160a0e·38410e30·410e2842·0e20420e·....8A.0A.(B.·B.99 ··0x000005f0·03170a0e·38410e30·410e2842·0e20420e·....8A.0A.(B.·B.
100 ··0x00000600·18420e10·420e0842·0b000000·34000000·.B..B..B....4...100 ··0x00000600·18420e10·420e0842·0b000000·34000000·.B..B..B....4...
101 ··0x00000610·10060000·00000000·85000000·00460e10·.............F..101 ··0x00000610·10060000·00000000·85000000·00460e10·.............F..
102 ··0x00000620·8c02440e·18860341·0e208304·02660a0e·..D....A.·...f..102 ··0x00000620·8c02440e·18860341·0e208304·02660a0e·..D....A.·...f..
103 ··0x00000630·18410e10·420e084c·0b410e18·410e1042·.A..B..L.A..A..B103 ··0x00000630·18410e10·420e084c·0b410e18·410e1042·.A..B..L.A..A..B
104 ··0x00000640·0e080000·3c000000·48060000·00000000·....<...H.......104 ··0x00000640·0e080000·3c000000·48060000·00000000·....<...H.......
105 ··0x00000650·12010000·00460e10·8e02420e·188d0345·.....F....B....E105 ··0x00000650·12010000·00460e10·8e02420e·188d0345·.....F....B....E
106 ··0x00000660·0e208c04·410e2886·05410e30·830602d1·.·..A.(..A.0....106 ··0x00000660·0e208c04·410e2886·05410e30·830602d1·.·..A.(..A.0....
2.2 MB
libyaramod0_3.21.0-1.1_amd64.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary
2 -rw-r--r--···0········0········0······908·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0······908·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0···525556·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0···525364·2024-07-03·21:18:46.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
2.2 MB
data.tar.xz
2.2 MB
data.tar
2.2 MB
./usr/lib/x86_64-linux-gnu/libyaramod.so.3.21.0
File has been modified after NT_GNU_BUILD_ID has been applied.
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner················Data·size·»  Description2 ··Owner················Data·size·»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·ed25b186eece71251138b1334b74f3933b2dda423 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·e93978e2bd3028cace1edb35bee2b7618ddc6e5d
1.57 KB
readelf --wide --debug-dump=frames {}
    
Offset 67280, 32 lines modifiedOffset 67280, 32 lines modified
67280 ··DW_CFA_nop67280 ··DW_CFA_nop
  
67281 00024ac8·0000000000000050·00022518·FDE·cie=000025b4·pc=0000000000188040..000000000018a8d167281 00024ac8·0000000000000050·00022518·FDE·cie=000025b4·pc=0000000000188040..000000000018a8d1
67282 ··Augmentation·data:·····5b·0b·01·0067282 ··Augmentation·data:·····5b·0b·01·00
67283 ··DW_CFA_advance_loc:·6·to·000000000018804667283 ··DW_CFA_advance_loc:·6·to·0000000000188046
67284 ··DW_CFA_def_cfa_offset:·1667284 ··DW_CFA_def_cfa_offset:·16
67285 ··DW_CFA_offset:·r15·(r15)·at·cfa-1667285 ··DW_CFA_offset:·r15·(r15)·at·cfa-16
67286 ··DW_CFA_advance_loc:·20·to·000000000018805a67286 ··DW_CFA_advance_loc:·14·to·0000000000188054
67287 ··DW_CFA_def_cfa_offset:·2467287 ··DW_CFA_def_cfa_offset:·24
67288 ··DW_CFA_offset:·r14·(r14)·at·cfa-2467288 ··DW_CFA_offset:·r14·(r14)·at·cfa-24
67289 ··DW_CFA_advance_loc:·2·to·000000000018805c67289 ··DW_CFA_advance_loc:·2·to·0000000000188056
67290 ··DW_CFA_def_cfa_offset:·3267290 ··DW_CFA_def_cfa_offset:·32
67291 ··DW_CFA_offset:·r13·(r13)·at·cfa-3267291 ··DW_CFA_offset:·r13·(r13)·at·cfa-32
67292 ··DW_CFA_advance_loc:·2·to·000000000018805e67292 ··DW_CFA_advance_loc:·2·to·0000000000188058
67293 ··DW_CFA_def_cfa_offset:·4067293 ··DW_CFA_def_cfa_offset:·40
67294 ··DW_CFA_offset:·r12·(r12)·at·cfa-4067294 ··DW_CFA_offset:·r12·(r12)·at·cfa-40
67295 ··DW_CFA_advance_loc:·1·to·000000000018805f67295 ··DW_CFA_advance_loc:·1·to·0000000000188059
67296 ··DW_CFA_def_cfa_offset:·4867296 ··DW_CFA_def_cfa_offset:·48
67297 ··DW_CFA_offset:·r6·(rbp)·at·cfa-4867297 ··DW_CFA_offset:·r6·(rbp)·at·cfa-48
67298 ··DW_CFA_advance_loc:·1·to·000000000018806067298 ··DW_CFA_advance_loc:·1·to·000000000018805a
67299 ··DW_CFA_def_cfa_offset:·5667299 ··DW_CFA_def_cfa_offset:·56
67300 ··DW_CFA_offset:·r3·(rbx)·at·cfa-5667300 ··DW_CFA_offset:·r3·(rbx)·at·cfa-56
67301 ··DW_CFA_advance_loc:·7·to·000000000018806767301 ··DW_CFA_advance_loc:·7·to·0000000000188061
67302 ··DW_CFA_def_cfa_offset:·209667302 ··DW_CFA_def_cfa_offset:·2096
67303 ··DW_CFA_advance_loc2:·5885·to·000000000018976467303 ··DW_CFA_advance_loc2:·5891·to·0000000000189764
67304 ··DW_CFA_remember_state67304 ··DW_CFA_remember_state
67305 ··DW_CFA_def_cfa_offset:·5667305 ··DW_CFA_def_cfa_offset:·56
67306 ··DW_CFA_advance_loc:·1·to·000000000018976567306 ··DW_CFA_advance_loc:·1·to·0000000000189765
67307 ··DW_CFA_def_cfa_offset:·4867307 ··DW_CFA_def_cfa_offset:·48
67308 ··DW_CFA_advance_loc:·1·to·000000000018976667308 ··DW_CFA_advance_loc:·1·to·0000000000189766
67309 ··DW_CFA_def_cfa_offset:·4067309 ··DW_CFA_def_cfa_offset:·40
67310 ··DW_CFA_advance_loc:·2·to·000000000018976867310 ··DW_CFA_advance_loc:·2·to·0000000000189768
257 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 6658, 1000 lines modifiedOffset 6658, 2862 lines modified
6658 )147:;=IJ]6658 )147:;=IJ]
6659 )14:;EFIJ^de6659 )14:;EFIJ^de
6660 FGNOXZ\^~6660 FGNOXZ\^~
6661 N7yaramod9HexStringE6661 N7yaramod9HexStringE
6662 N7yaramod11ModuleErrorE6662 N7yaramod11ModuleErrorE
6663 N7yaramod6ModuleE6663 N7yaramod6ModuleE
6664 ····"kind":·"struct",6664 ····"kind":·"struct",
 6665 ····"name":·"cuckoo",
 6666 ····"attributes":·[
 6667 ········{
 6668 ············"kind":·"struct",
 6669 ············"name":·"network",
 6670 ············"attributes":·[
 6671 ················{
 6672 ····················"kind":·"function",
 6673 ····················"name":·"dns_lookup",
 6674 ····················"return_type":·"i",
 6675 ····················"overloads":·[
 6676 ························{
 6677 ····························"arguments":·[
 6678 ································{
 6679 ····································"type":·"r",
 6680 ····································"name":·"domain"
 6681 ································}
 6682 ····························],
 6683 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·domain·name·resolution·request·for·a·domain·matching·the·provided·regular·expression.\n\nExample:·cuckoo.network.dns_lookup(/evil\\.com/)"
 6684 ························}
 6685 ····················]
 6686 ················},
 6687 ················{
 6688 ····················"kind":·"function",
 6689 ····················"name":·"http_get",
 6690 ····················"return_type":·"i",
 6691 ····················"overloads":·[
 6692 ························{
 6693 ····························"arguments":·[
 6694 ································{
 6695 ····································"type":·"r",
 6696 ····································"name":·"url"
 6697 ································}
 6698 ····························],
 6699 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·GET·request·to·a·URL·matching·the·provided·regular·expression."
 6700 ························}
 6701 ····················]
 6702 ················},
 6703 ················{
 6704 ····················"kind":·"function",
 6705 ····················"name":·"http_post",
 6706 ····················"return_type":·"i",
 6707 ····················"overloads":·[
 6708 ························{
 6709 ····························"arguments":·[
 6710 ································{
 6711 ····································"type":·"r",
 6712 ····································"name":·"url"
 6713 ································}
 6714 ····························],
 6715 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·POST·request·to·a·URL·matching·the·provided·regular·expression."
 6716 ························}
 6717 ····················]
 6718 ················},
 6719 ················{
 6720 ····················"kind":·"function",
 6721 ····················"name":·"http_request",
 6722 ····················"return_type":·"i",
 6723 ····················"overloads":·[
 6724 ························{
 6725 ····························"arguments":·[
 6726 ································{
 6727 ····································"type":·"r",
 6728 ····································"name":·"url"
 6729 ································}
 6730 ····························],
 6731 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·request·to·a·URL·matching·the·provided·regular·expression."
 6732 ························}
 6733 ····················]
 6734 ················},
 6735 ················{
 6736 ····················"kind":·"function",
 6737 ····················"name":·"host",
 6738 ····················"return_type":·"i",
 6739 ····················"overloads":·[
 6740 ························{
 6741 ····························"arguments":·[
 6742 ································{
 6743 ····································"type":·"r",
 6744 ····································"name":·"IP·address"
 6745 ································}
 6746 ····························],
 6747 ····························"documentation":·"Function·returning·true·if·the·program·contacted·an·IP·address·matching·the·provided·regular·expression.·Example:·```cuckoo.network.host(/192\\.168\\.1\\.1/)```"
 6748 ························}
 6749 ····················]
 6750 ················},
 6751 ················{
 6752 ····················"kind":·"function",
 6753 ····················"name":·"http_user_agent",
 6754 ····················"return_type":·"i",
 6755 ····················"overloads":·[
 6756 ························{
 6757 ····························"arguments":·[
 6758 ································{
 6759 ····································"type":·"r",
 6760 ····································"name":·"agent"
 6761 ································}
 6762 ····························],
 6763 ····························"documentation":·"Function·returning·true·if·the·program·sent·a·HTTP·request·with·a·user·agent·matching·the·provided·regular·expression.·Example:·```cuckoo.network.http_user_agent(/MSIE·6\\.0/)```"
 6764 ························}
 6765 ····················]
 6766 ················},
 6767 ················{
 6768 ····················"kind":·"function",
 6769 ····················"name":·"tcp",
 6770 ····················"return_type":·"i",
 6771 ····················"overloads":·[
 6772 ························{
 6773 ····························"arguments":·[
 6774 ································{
 6775 ····································"type":·"r",
 6776 ····································"name":·"IP·address"
 6777 ································},
 6778 ································{
 6779 ····································"type":·"i",
 6780 ····································"name":·"port"
 6781 ································}
 6782 ····························],
 6783 ····························"documentation":·"Function·returning·true·if·the·program·contacted·an·IP·address·matching·the·provided·regular·expression,·over·TCP·on·the·provided·port·number."
 6784 ························}
Max diff block lines reached; 254460/263376 bytes (96.61%) of diff not shown.
53.8 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 358769, 53 lines modifiedOffset 358769, 51 lines modified
358769 »       nopl···0x0(%rax,%rax,1)358769 »       nopl···0x0(%rax,%rax,1)
  
358770 0000000000188040·<yaramod::modules::ModuleList::ModuleList()@@Base>:358770 0000000000188040·<yaramod::modules::ModuleList::ModuleList()@@Base>:
358771 yaramod::modules::ModuleList::ModuleList():358771 yaramod::modules::ModuleList::ModuleList():
358772 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30358772 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30
358773 »       endbr64358773 »       endbr64
358774 »       push···%r15358774 »       push···%r15
358775 /usr/include/c++/14/bits/char_traits.h:427 
358776 »       mov····$0x6570,%r9d 
358777 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17·(discriminator·2)358775 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_time_generated.h:17·(discriminator·2)
 358776 »       lea····0x7f7f3(%rip),%rdx········
358778 »       mov····$0x12e30,%ecx358777 »       mov····$0x1ce,%ecx
358779 »       lea····0x6cb88(%rip),%rdx········ 
358780 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30358778 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30
358781 »       push···%r14358779 »       push···%r14
358782 »       push···%r13358780 »       push···%r13
358783 »       push···%r12358781 »       push···%r12
358784 »       push···%rbp358782 »       push···%rbp
358785 »       push···%rbx358783 »       push···%rbx
358786 »       sub····$0x7f8,%rsp358784 »       sub····$0x7f8,%rsp
358787 »       mov····%rdi,0xd0(%rsp)358785 »       mov····%rdi,0xd0(%rsp)
358788 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17·(discriminator·2)358786 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_time_generated.h:17·(discriminator·2)
358789 »       lea····0x160(%rsp),%rax358787 »       lea····0x160(%rsp),%rax
358790 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)358788 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
358791 »       lea····0x4b0(%rsp),%rbx358789 »       lea····0x4b0(%rsp),%rbx
358792 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17·(discriminator·2)358790 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_time_generated.h:17·(discriminator·2)
358793 »       mov····%rax,%rdi358791 »       mov····%rax,%rdi
358794 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)358792 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
358795 »       mov····%fs:0x28,%r14358793 »       mov····%fs:0x28,%r14
358796 »       mov····%r14,0x7e8(%rsp)358794 »       mov····%r14,0x7e8(%rsp)
358797 »       lea····0x4a0(%rsp),%r14358795 »       lea····0x4a0(%rsp),%r14
358798 »       mov····%rbx,0x4a0(%rsp)358796 »       mov····%rbx,0x4a0(%rsp)
358799 /usr/include/c++/14/bits/char_traits.h:427358797 /usr/include/c++/14/bits/char_traits.h:427
358800 »       mov····%r9w,0x4b0(%rsp)358798 »       movl···$0x656d6974,0x4b0(%rsp)
358801 /usr/include/c++/14/bits/basic_string.h:223358799 /usr/include/c++/14/bits/basic_string.h:223
358802 »       movq···$0x2,0x4a8(%rsp)358800 »       movq···$0x4,0x4a8(%rsp)
358803 /usr/include/c++/14/bits/char_traits.h:350358801 /usr/include/c++/14/bits/char_traits.h:350
358804 »       movb···$0x0,0x4b2(%rsp)358802 »       movb···$0x0,0x4b4(%rsp)
358805 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17·(discriminator·2)358803 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_time_generated.h:17·(discriminator·2)
358806 »       mov····%rax,0xf8(%rsp)358804 »       mov····%rax,0xf8(%rsp)
358807 »       mov····%r14,%rsi358805 »       mov····%r14,%rsi
358808 »       call···848f0·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>358806 »       call···848f0·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>
358809 /usr/include/c++/14/bits/basic_string.h:228358807 /usr/include/c++/14/bits/basic_string.h:228
358810 »       mov····0x4a0(%rsp),%rdi358808 »       mov····0x4a0(%rsp),%rdi
358811 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)358809 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)
358812 »       cmp····%rbx,%rdi358810 »       cmp····%rbx,%rdi
358813 »       je·····1880ee·<yaramod::modules::ModuleList::ModuleList()@@Base+0xae>358811 »       je·····1880ea·<yaramod::modules::ModuleList::ModuleList()@@Base+0xaa>
358814 /usr/include/c++/14/bits/basic_string.h:294358812 /usr/include/c++/14/bits/basic_string.h:294
358815 »       mov····0x4b0(%rsp),%rax358813 »       mov····0x4b0(%rsp),%rax
358816 »       lea····0x1(%rax),%rsi358814 »       lea····0x1(%rax),%rsi
358817 /usr/include/c++/14/bits/new_allocator.h:172358815 /usr/include/c++/14/bits/new_allocator.h:172
358818 »       call···84a20·<operator·delete(void*,·unsigned·long)@plt>358816 »       call···84a20·<operator·delete(void*,·unsigned·long)@plt>
358819 /usr/include/c++/14/bits/basic_string.h:228358817 /usr/include/c++/14/bits/basic_string.h:228
358820 »       mov····0x160(%rsp),%rax358818 »       mov····0x160(%rsp),%rax
Offset 358868, 46 lines modifiedOffset 358866, 43 lines modified
358868 »       mov····0x58(%rsp),%rax358866 »       mov····0x58(%rsp),%rax
358869 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)358867 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
358870 »       lea····0x460(%rsp),%r15358868 »       lea····0x460(%rsp),%r15
358871 /usr/include/c++/14/bits/basic_string.h:223358869 /usr/include/c++/14/bits/basic_string.h:223
358872 »       mov····%rcx,0x4c8(%rsp)358870 »       mov····%rcx,0x4c8(%rsp)
358873 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)358871 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
358874 »       lea····0x470(%rsp),%r12358872 »       lea····0x470(%rsp),%r12
358875 /usr/include/c++/14/bits/char_traits.h:427 
358876 »       mov····$0x6f6f,%r8d 
358877 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17·(discriminator·2)358873 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)
358878 »       lea····0x6a8cb(%rip),%rdx········358874 »       lea····0x7e095(%rip),%rdx········
358879 »       mov····$0x2134,%ecx 
358880 »       mov····%r15,%rsi358875 »       mov····%r15,%rsi
 358876 »       mov····$0x15c1,%ecx
 358877 /usr/include/c++/14/bits/basic_string.h:223
 358878 »       movq···$0x0,0x188(%rsp)
358881 /usr/include/c++/14/bits/basic_string.h:218358879 /usr/include/c++/14/bits/basic_string.h:218
358882 »       mov····%rax,0x180(%rsp)358880 »       mov····%rax,0x180(%rsp)
358883 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17·(discriminator·2)358881 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)
358884 »       lea····0x1a0(%rsp),%rax358882 »       lea····0x1a0(%rsp),%rax
358885 »       mov····%rax,%rdi358883 »       mov····%rax,%rdi
358886 /usr/include/c++/14/bits/char_traits.h:350358884 /usr/include/c++/14/bits/char_traits.h:350
358887 »       movb···$0x0,0x190(%rsp)358885 »       movb···$0x0,0x190(%rsp)
358888 /usr/include/c++/14/bits/basic_string.h:223 
358889 »       movq···$0x0,0x188(%rsp) 
358890 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)358886 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
358891 »       mov····%r12,0x460(%rsp)358887 »       mov····%r12,0x460(%rsp)
358892 /usr/include/c++/14/bits/char_traits.h:427358888 /usr/include/c++/14/bits/char_traits.h:427
358893 »       movl···$0x6b637563,0x470(%rsp)358889 »       movl···$0x68736168,0x470(%rsp)
358894 »       mov····%r8w,0x474(%rsp) 
358895 /usr/include/c++/14/bits/basic_string.h:223358890 /usr/include/c++/14/bits/basic_string.h:223
358896 »       movq···$0x6,0x468(%rsp)358891 »       movq···$0x4,0x468(%rsp)
358897 /usr/include/c++/14/bits/char_traits.h:350358892 /usr/include/c++/14/bits/char_traits.h:350
358898 »       movb···$0x0,0x476(%rsp)358893 »       movb···$0x0,0x474(%rsp)
358899 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17·(discriminator·2)358894 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)
358900 »       mov····%rax,0x100(%rsp)358895 »       mov····%rax,0x100(%rsp)
358901 »       call···848f0·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>358896 »       call···848f0·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>
358902 /usr/include/c++/14/bits/basic_string.h:228358897 /usr/include/c++/14/bits/basic_string.h:228
358903 »       mov····0x460(%rsp),%rdi358898 »       mov····0x460(%rsp),%rdi
358904 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)358899 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)
358905 »       cmp····%r12,%rdi358900 »       cmp····%r12,%rdi
358906 »       je·····18825f·<yaramod::modules::ModuleList::ModuleList()@@Base+0x21f>358901 »       je·····18824c·<yaramod::modules::ModuleList::ModuleList()@@Base+0x20c>
358907 /usr/include/c++/14/bits/basic_string.h:294358902 /usr/include/c++/14/bits/basic_string.h:294
358908 »       mov····0x470(%rsp),%rax358903 »       mov····0x470(%rsp),%rax
358909 »       lea····0x1(%rax),%rsi358904 »       lea····0x1(%rax),%rsi
358910 /usr/include/c++/14/bits/new_allocator.h:172358905 /usr/include/c++/14/bits/new_allocator.h:172
358911 »       call···84a20·<operator·delete(void*,·unsigned·long)@plt>358906 »       call···84a20·<operator·delete(void*,·unsigned·long)@plt>
358912 /usr/include/c++/14/bits/basic_string.h:228358907 /usr/include/c++/14/bits/basic_string.h:228
358913 »       mov····0x1a0(%rsp),%rax358908 »       mov····0x1a0(%rsp),%rax
Offset 358955, 45 lines modifiedOffset 358950, 49 lines modified
358955 /usr/include/c++/14/bits/basic_string.h:218358950 /usr/include/c++/14/bits/basic_string.h:218
358956 »       mov····%rax,0x500(%rsp)358951 »       mov····%rax,0x500(%rsp)
358957 /usr/include/c++/14/bits/basic_string.h:255358952 /usr/include/c++/14/bits/basic_string.h:255
358958 »       mov····0x1d0(%rsp),%rax358953 »       mov····0x1d0(%rsp),%rax
358959 »       mov····%rax,0x510(%rsp)358954 »       mov····%rax,0x510(%rsp)
358960 /usr/include/c++/14/bits/basic_string.h:218358955 /usr/include/c++/14/bits/basic_string.h:218
358961 »       mov····0x68(%rsp),%rax358956 »       mov····0x68(%rsp),%rax
 358957 /usr/include/c++/14/bits/char_traits.h:427
 358958 »       mov····$0x6c65,%r9d
 358959 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_elf_generated.h:17·(discriminator·2)
 358960 »       mov····%r15,%rsi
358962 /usr/include/c++/14/bits/basic_string.h:223358961 /usr/include/c++/14/bits/basic_string.h:223
358963 »       mov····%rcx,0x508(%rsp)358962 »       mov····%rcx,0x508(%rsp)
358964 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)358963 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_elf_generated.h:17·(discriminator·2)
358965 »       mov····%r15,%rsi 
358966 »       lea····0x69185(%rip),%rdx········358964 »       lea····0x77312(%rip),%rdx········
358967 »       mov····$0x15c1,%ecx358965 »       mov····$0x6c07,%ecx
358968 /usr/include/c++/14/bits/char_traits.h:350358966 /usr/include/c++/14/bits/basic_string.h:223
358969 »       movb···$0x0,0x1d0(%rsp)358967 »       movq···$0x0,0x1c8(%rsp)
358970 /usr/include/c++/14/bits/basic_string.h:218358968 /usr/include/c++/14/bits/basic_string.h:218
358971 »       mov····%rax,0x1c0(%rsp)358969 »       mov····%rax,0x1c0(%rsp)
358972 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)358970 ./obj-x86_64-linux-gnu/src/./include/yaramod/types/modules/generated/module_elf_generated.h:17·(discriminator·2)
Max diff block lines reached; 47908/54953 bytes (87.18%) of diff not shown.
1.89 MB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 5776, 14875 lines modifiedOffset 5776, 14875 lines modified
5776 ··0x001cd8d0·b95cfbff·00000000·00000000·00000000·.\..............5776 ··0x001cd8d0·b95cfbff·00000000·00000000·00000000·.\..............
5777 ··0x001cd8e0·4e377961·72616d6f·6431314d·6f64756c·N7yaramod11Modul5777 ··0x001cd8e0·4e377961·72616d6f·6431314d·6f64756c·N7yaramod11Modul
5778 ··0x001cd8f0·65457272·6f724500·00000000·00000000·eErrorE.........5778 ··0x001cd8f0·65457272·6f724500·00000000·00000000·eErrorE.........
5779 ··0x001cd900·4e377961·72616d6f·64364d6f·64756c65·N7yaramod6Module5779 ··0x001cd900·4e377961·72616d6f·64364d6f·64756c65·N7yaramod6Module
5780 ··0x001cd910·45000000·00000000·00000000·00000000·E...............5780 ··0x001cd910·45000000·00000000·00000000·00000000·E...............
5781 ··0x001cd920·7b0a2020·2020226b·696e6422·3a202273·{.····"kind":·"s5781 ··0x001cd920·7b0a2020·2020226b·696e6422·3a202273·{.····"kind":·"s
Diff chunk too large, falling back to line-by-line diff (512 lines added, 512 lines removed)
5782 ··0x001cd930·74727563·74222c0a·20202020·226e616d·truct",.····"nam5782 ··0x001cd930·74727563·74222c0a·20202020·226e616d·truct",.····"nam
5783 ··0x001cd940·65223a20·22656c66·222c0a20·20202022·e":·"elf",.····"5783 ··0x001cd940·65223a20·22637563·6b6f6f22·2c0a2020·e":·"cuckoo",.··
5784 ··0x001cd950·61747472·69627574·6573223a·205b0a20·attributes":·[.·5784 ··0x001cd950·20202261·74747269·62757465·73223a20···"attributes":·
5785 ··0x001cd960·20202020·2020207b·0a202020·20202020········{.·······5785 ··0x001cd960·5b0a2020·20202020·20207b0a·20202020·[.········{.····
5786 ··0x001cd970·20202020·20226b69·6e64223a·20227661······"kind":·"va5786 ··0x001cd970·20202020·20202020·226b696e·64223a20·········"kind":·
5787 ··0x001cd980·6c756522·2c0a2020·20202020·20202020·lue",.··········5787 ··0x001cd980·22737472·75637422·2c0a2020·20202020·"struct",.······
5788 ··0x001cd990·2020226e·616d6522·3a202245·545f4e4f···"name":·"ET_NO5788 ··0x001cd990·20202020·2020226e·616d6522·3a20226e·······"name":·"n
5789 ··0x001cd9a0·4e45222c·0a202020·20202020·20202020·NE",.···········5789 ··0x001cd9a0·6574776f·726b222c·0a202020·20202020·etwork",.·······
5790 ··0x001cd9b0·2022646f·63756d65·6e746174·696f6e22··"documentation"5790 ··0x001cd9b0·20202020·20226174·74726962·75746573······"attributes
5791 ··0x001cd9c0·3a20224e·6f206669·6c652074·7970652e·:·"No·file·type.5791 ··0x001cd9c0·223a205b·0a202020·20202020·20202020·":·[.···········
5792 ··0x001cd9d0·222c0a20·20202020·20202020·20202022·",.············"5792 ··0x001cd9d0·20202020·207b0a20·20202020·20202020······{.·········
5793 ··0x001cd9e0·74797065·223a2022·69220a20·20202020·type":·"i".·····5793 ··0x001cd9e0·20202020·20202020·20202022·6b696e64············"kind
5794 ··0x001cd9f0·2020207d·2c0a2020·20202020·20207b0a····},.········{.5794 ··0x001cd9f0·223a2022·66756e63·74696f6e·222c0a20·":·"function",.·
5795 ··0x001cda00·20202020·20202020·20202020·226b696e·············"kin5795 ··0x001cda00·20202020·20202020·20202020·20202020·················
5796 ··0x001cda10·64223a20·2276616c·7565222c·0a202020·d":·"value",.···5796 ··0x001cda10·20202022·6e616d65·223a2022·646e735f····"name":·"dns_
5797 ··0x001cda20·20202020·20202020·20226e61·6d65223a··········"name":5797 ··0x001cda20·6c6f6f6b·7570222c·0a202020·20202020·lookup",.·······
5798 ··0x001cda30·20224554·5f52454c·222c0a20·20202020··"ET_REL",.·····5798 ··0x001cda30·20202020·20202020·20202020·20227265··············"re
5799 ··0x001cda40·20202020·20202022·646f6375·6d656e74········"document5799 ··0x001cda40·7475726e·5f747970·65223a20·2269222c·turn_type":·"i",
5800 ··0x001cda50·6174696f·6e223a20·2252656c·6f636174·ation":·"Relocat5800 ··0x001cda50·0a202020·20202020·20202020·20202020·.···············
5801 ··0x001cda60·61626c65·2066696c·652e222c·0a202020·able·file.",.···5801 ··0x001cda60·20202020·20226f76·65726c6f·61647322······"overloads"
5802 ··0x001cda70·20202020·20202020·20227479·7065223a··········"type":5802 ··0x001cda70·3a205b0a·20202020·20202020·20202020·:·[.············
5803 ··0x001cda80·20226922·0a202020·20202020·207d2c0a··"i".········},.5803 ··0x001cda80·20202020·20202020·20202020·7b0a2020·············{.··
5804 ··0x001cda90·20202020·20202020·7b0a2020·20202020·········{.······5804 ··0x001cda90·20202020·20202020·20202020·20202020·················
5805 ··0x001cdaa0·20202020·2020226b·696e6422·3a202276·······"kind":·"v5805 ··0x001cdaa0·20202020·20202020·20202261·7267756d···········"argum
5806 ··0x001cdab0·616c7565·222c0a20·20202020·20202020·alue",.·········5806 ··0x001cdab0·656e7473·223a205b·0a202020·20202020·ents":·[.·······
5807 ··0x001cdac0·20202022·6e616d65·223a2022·45545f45····"name":·"ET_E5807 ··0x001cdac0·20202020·20202020·20202020·20202020·················
5808 ··0x001cdad0·58454322·2c0a2020·20202020·20202020·XEC",.··········5808 ··0x001cdad0·20202020·20202020·207b0a20·20202020··········{.·····
5809 ··0x001cdae0·20202264·6f63756d·656e7461·74696f6e···"documentation5809 ··0x001cdae0·20202020·20202020·20202020·20202020·················
5810 ··0x001cdaf0·223a2022·45786563·75746162·6c652066·":·"Executable·f5810 ··0x001cdaf0·20202020·20202020·20202020·20202022················"
5811 ··0x001cdb00·696c652e·222c0a20·20202020·20202020·ile.",.·········5811 ··0x001cdb00·74797065·223a2022·72222c0a·20202020·type":·"r",.····
5812 ··0x001cdb10·20202022·74797065·223a2022·69220a20····"type":·"i".·5812 ··0x001cdb10·20202020·20202020·20202020·20202020·················
5813 ··0x001cdb20·20202020·2020207d·2c0a2020·20202020········},.······5813 ··0x001cdb20·20202020·20202020·20202020·20202020·················
5814 ··0x001cdb30·20207b0a·20202020·20202020·20202020···{.············5814 ··0x001cdb30·226e616d·65223a20·22646f6d·61696e22·"name":·"domain"
5815 ··0x001cdb40·226b696e·64223a20·2276616c·7565222c·"kind":·"value",5815 ··0x001cdb40·0a202020·20202020·20202020·20202020·.···············
5816 ··0x001cdb50·0a202020·20202020·20202020·20226e61·.············"na5816 ··0x001cdb50·20202020·20202020·20202020·20202020·················
5817 ··0x001cdb60·6d65223a·20224554·5f44594e·222c0a20·me":·"ET_DYN",.·5817 ··0x001cdb60·207d0a20·20202020·20202020·20202020··}.·············
5818 ··0x001cdb70·20202020·20202020·20202022·646f6375············"docu5818 ··0x001cdb70·20202020·20202020·20202020·2020205d················]
5819 ··0x001cdb80·6d656e74·6174696f·6e223a20·22536861·mentation":·"Sha5819 ··0x001cdb80·2c0a2020·20202020·20202020·20202020·,.··············
5820 ··0x001cdb90·72656420·6f626a65·63742066·696c652e·red·object·file.5820 ··0x001cdb90·20202020·20202020·20202020·20202264···············"d
5821 ··0x001cdba0·222c0a20·20202020·20202020·20202022·",.············"5821 ··0x001cdba0·6f63756d·656e7461·74696f6e·223a2022·ocumentation":·"
5822 ··0x001cdbb0·74797065·223a2022·69220a20·20202020·type":·"i".·····5822 ··0x001cdbb0·46756e63·74696f6e·20726574·75726e69·Function·returni
5823 ··0x001cdbc0·2020207d·2c0a2020·20202020·20207b0a····},.········{.5823 ··0x001cdbc0·6e672074·72756520·69662074·68652070·ng·true·if·the·p
5824 ··0x001cdbd0·20202020·20202020·20202020·226b696e·············"kin5824 ··0x001cdbd0·726f6772·616d2073·656e7420·6120646f·rogram·sent·a·do
5825 ··0x001cdbe0·64223a20·2276616c·7565222c·0a202020·d":·"value",.···5825 ··0x001cdbe0·6d61696e·206e616d·65207265·736f6c75·main·name·resolu
5826 ··0x001cdbf0·20202020·20202020·20226e61·6d65223a··········"name":5826 ··0x001cdbf0·74696f6e·20726571·75657374·20666f72·tion·request·for
5827 ··0x001cdc00·20224554·5f434f52·45222c0a·20202020··"ET_CORE",.····5827 ··0x001cdc00·20612064·6f6d6169·6e206d61·74636869··a·domain·matchi
5828 ··0x001cdc10·20202020·20202020·22646f63·756d656e·········"documen5828 ··0x001cdc10·6e672074·68652070·726f7669·64656420·ng·the·provided·
5829 ··0x001cdc20·74617469·6f6e223a·2022436f·72652066·tation":·"Core·f5829 ··0x001cdc20·72656775·6c617220·65787072·65737369·regular·expressi
5830 ··0x001cdc30·696c652e·222c0a20·20202020·20202020·ile.",.·········5830 ··0x001cdc30·6f6e2e5c·6e5c6e45·78616d70·6c653a20·on.\n\nExample:·
5831 ··0x001cdc40·20202022·74797065·223a2022·69220a20····"type":·"i".·5831 ··0x001cdc40·6375636b·6f6f2e6e·6574776f·726b2e64·cuckoo.network.d
5832 ··0x001cdc50·20202020·2020207d·2c0a2020·20202020········},.······5832 ··0x001cdc50·6e735f6c·6f6f6b75·70282f65·76696c5c·ns_lookup(/evil\
5833 ··0x001cdc60·20207b0a·20202020·20202020·20202020···{.············5833 ··0x001cdc60·5c2e636f·6d2f2922·0a202020·20202020·\.com/)".·······
5834 ··0x001cdc70·226b696e·64223a20·2276616c·7565222c·"kind":·"value",5834 ··0x001cdc70·20202020·20202020·20202020·20202020·················
5835 ··0x001cdc80·0a202020·20202020·20202020·20226e61·.············"na5835 ··0x001cdc80·207d0a20·20202020·20202020·20202020··}.·············
5836 ··0x001cdc90·6d65223a·2022454d·5f4e4f4e·45222c0a·me":·"EM_NONE",.5836 ··0x001cdc90·20202020·2020205d·0a202020·20202020········].·······
5837 ··0x001cdca0·20202020·20202020·20202020·22646f63·············"doc5837 ··0x001cdca0·20202020·20202020·207d2c0a·20202020··········},.····
5838 ··0x001cdcb0·756d656e·74617469·6f6e223a·2022222c·umentation":·"",5838 ··0x001cdcb0·20202020·20202020·20202020·7b0a2020·············{.··
5839 ··0x001cdcc0·0a202020·20202020·20202020·20227479·.············"ty5839 ··0x001cdcc0·20202020·20202020·20202020·20202020·················
5840 ··0x001cdcd0·7065223a·20226922·0a202020·20202020·pe":·"i".·······5840 ··0x001cdcd0·2020226b·696e6422·3a202266·756e6374···"kind":·"funct
5841 ··0x001cdce0·207d2c0a·20202020·20202020·7b0a2020··},.········{.··5841 ··0x001cdce0·696f6e22·2c0a2020·20202020·20202020·ion",.··········
5842 ··0x001cdcf0·20202020·20202020·2020226b·696e6422···········"kind"5842 ··0x001cdcf0·20202020·20202020·2020226e·616d6522···········"name"
5843 ··0x001cdd00·3a202276·616c7565·222c0a20·20202020·:·"value",.·····5843 ··0x001cdd00·3a202268·7474705f·67657422·2c0a2020·:·"http_get",.··
5844 ··0x001cdd10·20202020·20202022·6e616d65·223a2022········"name":·"5844 ··0x001cdd10·20202020·20202020·20202020·20202020·················
5845 ··0x001cdd20·454d5f4d·3332222c·0a202020·20202020·EM_M32",.·······5845 ··0x001cdd20·20202272·65747572·6e5f7479·7065223a···"return_type":
5846 ··0x001cdd30·20202020·2022646f·63756d65·6e746174······"documentat5846 ··0x001cdd30·20226922·2c0a2020·20202020·20202020··"i",.··········
5847 ··0x001cdd40·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······5847 ··0x001cdd40·20202020·20202020·2020226f·7665726c···········"overl
5848 ··0x001cdd50·20202020·20202274·79706522·3a202269·······"type":·"i5848 ··0x001cdd50·6f616473·223a205b·0a202020·20202020·oads":·[.·······
5849 ··0x001cdd60·220a2020·20202020·20207d2c·0a202020·".········},.···5849 ··0x001cdd60·20202020·20202020·20202020·20202020·················
5850 ··0x001cdd70·20202020·207b0a20·20202020·20202020······{.·········5850 ··0x001cdd70·207b0a20·20202020·20202020·20202020··{.·············
5851 ··0x001cdd80·20202022·6b696e64·223a2022·76616c75····"kind":·"valu5851 ··0x001cdd80·20202020·20202020·20202020·20202022················"
5852 ··0x001cdd90·65222c0a·20202020·20202020·20202020·e",.············5852 ··0x001cdd90·61726775·6d656e74·73223a20·5b0a2020·arguments":·[.··
5853 ··0x001cdda0·226e616d·65223a20·22454d5f·53504152·"name":·"EM_SPAR5853 ··0x001cdda0·20202020·20202020·20202020·20202020·················
5854 ··0x001cddb0·43222c0a·20202020·20202020·20202020·C",.············5854 ··0x001cddb0·20202020·20202020·20202020·20207b0a···············{.
5855 ··0x001cddc0·22646f63·756d656e·74617469·6f6e223a·"documentation":5855 ··0x001cddc0·20202020·20202020·20202020·20202020·················
5856 ··0x001cddd0·2022222c·0a202020·20202020·20202020··"",.···········5856 ··0x001cddd0·20202020·20202020·20202020·20202020·················
5857 ··0x001cdde0·20227479·7065223a·20226922·0a202020··"type":·"i".···5857 ··0x001cdde0·20202020·22747970·65223a20·2272222c·····"type":·"r",
5858 ··0x001cddf0·20202020·207d2c0a·20202020·20202020······},.········5858 ··0x001cddf0·0a202020·20202020·20202020·20202020·.···············
5859 ··0x001cde00·7b0a2020·20202020·20202020·2020226b·{.············"k5859 ··0x001cde00·20202020·20202020·20202020·20202020·················
5860 ··0x001cde10·696e6422·3a202276·616c7565·222c0a20·ind":·"value",.·5860 ··0x001cde10·20202020·20226e61·6d65223a·20227572······"name":·"ur
5861 ··0x001cde20·20202020·20202020·20202022·6e616d65············"name5861 ··0x001cde20·6c220a20·20202020·20202020·20202020·l".·············
5862 ··0x001cde30·223a2022·454d5f33·3836222c·0a202020·":·"EM_386",.···5862 ··0x001cde30·20202020·20202020·20202020·20202020·················
5863 ··0x001cde40·20202020·20202020·2022646f·63756d65··········"docume5863 ··0x001cde40·2020207d·0a202020·20202020·20202020····}.···········
5864 ··0x001cde50·6e746174·696f6e22·3a202222·2c0a2020·ntation":·"",.··5864 ··0x001cde50·20202020·20202020·20202020·20202020·················
5865 ··0x001cde60·20202020·20202020·20202274·79706522···········"type"5865 ··0x001cde60·205d2c0a·20202020·20202020·20202020··],.············
5866 ··0x001cde70·3a202269·220a2020·20202020·20207d2c·:·"i".········},5866 ··0x001cde70·20202020·20202020·20202020·20202020·················
5867 ··0x001cde80·0a202020·20202020·207b0a20·20202020·.········{.·····5867 ··0x001cde80·22646f63·756d656e·74617469·6f6e223a·"documentation":
5868 ··0x001cde90·20202020·20202022·6b696e64·223a2022········"kind":·"5868 ··0x001cde90·20224675·6e637469·6f6e2072·65747572··"Function·retur
5869 ··0x001cdea0·76616c75·65222c0a·20202020·20202020·value",.········5869 ··0x001cdea0·6e696e67·20747275·65206966·20746865·ning·true·if·the
5870 ··0x001cdeb0·20202020·226e616d·65223a20·22454d5f·····"name":·"EM_5870 ··0x001cdeb0·2070726f·6772616d·2073656e·74206120··program·sent·a·
5871 ··0x001cdec0·36384b22·2c0a2020·20202020·20202020·68K",.··········5871 ··0x001cdec0·48545450·20474554·20726571·75657374·HTTP·GET·request
5872 ··0x001cded0·20202264·6f63756d·656e7461·74696f6e···"documentation5872 ··0x001cded0·20746f20·61205552·4c206d61·74636869··to·a·URL·matchi
5873 ··0x001cdee0·223a2022·222c0a20·20202020·20202020·":·"",.·········5873 ··0x001cdee0·6e672074·68652070·726f7669·64656420·ng·the·provided·
5874 ··0x001cdef0·20202022·74797065·223a2022·69220a20····"type":·"i".·5874 ··0x001cdef0·72656775·6c617220·65787072·65737369·regular·expressi
5875 ··0x001cdf00·20202020·2020207d·2c0a2020·20202020········},.······5875 ··0x001cdf00·6f6e2e22·0a202020·20202020·20202020·on.".···········
5876 ··0x001cdf10·20207b0a·20202020·20202020·20202020···{.············5876 ··0x001cdf10·20202020·20202020·20202020·207d0a20··············}.·
5877 ··0x001cdf20·226b696e·64223a20·2276616c·7565222c·"kind":·"value",5877 ··0x001cdf20·20202020·20202020·20202020·20202020·················
5878 ··0x001cdf30·0a202020·20202020·20202020·20226e61·.············"na5878 ··0x001cdf30·2020205d·0a202020·20202020·20202020····].···········
5879 ··0x001cdf40·6d65223a·2022454d·5f38384b·222c0a20·me":·"EM_88K",.·5879 ··0x001cdf40·20202020·207d2c0a·20202020·20202020······},.········
5880 ··0x001cdf50·20202020·20202020·20202022·646f6375············"docu5880 ··0x001cdf50·20202020·20202020·7b0a2020·20202020·········{.······
5881 ··0x001cdf60·6d656e74·6174696f·6e223a20·22222c0a·mentation":·"",.5881 ··0x001cdf60·20202020·20202020·20202020·2020226b···············"k
5882 ··0x001cdf70·20202020·20202020·20202020·22747970·············"typ5882 ··0x001cdf70·696e6422·3a202266·756e6374·696f6e22·ind":·"function"
5883 ··0x001cdf80·65223a20·2269220a·20202020·20202020·e":·"i".········5883 ··0x001cdf80·2c0a2020·20202020·20202020·20202020·,.··············
5884 ··0x001cdf90·7d2c0a20·20202020·2020207b·0a202020·},.········{.···5884 ··0x001cdf90·20202020·2020226e·616d6522·3a202268·······"name":·"h
5885 ··0x001cdfa0·20202020·20202020·20226b69·6e64223a··········"kind":5885 ··0x001cdfa0·7474705f·706f7374·222c0a20·20202020·ttp_post",.·····
5886 ··0x001cdfb0·20227661·6c756522·2c0a2020·20202020··"value",.······5886 ··0x001cdfb0·20202020·20202020·20202020·20202022················"
5887 ··0x001cdfc0·20202020·2020226e·616d6522·3a202245·······"name":·"E5887 ··0x001cdfc0·72657475·726e5f74·79706522·3a202269·return_type":·"i
5888 ··0x001cdfd0·4d5f3836·30222c0a·20202020·20202020·M_860",.········5888 ··0x001cdfd0·222c0a20·20202020·20202020·20202020·",.·············
5889 ··0x001cdfe0·20202020·22646f63·756d656e·74617469·····"documentati5889 ··0x001cdfe0·20202020·20202022·6f766572·6c6f6164········"overload
5890 ··0x001cdff0·6f6e223a·2022222c·0a202020·20202020·on":·"",.·······5890 ··0x001cdff0·73223a20·5b0a2020·20202020·20202020·s":·[.··········
5891 ··0x001ce000·20202020·20227479·7065223a·20226922······"type":·"i"5891 ··0x001ce000·20202020·20202020·20202020·20207b0a···············{.
5892 ··0x001ce010·0a202020·20202020·207d2c0a·20202020·.········},.····5892 ··0x001ce010·20202020·20202020·20202020·20202020·················
5893 ··0x001ce020·20202020·7b0a2020·20202020·20202020·····{.··········5893 ··0x001ce020·20202020·20202020·20202020·22617267·············"arg
5894 ··0x001ce030·2020226b·696e6422·3a202276·616c7565···"kind":·"value5894 ··0x001ce030·756d656e·7473223a·205b0a20·20202020·uments":·[.·····
5895 ··0x001ce040·222c0a20·20202020·20202020·20202022·",.············"5895 ··0x001ce040·20202020·20202020·20202020·20202020·················
5896 ··0x001ce050·6e616d65·223a2022·454d5f4d·49505322·name":·"EM_MIPS"5896 ··0x001ce050·20202020·20202020·2020207b·0a202020············{.···
5897 ··0x001ce060·2c0a2020·20202020·20202020·20202264·,.············"d5897 ··0x001ce060·20202020·20202020·20202020·20202020·················
5898 ··0x001ce070·6f63756d·656e7461·74696f6e·223a2022·ocumentation":·"5898 ··0x001ce070·20202020·20202020·20202020·20202020·················
5899 ··0x001ce080·222c0a20·20202020·20202020·20202022·",.············"5899 ··0x001ce080·20227479·7065223a·20227222·2c0a2020··"type":·"r",.··
5900 ··0x001ce090·74797065·223a2022·69220a20·20202020·type":·"i".·····5900 ··0x001ce090·20202020·20202020·20202020·20202020·················
5901 ··0x001ce0a0·2020207d·2c0a2020·20202020·20207b0a····},.········{.5901 ··0x001ce0a0·20202020·20202020·20202020·20202020·················
Max diff block lines reached; 1912515/1981689 bytes (96.51%) of diff not shown.
1.37 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 9386, 17 lines modifiedOffset 9386, 17 lines modified
9386 ··0x00234648·00000000·50000000·c4240200·9c33f5ff·....P....$...3..9386 ··0x00234648·00000000·50000000·c4240200·9c33f5ff·....P....$...3..
9387 ··0x00234658·48060000·04800b01·00460e10·8f02450e·H........F....E.9387 ··0x00234658·48060000·04800b01·00460e10·8f02450e·H........F....E.
9388 ··0x00234668·188e0342·0e208d04·420e288c·05410e30·...B.·..B.(..A.09388 ··0x00234668·188e0342·0e208d04·420e288c·05410e30·...B.·..B.(..A.0
9389 ··0x00234678·8606440e·3883074a·0ef00403·92040a0e·..D.8..J........9389 ··0x00234678·8606440e·3883074a·0ef00403·92040a0e·..D.8..J........
9390 ··0x00234688·38410e30·410e2842·0e20420e·18420e10·8A.0A.(B.·B..B..9390 ··0x00234688·38410e30·410e2842·0e20420e·18420e10·8A.0A.(B.·B..B..
9391 ··0x00234698·420e0846·0b000000·50000000·18250200·B..F....P....%..9391 ··0x00234698·420e0846·0b000000·50000000·18250200·B..F....P....%..
9392 ··0x002346a8·9839f5ff·91280000·045b0b01·00460e10·.9...(...[...F..9392 ··0x002346a8·9839f5ff·91280000·045b0b01·00460e10·.9...(...[...F..
9393 ··0x002346b8·8f02540e·188e0342·0e208d04·420e288c·..T....B.·..B.(.9393 ··0x002346b8·8f024e0e·188e0342·0e208d04·420e288c·..N....B.·..B.(.
9394 ··0x002346c8·05410e30·8606410e·38830747·0eb01003·.A.0..A.8..G....9394 ··0x002346c8·05410e30·8606410e·38830747·0eb01003·.A.0..A.8..G....
9395 ··0x002346d8·fd160a0e·38410e30·410e2842·0e20420e·....8A.0A.(B.·B.9395 ··0x002346d8·03170a0e·38410e30·410e2842·0e20420e·....8A.0A.(B.·B.
9396 ··0x002346e8·18420e10·420e0842·0b000000·34000000·.B..B..B....4...9396 ··0x002346e8·18420e10·420e0842·0b000000·34000000·.B..B..B....4...
9397 ··0x002346f8·204b0200·e461f5ff·85000000·00460e10··K...a.......F..9397 ··0x002346f8·204b0200·e461f5ff·85000000·00460e10··K...a.......F..
9398 ··0x00234708·8c02440e·18860341·0e208304·02660a0e·..D....A.·...f..9398 ··0x00234708·8c02440e·18860341·0e208304·02660a0e·..D....A.·...f..
9399 ··0x00234718·18410e10·420e084c·0b410e18·410e1042·.A..B..L.A..A..B9399 ··0x00234718·18410e10·420e084c·0b410e18·410e1042·.A..B..L.A..A..B
9400 ··0x00234728·0e080000·3c000000·584b0200·3c62f5ff·....<...XK..<b..9400 ··0x00234728·0e080000·3c000000·584b0200·3c62f5ff·....<...XK..<b..
9401 ··0x00234738·12010000·00460e10·8e02420e·188d0345·.....F....B....E9401 ··0x00234738·12010000·00460e10·8e02420e·188d0345·.....F....B....E
9402 ··0x00234748·0e208c04·410e2886·05410e30·830602d1·.·..A.(..A.0....9402 ··0x00234748·0e208c04·410e2886·05410e30·830602d1·.·..A.(..A.0....
1.71 KB
readelf --wide --decompress --hex-dump=.gcc_except_table {}
    
Offset 3037, 19 lines modifiedOffset 3037, 19 lines modified
3037 ··0x002451a0·050000b4·02050000·ffff010c·9d010591·................3037 ··0x002451a0·050000b4·02050000·ffff010c·9d010591·................
3038 ··0x002451b0·0f00ed03·05850f00·ffff0104·2b050000·............+...3038 ··0x002451b0·0f00ed03·05850f00·ffff0104·2b050000·............+...
3039 ··0x002451c0·ffff0111·19050000·a4030588·0900f504·................3039 ··0x002451c0·ffff0111·19050000·a4030588·0900f504·................
3040 ··0x002451d0·fd038809·00ffff01·042d0500·00ffff01·.........-......3040 ··0x002451d0·fd038809·00ffff01·042d0500·00ffff01·.........-......
3041 ··0x002451e0·299b0105·0000cc02·05de0b00·82030582·)...............3041 ··0x002451e0·299b0105·0000cc02·05de0b00·82030582·)...............
3042 ··0x002451f0·0c00d204·05f00b00·fb0435f9·0b00a106·..........5.....3042 ··0x002451f0·0c00d204·05f00b00·fb0435f9·0b00a106·..........5.....
3043 ··0x00245200·af04e70b·00c30c05·00000000·ff9b7501·..............u.3043 ··0x00245200·af04e70b·00c30c05·00000000·ff9b7501·..............u.
3044 ··0x00245210·6b8b0105·b24d00fc·0305c74e·00d60605·k....M.....N....3044 ··0x00245210·6b870105·b24d00e9·0305c74e·00cf0605·k....M.....N....
3045 ··0x00245220·d64d00b0·0905894f·00960c05·c8490089·.M.....O.....I..3045 ··0x00245220·d64d00b4·0905894f·00a90c05·c8490097·.M.....O.....I..
3046 ··0x00245230·0f05854e·00fc1105·be4d00ea·1405e24d·...N.....M.....M3046 ··0x00245230·0f05854e·008a1205·be4d00fa·1405e24d·...N.....M.....M
3047 ··0x00245240·00da1705·a94d00bc·1a058050·00a11d05·.....M.....P....3047 ··0x00245240·00e81705·a94d00c4·1a058050·00ab1d05·.....M.....P....
3048 ··0x00245250·ca4d0088·2005fc4d·00ec2205·914d0087·.M..·..M.."..M..3048 ··0x00245250·ca4d0085·2005fc4d·00ec2205·914d0087·.M..·..M.."..M..
3049 ··0x00245260·2505bf49·00d52505·9d4d01f1·2505af50·%..I..%..M..%..P3049 ··0x00245260·2505bf49·00d52505·9d4d01f1·2505af50·%..I..%..M..%..P
3050 ··0x00245270·01e55005·ea50008c·51050000·01000000·..P..P..Q.......3050 ··0x00245270·01e55005·ea50008c·51050000·01000000·..P..P..Q.......
3051 ··0x00245280·00000000·ffff0109·76050000·a8060500·........v.......3051 ··0x00245280·00000000·ffff0109·76050000·a8060500·........v.......
3052 ··0x00245290·00ffff01·1fa101b2·01a21700·c8068401·................3052 ··0x00245290·00ffff01·1fa101b2·01a21700·c8068401·................
3053 ··0x002452a0·a21700da·0d059917·00b11205·991700ae·................3053 ··0x002452a0·a21700da·0d059917·00b11205·991700ae·................
3054 ··0x002452b0·17050000·ffff0100·ffff0100·ffff0109·................3054 ··0x002452b0·17050000·ffff0100·ffff0100·ffff0109·................
3055 ··0x002452c0·63050000·fd030500·00ffff01·00ffff01·c...............3055 ··0x002452c0·63050000·fd030500·00ffff01·00ffff01·c...............
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·32356231·38366565·63653731·32353131·25b186eece712511 
3 ··0x00000010·33386231·33333462·37346633·39333362·38b1334b74f3933b2 ··0x00000000·33393738·65326264·33303238·63616365·3978e2bd3028cace
 3 ··0x00000010·31656462·33356265·65326237·36313864·1edb35bee2b7618d
4 ··0x00000020·32646461·34322e64·65627567·00000000·2dda42.debug....4 ··0x00000020·64633665·35642e64·65627567·00000000·dc6e5d.debug....
5 ··0x00000030·6b61ae25····························ka.%5 ··0x00000030·7a23b67d····························z#.}
  
1.97 KB
python3-yaramod_3.21.0-1.1_amd64.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary
2 -rw-r--r--···0········0········0·····1032·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1032·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0···415428·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0···413272·2024-07-03·21:18:46.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
1.45 KB
data.tar.xz
1.43 KB
data.tar
1.41 KB
./usr/lib/python3/dist-packages/yaramod.cpython-313-x86_64-linux-gnu.so
File has been modified after NT_GNU_BUILD_ID has been applied.
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner················Data·size·»  Description2 ··Owner················Data·size·»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·6a1a5b1de5a6ef503e546ac8f0ea6da32b5f75973 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·61b7561cf23e63ebd6c4124ae25befa35e2c5575
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·31613562·31646535·61366566·35303365·1a5b1de5a6ef503e 
3 ··0x00000010·35343661·63386630·65613664·61333262·546ac8f0ea6da32b2 ··0x00000000·62373536·31636632·33653633·65626436·b7561cf23e63ebd6
 3 ··0x00000010·63343132·34616532·35626566·61333565·c4124ae25befa35e
4 ··0x00000020·35663735·39372e64·65627567·00000000·5f7597.debug....4 ··0x00000020·32633535·37352e64·65627567·00000000·2c5575.debug....
5 ··0x00000030·b91bb27f····························....5 ··0x00000030·6ff2328b····························o.2.
  
49.9 MB
libyaramod0-dbgsym_3.21.0-1.1_amd64.deb
452 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary
2 -rw-r--r--···0········0········0······528·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0······532·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0·12677296·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0·12675608·2024-07-03·21:18:46.000000·data.tar.xz
615 B
control.tar.xz
587 B
control.tar
339 B
./control
    
Offset 6, 8 lines modifiedOffset 6, 8 lines modified
6 Maintainer:·Yangfl·<mmyangfl@gmail.com>6 Maintainer:·Yangfl·<mmyangfl@gmail.com>
7 Installed-Size:·133147 Installed-Size:·13314
8 Depends:·libyaramod0·(=·3.21.0-1.1)8 Depends:·libyaramod0·(=·3.21.0-1.1)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Multi-Arch:·same11 Multi-Arch:·same
12 Description:·debug·symbols·for·libyaramod012 Description:·debug·symbols·for·libyaramod0
13 Build-Ids:·ed25b186eece71251138b1334b74f3933b2dda4213 Build-Ids:·e93978e2bd3028cace1edb35bee2b7618ddc6e5d
226 B
./md5sums
30.0 B
./md5sums
Files differ
178 B
line order
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 usr/lib/debug/.build-id/ed/25b186eece71251138b1334b74f3933b2dda42.debug1 usr/lib/debug/.build-id/e9/3978e2bd3028cace1edb35bee2b7618ddc6e5d.debug
49.9 MB
data.tar.xz
49.9 MB
data.tar
1.39 KB
file list
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/ed/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/e9/
7 -rw-r--r--···0·root·········(0)·root·········(0)·13622488·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/ed/25b186eece71251138b1334b74f3933b2dda42.debug7 -rw-r--r--···0·root·········(0)·root·········(0)·13622656·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/e9/3978e2bd3028cace1edb35bee2b7618ddc6e5d.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/libyaramod0-dbgsym·->·libyaramod010 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/libyaramod0-dbgsym·->·libyaramod0
49.9 MB
./usr/lib/debug/.build-id/ed/25b186eece71251138b1334b74f3933b2dda42.debug vs.
./usr/lib/debug/.build-id/e9/3978e2bd3028cace1edb35bee2b7618ddc6e5d.debug
File has been modified after NT_GNU_BUILD_ID has been applied. Files 92% similar despite different names
884 B
readelf --wide --file-header {}
    
Offset 6, 15 lines modifiedOffset 6, 15 lines modified
6 ··OS/ABI:····························UNIX·-·GNU6 ··OS/ABI:····························UNIX·-·GNU
7 ··ABI·Version:·······················07 ··ABI·Version:·······················0
8 ··Type:······························DYN·(Shared·object·file)8 ··Type:······························DYN·(Shared·object·file)
9 ··Machine:···························Advanced·Micro·Devices·X86-649 ··Machine:···························Advanced·Micro·Devices·X86-64
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0x011 ··Entry·point·address:···············0x0
12 ··Start·of·program·headers:··········64·(bytes·into·file)12 ··Start·of·program·headers:··········64·(bytes·into·file)
13 ··Start·of·section·headers:··········13620120·(bytes·into·file)13 ··Start·of·section·headers:··········13620288·(bytes·into·file)
14 ··Flags:·····························0x014 ··Flags:·····························0x0
15 ··Size·of·this·header:···············64·(bytes)15 ··Size·of·this·header:···············64·(bytes)
16 ··Size·of·program·headers:···········56·(bytes)16 ··Size·of·program·headers:···········56·(bytes)
17 ··Number·of·program·headers:·········917 ··Number·of·program·headers:·········9
18 ··Size·of·section·headers:···········64·(bytes)18 ··Size·of·section·headers:···········64·(bytes)
19 ··Number·of·section·headers:·········3719 ··Number·of·section·headers:·········37
20 ··Section·header·string·table·index:·3620 ··Section·header·string·table·index:·36
3.32 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·37·section·headers,·starting·at·offset·0xcfd398:1 There·are·37·section·headers,·starting·at·offset·0xcfd440:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Address··········Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Address··········Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············0000000000000000·000000·000000·00······0···0··04 ··[·0]···················NULL············0000000000000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············0000000000000238·000238·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············0000000000000238·000238·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········0000000000000260·00025c·00627c·00···A··3···0··86 ··[·2]·.gnu.hash·········NOBITS··········0000000000000260·00025c·00627c·00···A··3···0··8
7 ··[·3]·.dynsym···········NOBITS··········00000000000064e0·00025c·013e78·18···A··4···1··87 ··[·3]·.dynsym···········NOBITS··········00000000000064e0·00025c·013e78·18···A··4···1··8
Offset 25, 22 lines modifiedOffset 25, 22 lines modified
25 ··[20]·.data.rel.ro······NOBITS··········0000000000248be0·000bb0·006e10·00··WA··0···0·3225 ··[20]·.data.rel.ro······NOBITS··········0000000000248be0·000bb0·006e10·00··WA··0···0·32
26 ··[21]·.dynamic··········NOBITS··········000000000024f9f0·000bb0·000220·10··WA··4···0··826 ··[21]·.dynamic··········NOBITS··········000000000024f9f0·000bb0·000220·10··WA··4···0··8
27 ··[22]·.got··············NOBITS··········000000000024fc10·000bb0·0023e0·08··WA··0···0··827 ··[22]·.got··············NOBITS··········000000000024fc10·000bb0·0023e0·08··WA··0···0··8
28 ··[23]·.data·············NOBITS··········0000000000252000·000bb0·000028·00··WA··0···0··828 ··[23]·.data·············NOBITS··········0000000000252000·000bb0·000028·00··WA··0···0··8
29 ··[24]·.bss··············NOBITS··········0000000000252040·000bb0·000080·00··WA··0···0·3229 ··[24]·.bss··············NOBITS··········0000000000252040·000bb0·000080·00··WA··0···0·32
30 ··[25]·.comment··········PROGBITS········0000000000000000·00025c·00001f·01··MS··0···0··130 ··[25]·.comment··········PROGBITS········0000000000000000·00025c·00001f·01··MS··0···0··1
31 ··[26]·.debug_aranges····PROGBITS········0000000000000000·000280·001f9f·00···C··0···0··831 ··[26]·.debug_aranges····PROGBITS········0000000000000000·000280·001f9f·00···C··0···0··8
32 ··[27]·.debug_info·······PROGBITS········0000000000000000·002220·868039·00···C··0···0··832 ··[27]·.debug_info·······PROGBITS········0000000000000000·002220·868063·00···C··0···0··8
33 ··[28]·.debug_abbrev·····PROGBITS········0000000000000000·86a260·009ac9·00···C··0···0··833 ··[28]·.debug_abbrev·····PROGBITS········0000000000000000·86a288·009abd·00···C··0···0··8
34 ··[29]·.debug_line·······PROGBITS········0000000000000000·873d30·07f8f7·00···C··0···0··834 ··[29]·.debug_line·······PROGBITS········0000000000000000·873d48·07f915·00···C··0···0··8
35 ··[30]·.debug_str········PROGBITS········0000000000000000·8f3628·1430ff·01·MSC··0···0··835 ··[30]·.debug_str········PROGBITS········0000000000000000·8f3660·1430ff·01·MSC··0···0··8
36 ··[31]·.debug_line_str···PROGBITS········0000000000000000·a36728·00073e·01·MSC··0···0··836 ··[31]·.debug_line_str···PROGBITS········0000000000000000·a36760·000740·01·MSC··0···0··8
37 ··[32]·.debug_loclists···PROGBITS········0000000000000000·a36e68·1b29bc·00···C··0···0··837 ··[32]·.debug_loclists···PROGBITS········0000000000000000·a36ea0·1b29de·00···C··0···0··8
38 ··[33]·.debug_rnglists···PROGBITS········0000000000000000·be9828·054cf0·00···C··0···0··838 ··[33]·.debug_rnglists···PROGBITS········0000000000000000·be9880·054d3d·00···C··0···0··8
39 ··[34]·.symtab···········SYMTAB··········0000000000000000·c3e518·0237a8·18·····35·2659··839 ··[34]·.symtab···········SYMTAB··········0000000000000000·c3e5c0·0237a8·18·····35·2659··8
40 ··[35]·.strtab···········STRTAB··········0000000000000000·c61cc0·09b55f·00······0···0··140 ··[35]·.strtab···········STRTAB··········0000000000000000·c61d68·09b55f·00······0···0··1
41 ··[36]·.shstrtab·········STRTAB··········0000000000000000·cfd21f·000177·00······0···0··141 ··[36]·.shstrtab·········STRTAB··········0000000000000000·cfd2c7·000177·00······0···0··1
42 Key·to·Flags:42 Key·to·Flags:
43 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),43 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
44 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),44 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
45 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),45 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
46 ··R·(retain),·D·(mbind),·l·(large),·p·(processor·specific)46 ··R·(retain),·D·(mbind),·l·(large),·p·(processor·specific)
4.59 KB
readelf --wide --symbols {}
    
Offset 2461, 27 lines modifiedOffset 2461, 27 lines modified
2461 ··2457:·0000000000183ca0···141·FUNC····LOCAL··DEFAULT···12·_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m.isra.02461 ··2457:·0000000000183ca0···141·FUNC····LOCAL··DEFAULT···12·_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m.isra.0
2462 ··2458:·00000000000a15bc···202·FUNC····LOCAL··DEFAULT···12·_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_.constprop.02462 ··2458:·00000000000a15bc···202·FUNC····LOCAL··DEFAULT···12·_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_.constprop.0
2463 ··2459:·0000000000183d30···309·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_.isra.02463 ··2459:·0000000000183d30···309·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_.isra.0
2464 ··2460:·0000000000183e70···750·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E.isra.02464 ··2460:·0000000000183e70···750·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E.isra.0
2465 ··2461:·00000000000a1686····53·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod10ModulePool10getModulesB5cxx11Ev.cold2465 ··2461:·00000000000a1686····53·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod10ModulePool10getModulesB5cxx11Ev.cold
2466 ··2462:·0000000000184a50··1172·FUNC····LOCAL··DEFAULT···12·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.02466 ··2462:·0000000000184a50··1172·FUNC····LOCAL··DEFAULT···12·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.0
2467 ··2463:·00000000000a16bc····50·FUNC····LOCAL··DEFAULT···12·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.0.cold2467 ··2463:·00000000000a16bc····50·FUNC····LOCAL··DEFAULT···12·_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrIN7yaramod6ModuleEEESaISC_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSE_18_Mod_range_hashingENSE_20_Default_ranged_hashENSE_20_Prime_rehash_policyENSE_17_Hashtable_traitsILb1ELb0ELb1EEEE10_M_emplaceIJS6_IS5_SB_EEEES6_INSE_14_Node_iteratorISC_Lb0ELb1EEEbESt17integral_constantIbLb1EEDpOT_.isra.0.cold
2468 ··2464:·00000000001f4be0·77360·OBJECT··LOCAL··DEFAULT···14·C.2.02468 ··2464:·0000000000207840···462·OBJECT··LOCAL··DEFAULT···14·C.2.0
2469 ··2465:·00000000001f2aa0··8500·OBJECT··LOCAL··DEFAULT···14·C.21.12469 ··2465:·0000000000206260··5569·OBJECT··LOCAL··DEFAULT···14·C.21.1
2470 ··2466:·00000000001f14c0··5569·OBJECT··LOCAL··DEFAULT···14·C.22.22470 ··2466:·00000000001ff640·27655·OBJECT··LOCAL··DEFAULT···14·C.22.2
2471 ··2467:·00000000001f12e0···462·OBJECT··LOCAL··DEFAULT···14·C.23.32471 ··2467:·00000000001fe620··4113·OBJECT··LOCAL··DEFAULT···14·C.23.3
2472 ··2468:·00000000001ed1e0·16610·OBJECT··LOCAL··DEFAULT···14·C.24.42472 ··2468:·00000000001fe320···745·OBJECT··LOCAL··DEFAULT···14·C.24.4
2473 ··2469:·00000000001ec960··2162·OBJECT··LOCAL··DEFAULT···14·C.25.52473 ··2469:·00000000001fdfe0···826·OBJECT··LOCAL··DEFAULT···14·C.25.5
2474 ··2470:·00000000001e7cc0·19589·OBJECT··LOCAL··DEFAULT···14·C.26.62474 ··2470:·00000000001f9340·19589·OBJECT··LOCAL··DEFAULT···14·C.26.6
2475 ··2471:·00000000001e7980···826·OBJECT··LOCAL··DEFAULT···14·C.27.72475 ··2471:·00000000001f1bc0·30578·OBJECT··LOCAL··DEFAULT···14·C.27.7
2476 ··2472:·00000000001e0200·30578·OBJECT··LOCAL··DEFAULT···14·C.28.82476 ··2472:·00000000001e7220·43418·OBJECT··LOCAL··DEFAULT···14·C.28.8
2477 ··2473:·00000000001d5860·43418·OBJECT··LOCAL··DEFAULT···14·C.29.92477 ··2473:·00000000001d43e0·77360·OBJECT··LOCAL··DEFAULT···14·C.29.9
2478 ··2474:·00000000001d4840··4113·OBJECT··LOCAL··DEFAULT···14·C.30.102478 ··2474:·00000000001d3b60··2162·OBJECT··LOCAL··DEFAULT···14·C.30.10
2479 ··2475:·00000000001d4540···745·OBJECT··LOCAL··DEFAULT···14·C.31.112479 ··2475:·00000000001cfa60·16610·OBJECT··LOCAL··DEFAULT···14·C.31.11
2480 ··2476:·00000000001cd920·27655·OBJECT··LOCAL··DEFAULT···14·C.32.122480 ··2476:·00000000001cd920··8500·OBJECT··LOCAL··DEFAULT···14·C.32.12
2481 ··2477:·00000000000a16ee···579·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold2481 ··2477:·00000000000a16ee···579·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold
2482 ··2478:·00000000000a1932···688·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE.cold2482 ··2478:·00000000000a1932···688·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE.cold
2483 ··2479:·00000000000a1be2··1536·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool5_initERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold2483 ··2479:·00000000000a1be2··1536·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool5_initERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold
2484 ··2480:·00000000000a21e2····47·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePoolC2ENS_8FeaturesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold2484 ··2480:·00000000000a21e2····47·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePoolC2ENS_8FeaturesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold
2485 ··2481:·0000000000000000·····0·FILE····LOCAL··DEFAULT··ABS·plain_string.cpp2485 ··2481:·0000000000000000·····0·FILE····LOCAL··DEFAULT··ABS·plain_string.cpp
2486 ··2482:·0000000000207a80····32·OBJECT··LOCAL··DEFAULT···14·C.34.02486 ··2482:·0000000000207a80····32·OBJECT··LOCAL··DEFAULT···14·C.34.0
2487 ··2483:·00000000000a2212···200·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod11PlainString7getTextB5cxx11Ev.cold2487 ··2483:·00000000000a2212···200·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod11PlainString7getTextB5cxx11Ev.cold
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner················Data·size·»  Description2 ··Owner················Data·size·»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·ed25b186eece71251138b1334b74f3933b2dda423 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·e93978e2bd3028cace1edb35bee2b7618ddc6e5d
22.2 MB
readelf --wide --debug-dump=rawline {}
    
Offset 135, 15 lines modifiedOffset 135, 15 lines modified
135 ··82»     (udata)»      4»     (line_strp)»  (offset:·0x5d1):·cmath135 ··82»     (udata)»      4»     (line_strp)»  (offset:·0x5d1):·cmath
136 ··83»     (udata)»      2»     (line_strp)»  (offset:·0x5d7):·ptr_traits.h136 ··83»     (udata)»      2»     (line_strp)»  (offset:·0x5d7):·ptr_traits.h
137 ··84»     (udata)»      2»     (line_strp)»  (offset:·0x5e4):·functexcept.h137 ··84»     (udata)»      2»     (line_strp)»  (offset:·0x5e4):·functexcept.h
138 ··85»     (udata)»      2»     (line_strp)»  (offset:·0x5f2):·basic_ios.tcc138 ··85»     (udata)»      2»     (line_strp)»  (offset:·0x5f2):·basic_ios.tcc
139 ··86»     (udata)»      2»     (line_strp)»  (offset:·0x600):·ostream_insert.h139 ··86»     (udata)»      2»     (line_strp)»  (offset:·0x600):·ostream_insert.h
140 ··87»     (udata)»      2»     (line_strp)»  (offset:·0x611):·predefined_ops.h140 ··87»     (udata)»      2»     (line_strp)»  (offset:·0x611):·predefined_ops.h
141 ··88»     (udata)»      6»     (line_strp)»  (offset:·0x622):·concurrence.h141 ··88»     (udata)»      6»     (line_strp)»  (offset:·0x622):·concurrence.h
142 ··89»     (udata)»      12»    (line_strp)» (offset:·0x105b):·types.h142 ··89»     (udata)»      12»    (line_strp)» (offset:·0x105d):·types.h
143 ··90»     (udata)»      12»    (line_strp)» (offset:·0x630):·stdint-intn.h143 ··90»     (udata)»      12»    (line_strp)» (offset:·0x630):·stdint-intn.h
144 ··91»     (udata)»      12»    (line_strp)» (offset:·0x63e):·stdint-uintn.h144 ··91»     (udata)»      12»    (line_strp)» (offset:·0x63e):·stdint-uintn.h
145 ··92»     (udata)»      12»    (line_strp)» (offset:·0x64d):·stdint-least.h145 ··92»     (udata)»      12»    (line_strp)» (offset:·0x64d):·stdint-least.h
146 ··93»     (udata)»      13»    (line_strp)» (offset:·0x65c):·stdint.h146 ··93»     (udata)»      13»    (line_strp)» (offset:·0x65c):·stdint.h
147 ··94»     (udata)»      14»    (line_strp)» (offset:·0x665):·stddef.h147 ··94»     (udata)»      14»    (line_strp)» (offset:·0x665):·stddef.h
148 ··95»     (udata)»      0»     (line_strp)»  (offset:·0x66e):·<built-in>148 ··95»     (udata)»      0»     (line_strp)»  (offset:·0x66e):·<built-in>
149 ··96»     (udata)»      15»    (line_strp)» (offset:·0x679):·wint_t.h149 ··96»     (udata)»      15»    (line_strp)» (offset:·0x679):·wint_t.h
Offset 144148, 15 lines modifiedOffset 144148, 15 lines modified
144148 ··53»     (udata)»      11»    (line_strp)» (offset:·0xa6f):·rule.h144148 ··53»     (udata)»      11»    (line_strp)» (offset:·0xa6f):·rule.h
144149 ··54»     (udata)»      11»    (line_strp)» (offset:·0xb21):·variable.h144149 ··54»     (udata)»      11»    (line_strp)» (offset:·0xb21):·variable.h
144150 ··55»     (udata)»      5»     (line_strp)»  (offset:·0xb2c):·grammar.h144150 ··55»     (udata)»      5»     (line_strp)»  (offset:·0xb2c):·grammar.h
144151 ··56»     (udata)»      3»     (line_strp)»  (offset:·0xb36):·std_function.h144151 ··56»     (udata)»      3»     (line_strp)»  (offset:·0xb36):·std_function.h
144152 ··57»     (udata)»      5»     (line_strp)»  (offset:·0xb45):·parser.h144152 ··57»     (udata)»      5»     (line_strp)»  (offset:·0xb45):·parser.h
144153 ··58»     (udata)»      5»     (line_strp)»  (offset:·0xb4e):·parser_report.h144153 ··58»     (udata)»      5»     (line_strp)»  (offset:·0xb4e):·parser_report.h
144154 ··59»     (udata)»      5»     (line_strp)»  (offset:·0xb5e):·token_builder.h144154 ··59»     (udata)»      5»     (line_strp)»  (offset:·0xb5e):·token_builder.h
144155 ··60»     (udata)»      5»     (line_strp)»  (offset:·0xf5b):·rule_builder.h144155 ··60»     (udata)»      5»     (line_strp)»  (offset:·0xf5d):·rule_builder.h
144156 ··61»     (udata)»      5»     (line_strp)»  (offset:·0xb6e):·parsing_table.h144156 ··61»     (udata)»      5»     (line_strp)»  (offset:·0xb6e):·parsing_table.h
144157 ··62»     (udata)»      5»     (line_strp)»  (offset:·0xb7e):·automaton.h144157 ··62»     (udata)»      5»     (line_strp)»  (offset:·0xb7e):·automaton.h
144158 ··63»     (udata)»      5»     (line_strp)»  (offset:·0xb8a):·tokenizer.h144158 ··63»     (udata)»      5»     (line_strp)»  (offset:·0xb8a):·tokenizer.h
144159 ··64»     (udata)»      5»     (line_strp)»  (offset:·0x3c9):·token.h144159 ··64»     (udata)»      5»     (line_strp)»  (offset:·0x3c9):·token.h
144160 ··65»     (udata)»      12»    (line_strp)» (offset:·0xb96):·parser_driver.h144160 ··65»     (udata)»      12»    (line_strp)» (offset:·0xb96):·parser_driver.h
144161 ··66»     (udata)»      12»    (line_strp)» (offset:·0xba6):·file_context.h144161 ··66»     (udata)»      12»    (line_strp)» (offset:·0xba6):·file_context.h
144162 ··67»     (udata)»      3»     (line_strp)»  (offset:·0x44b):·vector.tcc144162 ··67»     (udata)»      3»     (line_strp)»  (offset:·0x44b):·vector.tcc
Offset 144223, 15 lines modifiedOffset 144223, 15 lines modified
144223 ··128»    (udata)»     3»    (line_strp)» (offset:·0x5e4):·functexcept.h144223 ··128»    (udata)»     3»    (line_strp)» (offset:·0x5e4):·functexcept.h
144224 ··129»    (udata)»     3»    (line_strp)» (offset:·0x5f2):·basic_ios.tcc144224 ··129»    (udata)»     3»    (line_strp)» (offset:·0x5f2):·basic_ios.tcc
144225 ··130»    (udata)»     3»    (line_strp)» (offset:·0x600):·ostream_insert.h144225 ··130»    (udata)»     3»    (line_strp)» (offset:·0x600):·ostream_insert.h
144226 ··131»    (udata)»     3»    (line_strp)» (offset:·0xc67):·cpp_type_traits.h144226 ··131»    (udata)»     3»    (line_strp)» (offset:·0xc67):·cpp_type_traits.h
144227 ··132»    (udata)»     3»    (line_strp)» (offset:·0x611):·predefined_ops.h144227 ··132»    (udata)»     3»    (line_strp)» (offset:·0x611):·predefined_ops.h
144228 ··133»    (udata)»     6»    (line_strp)» (offset:·0x622):·concurrence.h144228 ··133»    (udata)»     6»    (line_strp)» (offset:·0x622):·concurrence.h
144229 ··134»    (udata)»     17»   (line_strp)»(offset:·0x665):·stddef.h144229 ··134»    (udata)»     17»   (line_strp)»(offset:·0x665):·stddef.h
144230 ··135»    (udata)»     18»   (line_strp)»(offset:·0x105b):·types.h144230 ··135»    (udata)»     18»   (line_strp)»(offset:·0x105d):·types.h
144231 ··136»    (udata)»     18»   (line_strp)»(offset:·0x630):·stdint-intn.h144231 ··136»    (udata)»     18»   (line_strp)»(offset:·0x630):·stdint-intn.h
144232 ··137»    (udata)»     18»   (line_strp)»(offset:·0x63e):·stdint-uintn.h144232 ··137»    (udata)»     18»   (line_strp)»(offset:·0x63e):·stdint-uintn.h
144233 ··138»    (udata)»     18»   (line_strp)»(offset:·0x64d):·stdint-least.h144233 ··138»    (udata)»     18»   (line_strp)»(offset:·0x64d):·stdint-least.h
144234 ··139»    (udata)»     19»   (line_strp)»(offset:·0x65c):·stdint.h144234 ··139»    (udata)»     19»   (line_strp)»(offset:·0x65c):·stdint.h
144235 ··140»    (udata)»     0»    (line_strp)» (offset:·0x66e):·<built-in>144235 ··140»    (udata)»     0»    (line_strp)» (offset:·0x66e):·<built-in>
144236 ··141»    (udata)»     20»   (line_strp)»(offset:·0x679):·wint_t.h144236 ··141»    (udata)»     20»   (line_strp)»(offset:·0x679):·wint_t.h
144237 ··142»    (udata)»     20»   (line_strp)»(offset:·0x682):·__mbstate_t.h144237 ··142»    (udata)»     20»   (line_strp)»(offset:·0x682):·__mbstate_t.h
Offset 144286, 40 lines modifiedOffset 144286, 40 lines modified
144286 ··191»    (udata)»     11»   (line_strp)»(offset:·0x307):·expression.h144286 ··191»    (udata)»     11»   (line_strp)»(offset:·0x307):·expression.h
144287 ··192»    (udata)»     11»   (line_strp)»(offset:·0xd45):·meta.h144287 ··192»    (udata)»     11»   (line_strp)»(offset:·0xd45):·meta.h
144288 ··193»    (udata)»     11»   (line_strp)»(offset:·0x261):·regexp.h144288 ··193»    (udata)»     11»   (line_strp)»(offset:·0x261):·regexp.h
144289 ··194»    (udata)»     11»   (line_strp)»(offset:·0xd4c):·sections_summary.h144289 ··194»    (udata)»     11»   (line_strp)»(offset:·0xd4c):·sections_summary.h
144290 ··195»    (udata)»     12»   (line_strp)»(offset:·0xd5f):·value.h144290 ··195»    (udata)»     12»   (line_strp)»(offset:·0xd5f):·value.h
144291 ··196»    (udata)»     11»   (line_strp)»(offset:·0xd67):·features.h144291 ··196»    (udata)»     11»   (line_strp)»(offset:·0xd67):·features.h
144292 ··197»    (udata)»     28»   (line_strp)»(offset:·0xd72):·module_content.h144292 ··197»    (udata)»     28»   (line_strp)»(offset:·0xd72):·module_content.h
144293 ··198»    (udata)»     29»   (line_strp)»(offset:·0xd83):·module_pe_generated.h144293 ··198»    (udata)»     29»   (line_strp)»(offset:·0xd83):·module_time_generated.h
144294 ··199»    (udata)»     29»   (line_strp)»(offset:·0xd99):·module_list.h144294 ··199»    (udata)»     29»   (line_strp)»(offset:·0xd9b):·module_list.h
144295 ··200»    (udata)»     28»   (line_strp)»(offset:·0xda7):·module_pool.h144295 ··200»    (udata)»     28»   (line_strp)»(offset:·0xda9):·module_pool.h
144296 ··201»    (udata)»     30»   (line_strp)»(offset:·0xdb5):·void_t.hpp144296 ··201»    (udata)»     30»   (line_strp)»(offset:·0xdb7):·void_t.hpp
144297 ··202»    (udata)»     31»   (line_strp)»(offset:·0xdc0):·value_t.hpp144297 ··202»    (udata)»     31»   (line_strp)»(offset:·0xdc2):·value_t.hpp
144298 ··203»    (udata)»     32»   (line_strp)»(offset:·0xdcc):·input_adapters.hpp144298 ··203»    (udata)»     32»   (line_strp)»(offset:·0xdce):·input_adapters.hpp
144299 ··204»    (udata)»     32»   (line_strp)»(offset:·0xddf):·binary_reader.hpp144299 ··204»    (udata)»     32»   (line_strp)»(offset:·0xde1):·binary_reader.hpp
144300 ··205»    (udata)»     32»   (line_strp)»(offset:·0xdf1):·parser.hpp144300 ··205»    (udata)»     32»   (line_strp)»(offset:·0xdf3):·parser.hpp
144301 ··206»    (udata)»     33»   (line_strp)»(offset:·0xdfc):·primitive_iterator.hpp144301 ··206»    (udata)»     33»   (line_strp)»(offset:·0xdfe):·primitive_iterator.hpp
144302 ··207»    (udata)»     31»   (line_strp)»(offset:·0xe13):·json_custom_base_class.hpp144302 ··207»    (udata)»     31»   (line_strp)»(offset:·0xe15):·json_custom_base_class.hpp
144303 ··208»    (udata)»     34»   (line_strp)»(offset:·0xe2e):·to_chars.hpp144303 ··208»    (udata)»     34»   (line_strp)»(offset:·0xe30):·to_chars.hpp
144304 ··209»    (udata)»     35»   (line_strp)»(offset:·0x142b):·serializer.hpp144304 ··209»    (udata)»     35»   (line_strp)»(offset:·0x142b):·serializer.hpp
144305 ··210»    (udata)»     35»   (line_strp)»(offset:·0xe3b):·output_adapters.hpp144305 ··210»    (udata)»     35»   (line_strp)»(offset:·0xe3d):·output_adapters.hpp
144306 ··211»    (udata)»     33»   (line_strp)»(offset:·0xe4f):·internal_iterator.hpp144306 ··211»    (udata)»     33»   (line_strp)»(offset:·0xe51):·internal_iterator.hpp
144307 ··212»    (udata)»     33»   (line_strp)»(offset:·0xe65):·iter_impl.hpp144307 ··212»    (udata)»     33»   (line_strp)»(offset:·0xe67):·iter_impl.hpp
144308 ··213»    (udata)»     31»   (line_strp)»(offset:·0xe73):·json_ref.hpp144308 ··213»    (udata)»     31»   (line_strp)»(offset:·0xe75):·json_ref.hpp
144309 ··214»    (udata)»     36»   (line_strp)»(offset:·0xe80):·begin.hpp144309 ··214»    (udata)»     36»   (line_strp)»(offset:·0xe82):·begin.hpp
144310 ··215»    (udata)»     37»   (line_strp)»(offset:·0x143f):·json.hpp144310 ··215»    (udata)»     37»   (line_strp)»(offset:·0x143f):·json.hpp
144311 ··216»    (udata)»     37»   (line_strp)»(offset:·0xe8a):·byte_container_with_subtype.hpp144311 ··216»    (udata)»     37»   (line_strp)»(offset:·0xe8c):·byte_container_with_subtype.hpp
144312 ··217»    (udata)»     31»   (line_strp)»(offset:·0xeaa):·json_pointer.hpp144312 ··217»    (udata)»     31»   (line_strp)»(offset:·0xeac):·json_pointer.hpp
144313 ··218»    (udata)»     37»   (line_strp)»(offset:·0xebb):·json_fwd.hpp144313 ··218»    (udata)»     37»   (line_strp)»(offset:·0xebd):·json_fwd.hpp
144314 ··219»    (udata)»     19»   (line_strp)»(offset:·0x797):·assert.h144314 ··219»    (udata)»     19»   (line_strp)»(offset:·0x797):·assert.h
144315 ··220»    (udata)»     38»   (line_strp)»(offset:·0x7a0):·single_threaded.h144315 ··220»    (udata)»     38»   (line_strp)»(offset:·0x7a0):·single_threaded.h
144316 ··221»    (udata)»     3»    (line_strp)» (offset:·0x7b2):·memory_resource.h144316 ··221»    (udata)»     3»    (line_strp)» (offset:·0x7b2):·memory_resource.h
144317 ··222»    (udata)»     13»   (line_strp)»(offset:·0xec8):·filesystem.h144317 ··222»    (udata)»     13»   (line_strp)»(offset:·0xeca):·filesystem.h
144318 ··223»    (udata)»     30»   (line_strp)»(offset:·0xed5):·std_fs.hpp144318 ··223»    (udata)»     30»   (line_strp)»(offset:·0xed7):·std_fs.hpp
  
144319 ·Line·Number·Statements:144319 ·Line·Number·Statements:
144320 ··[0x0003f4fc]··Set·column·to·24144320 ··[0x0003f4fc]··Set·column·to·24
144321 ··[0x0003f4fe]··Extended·opcode·2:·set·Address·to·0xb2a10144321 ··[0x0003f4fe]··Extended·opcode·2:·set·Address·to·0xb2a10
144322 ··[0x0003f509]··Advance·Line·by·27·to·28144322 ··[0x0003f509]··Advance·Line·by·27·to·28
144323 ··[0x0003f50b]··Copy144323 ··[0x0003f50b]··Copy
144324 ··[0x0003f50c]··Set·is_stmt·to·0144324 ··[0x0003f50c]··Set·is_stmt·to·0
Offset 211921, 34 lines modifiedOffset 211921, 34 lines modified
211921 ··13»     (line_strp)»  (offset:·0x151):·/usr/include/x86_64-linux-gnu/bits211921 ··13»     (line_strp)»  (offset:·0x151):·/usr/include/x86_64-linux-gnu/bits
211922 ··14»     (line_strp)»  (offset:·0x1d3):·/usr/include/c++/14/pstl211922 ··14»     (line_strp)»  (offset:·0x1d3):·/usr/include/c++/14/pstl
211923 ··15»     (line_strp)»  (offset:·0xc2):·./include/yaramod/builder211923 ··15»     (line_strp)»  (offset:·0xc2):·./include/yaramod/builder
211924 ··16»     (line_strp)»  (offset:·0x1ec):·/usr/include/x86_64-linux-gnu/sys211924 ··16»     (line_strp)»  (offset:·0x1ec):·/usr/include/x86_64-linux-gnu/sys
  
211925 ·The·File·Name·Table·(offset·0x5c491,·lines·119,·columns·2):211925 ·The·File·Name·Table·(offset·0x5c491,·lines·119,·columns·2):
211926 ··Entry»  Dir»       Name211926 ··Entry»  Dir»       Name
211927 ··0»      (udata)»       1»      (line_strp)»   (offset:·0xeee):·yara_hex_string_builder.cpp211927 ··0»      (udata)»       1»      (line_strp)»   (offset:·0xef0):·yara_hex_string_builder.cpp
211928 ··1»      (udata)»       2»      (line_strp)»   (offset:·0x20e):·ios_base.h211928 ··1»      (udata)»       2»      (line_strp)»   (offset:·0x20e):·ios_base.h
211929 ··2»      (udata)»       3»      (line_strp)»   (offset:·0xd38):·hex_string.h211929 ··2»      (udata)»       3»      (line_strp)»   (offset:·0xd38):·hex_string.h
211930 ··3»      (udata)»       2»      (line_strp)»   (offset:·0x24f):·shared_ptr_base.h211930 ··3»      (udata)»       2»      (line_strp)»   (offset:·0x24f):·shared_ptr_base.h
211931 ··4»      (udata)»       4»      (line_strp)»   (offset:·0x26a):·aligned_buffer.h211931 ··4»      (udata)»       4»      (line_strp)»   (offset:·0x26a):·aligned_buffer.h
211932 ··5»      (udata)»       2»      (line_strp)»   (offset:·0x27b):·stl_construct.h211932 ··5»      (udata)»       2»      (line_strp)»   (offset:·0x27b):·stl_construct.h
211933 ··6»      (udata)»       2»      (line_strp)»   (offset:·0x28b):·alloc_traits.h211933 ··6»      (udata)»       2»      (line_strp)»   (offset:·0x28b):·alloc_traits.h
211934 ··7»      (udata)»       2»      (line_strp)»   (offset:·0xbe3):·allocator.h211934 ··7»      (udata)»       2»      (line_strp)»   (offset:·0xbe3):·allocator.h
211935 ··8»      (udata)»       2»      (line_strp)»   (offset:·0x2a5):·new_allocator.h211935 ··8»      (udata)»       2»      (line_strp)»   (offset:·0x2a5):·new_allocator.h
211936 ··9»      (udata)»       2»      (line_strp)»   (offset:·0x2b5):·allocated_ptr.h211936 ··9»      (udata)»       2»      (line_strp)»   (offset:·0x2b5):·allocated_ptr.h
211937 ··10»     (udata)»      2»     (line_strp)»  (offset:·0x323):·stl_vector.h211937 ··10»     (udata)»      2»     (line_strp)»  (offset:·0x323):·stl_vector.h
211938 ··11»     (udata)»      2»     (line_strp)»  (offset:·0x314):·stl_iterator.h211938 ··11»     (udata)»      2»     (line_strp)»  (offset:·0x314):·stl_iterator.h
211939 ··12»     (udata)»      2»     (line_strp)»  (offset:·0xf0a):·stl_numeric.h211939 ··12»     (udata)»      2»     (line_strp)»  (offset:·0xf0c):·stl_numeric.h
211940 ··13»     (udata)»      2»     (line_strp)»  (offset:·0x29a):·stl_list.h211940 ··13»     (udata)»      2»     (line_strp)»  (offset:·0x29a):·stl_list.h
211941 ··14»     (udata)»      2»     (line_strp)»  (offset:·0x229):·basic_string.h211941 ··14»     (udata)»      2»     (line_strp)»  (offset:·0x229):·basic_string.h
211942 ··15»     (udata)»      2»     (line_strp)»  (offset:·0x2dc):·basic_string.tcc211942 ··15»     (udata)»      2»     (line_strp)»  (offset:·0x2dc):·basic_string.tcc
211943 ··16»     (udata)»      2»     (line_strp)»  (offset:·0x2ed):·stl_iterator_base_funcs.h211943 ··16»     (udata)»      2»     (line_strp)»  (offset:·0x2ed):·stl_iterator_base_funcs.h
211944 ··17»     (udata)»      2»     (line_strp)»  (offset:·0x2c5):·char_traits.h211944 ··17»     (udata)»      2»     (line_strp)»  (offset:·0x2c5):·char_traits.h
211945 ··18»     (udata)»      5»     (line_strp)»  (offset:·0x2d3):·typeinfo211945 ··18»     (udata)»      5»     (line_strp)»  (offset:·0x2d3):·typeinfo
211946 ··19»     (udata)»      1»     (line_strp)»  (offset:·0xeee):·yara_hex_string_builder.cpp211946 ··19»     (udata)»      1»     (line_strp)»  (offset:·0xef0):·yara_hex_string_builder.cpp
211947 ··20»     (udata)»      2»     (line_strp)»  (offset:·0x3bc):·shared_ptr.h211947 ··20»     (udata)»      2»     (line_strp)»  (offset:·0x3bc):·shared_ptr.h
211948 ··21»     (udata)»      4»     (line_strp)»  (offset:·0x3b0):·atomicity.h211948 ··21»     (udata)»      4»     (line_strp)»  (offset:·0x3b0):·atomicity.h
211949 ··22»     (udata)»      4»     (line_strp)»  (offset:·0x28b):·alloc_traits.h211949 ··22»     (udata)»      4»     (line_strp)»  (offset:·0x28b):·alloc_traits.h
211950 ··23»     (udata)»      2»     (line_strp)»  (offset:·0x456):·stl_uninitialized.h211950 ··23»     (udata)»      2»     (line_strp)»  (offset:·0x456):·stl_uninitialized.h
211951 ··24»     (udata)»      3»     (line_strp)»  (offset:·0x3c9):·token.h211951 ··24»     (udata)»      3»     (line_strp)»  (offset:·0x3c9):·token.h
211952 ··25»     (udata)»      5»     (line_strp)»  (offset:·0x3d1):·new211952 ··25»     (udata)»      5»     (line_strp)»  (offset:·0x3d1):·new
211953 ··26»     (udata)»      5»     (line_strp)»  (offset:·0x3d5):·variant211953 ··26»     (udata)»      5»     (line_strp)»  (offset:·0x3d5):·variant
Offset 212012, 15 lines modifiedOffset 212012, 15 lines modified
212012 ··84»     (udata)»      11»    (line_strp)» (offset:·0x690):·__FILE.h212012 ··84»     (udata)»      11»    (line_strp)» (offset:·0x690):·__FILE.h
212013 ··85»     (udata)»      11»    (line_strp)» (offset:·0x699):·struct_FILE.h212013 ··85»     (udata)»      11»    (line_strp)» (offset:·0x699):·struct_FILE.h
212014 ··86»     (udata)»      11»    (line_strp)» (offset:·0x692):·FILE.h212014 ··86»     (udata)»      11»    (line_strp)» (offset:·0x692):·FILE.h
Max diff block lines reached; 23269224/23278177 bytes (99.96%) of diff not shown.
30.4 KB
readelf --wide --debug-dump=info {}
    
Offset 63931, 15 lines modifiedOffset 63931, 15 lines modified
63931 ··Compilation·Unit·@·offset·0x18cea:63931 ··Compilation·Unit·@·offset·0x18cea:
63932 ···Length:········0x137·(32-bit)63932 ···Length:········0x137·(32-bit)
63933 ···Version:·······563933 ···Version:·······5
63934 ···Unit·Type:·····DW_UT_partial·(3)63934 ···Unit·Type:·····DW_UT_partial·(3)
63935 ···Abbrev·Offset:·0x7fd63935 ···Abbrev·Offset:·0x7fd
63936 ···Pointer·Size:··863936 ···Pointer·Size:··8
63937 ·<0><18cf6>:·Abbrev·Number:·9·(DW_TAG_partial_unit)63937 ·<0><18cf6>:·Abbrev·Number:·9·(DW_TAG_partial_unit)
63938 ····<18cf7>···DW_AT_stmt_list···:·(sec_offset)·0x247b3f63938 ····<18cf7>···DW_AT_stmt_list···:·(sec_offset)·0x247b4a
63939 ····<18cfb>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src63939 ····<18cfb>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src
63940 ·<1><18cff>:·Abbrev·Number:·47·(DW_TAG_imported_unit)63940 ·<1><18cff>:·Abbrev·Number:·47·(DW_TAG_imported_unit)
63941 ····<18d00>···DW_AT_import······:·(ref_addr)·<0x3df5>» [Abbrev·Number:·5·(DW_TAG_partial_unit)]63941 ····<18d00>···DW_AT_import······:·(ref_addr)·<0x3df5>» [Abbrev·Number:·5·(DW_TAG_partial_unit)]
63942 ·<1><18d04>:·Abbrev·Number:·47·(DW_TAG_imported_unit)63942 ·<1><18d04>:·Abbrev·Number:·47·(DW_TAG_imported_unit)
63943 ····<18d05>···DW_AT_import······:·(ref_addr)·<0x18b13>»[Abbrev·Number:·9·(DW_TAG_partial_unit)]63943 ····<18d05>···DW_AT_import······:·(ref_addr)·<0x18b13>»[Abbrev·Number:·9·(DW_TAG_partial_unit)]
63944 ·<1><18d09>:·Abbrev·Number:·47·(DW_TAG_imported_unit)63944 ·<1><18d09>:·Abbrev·Number:·47·(DW_TAG_imported_unit)
63945 ····<18d0a>···DW_AT_import······:·(ref_addr)·<0x19483>»[Abbrev·Number:·2·(DW_TAG_partial_unit)]63945 ····<18d0a>···DW_AT_import······:·(ref_addr)·<0x19483>»[Abbrev·Number:·2·(DW_TAG_partial_unit)]
Offset 64109, 15 lines modifiedOffset 64109, 15 lines modified
64109 ··Compilation·Unit·@·offset·0x18e25:64109 ··Compilation·Unit·@·offset·0x18e25:
64110 ···Length:········0x189·(32-bit)64110 ···Length:········0x189·(32-bit)
64111 ···Version:·······564111 ···Version:·······5
64112 ···Unit·Type:·····DW_UT_partial·(3)64112 ···Unit·Type:·····DW_UT_partial·(3)
64113 ···Abbrev·Offset:·0x433864113 ···Abbrev·Offset:·0x4338
64114 ···Pointer·Size:··864114 ···Pointer·Size:··8
64115 ·<0><18e31>:·Abbrev·Number:·5·(DW_TAG_partial_unit)64115 ·<0><18e31>:·Abbrev·Number:·5·(DW_TAG_partial_unit)
64116 ····<18e32>···DW_AT_stmt_list···:·(sec_offset)·0x26a7d264116 ····<18e32>···DW_AT_stmt_list···:·(sec_offset)·0x26a7dd
64117 ····<18e36>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src64117 ····<18e36>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src
64118 ·<1><18e3a>:·Abbrev·Number:·1·(DW_TAG_imported_unit)64118 ·<1><18e3a>:·Abbrev·Number:·1·(DW_TAG_imported_unit)
64119 ····<18e3b>···DW_AT_import······:·(ref_addr)·<0x16354>»[Abbrev·Number:·4·(DW_TAG_partial_unit)]64119 ····<18e3b>···DW_AT_import······:·(ref_addr)·<0x16354>»[Abbrev·Number:·4·(DW_TAG_partial_unit)]
64120 ·<1><18e3f>:·Abbrev·Number:·1·(DW_TAG_imported_unit)64120 ·<1><18e3f>:·Abbrev·Number:·1·(DW_TAG_imported_unit)
64121 ····<18e40>···DW_AT_import······:·(ref_addr)·<0x14717>»[Abbrev·Number:·5·(DW_TAG_partial_unit)]64121 ····<18e40>···DW_AT_import······:·(ref_addr)·<0x14717>»[Abbrev·Number:·5·(DW_TAG_partial_unit)]
64122 ·<1><18e44>:·Abbrev·Number:·1·(DW_TAG_imported_unit)64122 ·<1><18e44>:·Abbrev·Number:·1·(DW_TAG_imported_unit)
64123 ····<18e45>···DW_AT_import······:·(ref_addr)·<0x1946b>»[Abbrev·Number:·2·(DW_TAG_partial_unit)]64123 ····<18e45>···DW_AT_import······:·(ref_addr)·<0x1946b>»[Abbrev·Number:·2·(DW_TAG_partial_unit)]
Offset 1354343, 15 lines modifiedOffset 1354343, 15 lines modified
1354343 ···Version:·······51354343 ···Version:·······5
1354344 ···Unit·Type:·····DW_UT_compile·(1)1354344 ···Unit·Type:·····DW_UT_compile·(1)
1354345 ···Abbrev·Offset:·0x86c11354345 ···Abbrev·Offset:·0x86c1
1354346 ···Pointer·Size:··81354346 ···Pointer·Size:··8
1354347 ·<0><2c7039>:·Abbrev·Number:·301·(DW_TAG_compile_unit)1354347 ·<0><2c7039>:·Abbrev·Number:·301·(DW_TAG_compile_unit)
1354348 ····<2c703b>···DW_AT_producer····:·(strp)·(offset:·0x15fcb0):·GNU·C++17·14.2.0·-mtune=generic·-march=x86-64·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fstack-clash-protection·-fcf-protection=full·-fPIC·-fasynchronous-unwind-tables1354348 ····<2c703b>···DW_AT_producer····:·(strp)·(offset:·0x15fcb0):·GNU·C++17·14.2.0·-mtune=generic·-march=x86-64·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fstack-clash-protection·-fcf-protection=full·-fPIC·-fasynchronous-unwind-tables
1354349 ····<2c703f>···DW_AT_language····:·(data1)·33»       (C++14)1354349 ····<2c703f>···DW_AT_language····:·(data1)·33»       (C++14)
1354350 ····<2c7040>···DW_AT_name········:·(line_strp)·(offset:·0xee0):·./src/builder/yara_hex_string_builder.cpp1354350 ····<2c7040>···DW_AT_name········:·(line_strp)·(offset:·0xee2):·./src/builder/yara_hex_string_builder.cpp
1354351 ····<2c7044>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src1354351 ····<2c7044>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src
1354352 ····<2c7048>···DW_AT_ranges······:·(sec_offset)·0x346011354352 ····<2c7048>···DW_AT_ranges······:·(sec_offset)·0x34601
1354353 ····<2c704c>···DW_AT_low_pc······:·(addr)·01354353 ····<2c704c>···DW_AT_low_pc······:·(addr)·0
1354354 ····<2c7054>···DW_AT_stmt_list···:·(sec_offset)·0x5c4251354354 ····<2c7054>···DW_AT_stmt_list···:·(sec_offset)·0x5c425
1354355 ·<1><2c7058>:·Abbrev·Number:·127·(DW_TAG_imported_unit)1354355 ·<1><2c7058>:·Abbrev·Number:·127·(DW_TAG_imported_unit)
1354356 ····<2c7059>···DW_AT_import······:·(ref_addr)·<0x3df5>»[Abbrev·Number:·5·(DW_TAG_partial_unit)]1354356 ····<2c7059>···DW_AT_import······:·(ref_addr)·<0x3df5>»[Abbrev·Number:·5·(DW_TAG_partial_unit)]
1354357 ·<1><2c705d>:·Abbrev·Number:·127·(DW_TAG_imported_unit)1354357 ·<1><2c705d>:·Abbrev·Number:·127·(DW_TAG_imported_unit)
Offset 1555737, 15 lines modifiedOffset 1555737, 15 lines modified
1555737 ···Version:·······51555737 ···Version:·······5
1555738 ···Unit·Type:·····DW_UT_compile·(1)1555738 ···Unit·Type:·····DW_UT_compile·(1)
1555739 ···Abbrev·Offset:·0xa0bf1555739 ···Abbrev·Offset:·0xa0bf
1555740 ···Pointer·Size:··81555740 ···Pointer·Size:··8
1555741 ·<0><3399a2>:·Abbrev·Number:·341·(DW_TAG_compile_unit)1555741 ·<0><3399a2>:·Abbrev·Number:·341·(DW_TAG_compile_unit)
1555742 ····<3399a4>···DW_AT_producer····:·(strp)·(offset:·0x15fcb0):·GNU·C++17·14.2.0·-mtune=generic·-march=x86-64·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fstack-clash-protection·-fcf-protection=full·-fPIC·-fasynchronous-unwind-tables1555742 ····<3399a4>···DW_AT_producer····:·(strp)·(offset:·0x15fcb0):·GNU·C++17·14.2.0·-mtune=generic·-march=x86-64·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fstack-clash-protection·-fcf-protection=full·-fPIC·-fasynchronous-unwind-tables
1555743 ····<3399a8>···DW_AT_language····:·(data1)·33»       (C++14)1555743 ····<3399a8>···DW_AT_language····:·(data1)·33»       (C++14)
1555744 ····<3399a9>···DW_AT_name········:·(line_strp)·(offset:·0xf32):·./src/builder/yara_rule_builder.cpp1555744 ····<3399a9>···DW_AT_name········:·(line_strp)·(offset:·0xf34):·./src/builder/yara_rule_builder.cpp
1555745 ····<3399ad>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src1555745 ····<3399ad>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src
1555746 ····<3399b1>···DW_AT_ranges······:·(sec_offset)·0x454b11555746 ····<3399b1>···DW_AT_ranges······:·(sec_offset)·0x454b1
1555747 ····<3399b5>···DW_AT_low_pc······:·(addr)·01555747 ····<3399b5>···DW_AT_low_pc······:·(addr)·0
1555748 ····<3399bd>···DW_AT_stmt_list···:·(sec_offset)·0x720fb1555748 ····<3399bd>···DW_AT_stmt_list···:·(sec_offset)·0x720fb
1555749 ·<1><3399c1>:·Abbrev·Number:·1·(DW_TAG_base_type)1555749 ·<1><3399c1>:·Abbrev·Number:·1·(DW_TAG_base_type)
1555750 ····<3399c2>···DW_AT_byte_size···:·(data1)·81555750 ····<3399c2>···DW_AT_byte_size···:·(data1)·8
1555751 ····<3399c3>···DW_AT_encoding····:·(data1)·4»(float)1555751 ····<3399c3>···DW_AT_encoding····:·(data1)·4»(float)
Offset 1958918, 15 lines modifiedOffset 1958918, 15 lines modified
1958918 ···Version:·······51958918 ···Version:·······5
1958919 ···Unit·Type:·····DW_UT_compile·(1)1958919 ···Unit·Type:·····DW_UT_compile·(1)
1958920 ···Abbrev·Offset:·0xbea01958920 ···Abbrev·Offset:·0xbea0
1958921 ···Pointer·Size:··81958921 ···Pointer·Size:··8
1958922 ·<0><41b485>:·Abbrev·Number:·538·(DW_TAG_compile_unit)1958922 ·<0><41b485>:·Abbrev·Number:·538·(DW_TAG_compile_unit)
1958923 ····<41b487>···DW_AT_producer····:·(strp)·(offset:·0x15fcb0):·GNU·C++17·14.2.0·-mtune=generic·-march=x86-64·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fstack-clash-protection·-fcf-protection=full·-fPIC·-fasynchronous-unwind-tables1958923 ····<41b487>···DW_AT_producer····:·(strp)·(offset:·0x15fcb0):·GNU·C++17·14.2.0·-mtune=generic·-march=x86-64·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fstack-clash-protection·-fcf-protection=full·-fPIC·-fasynchronous-unwind-tables
1958924 ····<41b48b>···DW_AT_language····:·(data1)·33»       (C++14)1958924 ····<41b48b>···DW_AT_language····:·(data1)·33»       (C++14)
1958925 ····<41b48c>···DW_AT_name········:·(line_strp)·(offset:·0xf79):·./src/parser/parser_driver.cpp1958925 ····<41b48c>···DW_AT_name········:·(line_strp)·(offset:·0xf7b):·./src/parser/parser_driver.cpp
1958926 ····<41b490>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src1958926 ····<41b490>···DW_AT_comp_dir····:·(line_strp)·(offset:·0):·./obj-x86_64-linux-gnu/src
1958927 ····<41b494>···DW_AT_ranges······:·(sec_offset)·0xdc1c21958927 ····<41b494>···DW_AT_ranges······:·(sec_offset)·0xdc1c2
1958928 ····<41b498>···DW_AT_low_pc······:·(addr)·01958928 ····<41b498>···DW_AT_low_pc······:·(addr)·0
1958929 ····<41b4a0>···DW_AT_stmt_list···:·(sec_offset)·0x96bf91958929 ····<41b4a0>···DW_AT_stmt_list···:·(sec_offset)·0x96bf9
1958930 ·<1><41b4a4>:·Abbrev·Number:·1·(DW_TAG_base_type)1958930 ·<1><41b4a4>:·Abbrev·Number:·1·(DW_TAG_base_type)
1958931 ····<41b4a5>···DW_AT_byte_size···:·(data1)·161958931 ····<41b4a5>···DW_AT_byte_size···:·(data1)·16
1958932 ····<41b4a6>···DW_AT_encoding····:·(data1)·7»(unsigned)1958932 ····<41b4a6>···DW_AT_encoding····:·(data1)·7»(unsigned)
Offset 2955936, 161 lines modifiedOffset 2955936, 161 lines modified
2955936 ·<2><5d7af2>:·Abbrev·Number:·323·(DW_TAG_namespace)2955936 ·<2><5d7af2>:·Abbrev·Number:·323·(DW_TAG_namespace)
2955937 ····<5d7af4>···DW_AT_name········:·(strp)·(offset:·0x4142bf):·modules2955937 ····<5d7af4>···DW_AT_name········:·(strp)·(offset:·0x4142bf):·modules
2955938 ····<5d7af8>···DW_AT_decl_file···:·(data1)·2232955938 ····<5d7af8>···DW_AT_decl_file···:·(data1)·223
2955939 ····<5d7af9>···DW_AT_decl_line···:·(data1)·122955939 ····<5d7af9>···DW_AT_decl_line···:·(data1)·12
2955940 ····<5d7afa>···DW_AT_decl_column·:·(data1)·122955940 ····<5d7afa>···DW_AT_decl_column·:·(data1)·12
2955941 ····<5d7afb>···DW_AT_sibling·····:·(ref_udata)·<0x5d7d37>2955941 ····<5d7afb>···DW_AT_sibling·····:·(ref_udata)·<0x5d7d37>
2955942 ·<3><5d7afe>:·Abbrev·Number:·90·(DW_TAG_class_type)2955942 ·<3><5d7afe>:·Abbrev·Number:·90·(DW_TAG_class_type)
2955943 ····<5d7aff>···DW_AT_name········:·(strp)·(offset:·0xbda01e):·Gmodule_pe2955943 ····<5d7aff>···DW_AT_name········:·(strp)·(offset:·0xbcdf48):·Gmodule_time
2955944 ····<5d7b03>···DW_AT_byte_size···:·(data1)·642955944 ····<5d7b03>···DW_AT_byte_size···:·(data1)·64
2955945 ····<5d7b04>···DW_AT_decl_file···:·(data1)·2232955945 ····<5d7b04>···DW_AT_decl_file···:·(data1)·223
2955946 ····<5d7b05>···DW_AT_decl_line···:·(data1)·142955946 ····<5d7b05>···DW_AT_decl_line···:·(data1)·14
2955947 ····<5d7b06>···DW_AT_decl_column·:·(data1)·82955947 ····<5d7b06>···DW_AT_decl_column·:·(data1)·8
2955948 ····<5d7b07>···DW_AT_sibling·····:·(ref_udata)·<0x5d7b26>2955948 ····<5d7b07>···DW_AT_sibling·····:·(ref_udata)·<0x5d7b26>
2955949 ·<4><5d7b0a>:·Abbrev·Number:·67·(DW_TAG_inheritance)2955949 ·<4><5d7b0a>:·Abbrev·Number:·67·(DW_TAG_inheritance)
2955950 ····<5d7b0b>···DW_AT_type········:·(ref_udata)·<0x5d7a5b>,·ModuleContent2955950 ····<5d7b0b>···DW_AT_type········:·(ref_udata)·<0x5d7a5b>,·ModuleContent
2955951 ····<5d7b0e>···DW_AT_data_member_location:·(data1)·02955951 ····<5d7b0e>···DW_AT_data_member_location:·(data1)·0
2955952 ····<5d7b0f>···DW_AT_accessibility:·(data1)·1»   (public)2955952 ····<5d7b0f>···DW_AT_accessibility:·(data1)·1»   (public)
2955953 ·<4><5d7b10>:·Abbrev·Number:·167·(DW_TAG_subprogram)2955953 ·<4><5d7b10>:·Abbrev·Number:·167·(DW_TAG_subprogram)
2955954 ····<5d7b12>···DW_AT_external····:·(flag_present)·12955954 ····<5d7b12>···DW_AT_external····:·(flag_present)·1
2955955 ····<5d7b12>···DW_AT_name········:·(strp)·(offset:·0xbda01e):·Gmodule_pe2955955 ····<5d7b12>···DW_AT_name········:·(strp)·(offset:·0xbcdf48):·Gmodule_time
2955956 ····<5d7b16>···DW_AT_decl_file···:·(data1)·2232955956 ····<5d7b16>···DW_AT_decl_file···:·(data1)·223
2955957 ····<5d7b17>···DW_AT_decl_line···:·(data1)·172955957 ····<5d7b17>···DW_AT_decl_line···:·(data1)·17
2955958 ····<5d7b18>···DW_AT_decl_column·:·(data1)·22955958 ····<5d7b18>···DW_AT_decl_column·:·(data1)·2
2955959 ····<5d7b19>···DW_AT_linkage_name:·(strp)·(offset:·0x64e882):·_ZN7yaramod7modules10Gmodule_peC4Ev2955959 ····<5d7b19>···DW_AT_linkage_name:·(strp)·(offset:·0x8de549):·_ZN7yaramod7modules12Gmodule_timeC4Ev
2955960 ····<5d7b1d>···DW_AT_accessibility:·(implicit_const)·1»  (public)2955960 ····<5d7b1d>···DW_AT_accessibility:·(implicit_const)·1»  (public)
2955961 ····<5d7b1d>···DW_AT_declaration·:·(flag_present)·12955961 ····<5d7b1d>···DW_AT_declaration·:·(flag_present)·1
2955962 ····<5d7b1d>···DW_AT_object_pointer:·(ref_udata)·<0x5d7b20>2955962 ····<5d7b1d>···DW_AT_object_pointer:·(ref_udata)·<0x5d7b20>
2955963 ·<5><5d7b20>:·Abbrev·Number:·5·(DW_TAG_formal_parameter)2955963 ·<5><5d7b20>:·Abbrev·Number:·5·(DW_TAG_formal_parameter)
2955964 ····<5d7b21>···DW_AT_type········:·(ref_udata)·<0x5e526f>2955964 ····<5d7b21>···DW_AT_type········:·(ref_udata)·<0x5e526f>
2955965 ····<5d7b24>···DW_AT_artificial··:·(flag_present)·12955965 ····<5d7b24>···DW_AT_artificial··:·(flag_present)·1
2955966 ·<5><5d7b24>:·Abbrev·Number:·02955966 ·<5><5d7b24>:·Abbrev·Number:·0
2955967 ·<4><5d7b25>:·Abbrev·Number:·02955967 ·<4><5d7b25>:·Abbrev·Number:·0
2955968 ·<3><5d7b26>:·Abbrev·Number:·90·(DW_TAG_class_type)2955968 ·<3><5d7b26>:·Abbrev·Number:·90·(DW_TAG_class_type)
2955969 ····<5d7b27>···DW_AT_name········:·(strp)·(offset:·0xbd5627):·Gmodule_cuckoo2955969 ····<5d7b27>···DW_AT_name········:·(strp)·(offset:·0xbda9fc):·Gmodule_hash
2955970 ····<5d7b2b>···DW_AT_byte_size···:·(data1)·642955970 ····<5d7b2b>···DW_AT_byte_size···:·(data1)·64
2955971 ····<5d7b2c>···DW_AT_decl_file···:·(data1)·2242955971 ····<5d7b2c>···DW_AT_decl_file···:·(data1)·224
2955972 ····<5d7b2d>···DW_AT_decl_line···:·(data1)·142955972 ····<5d7b2d>···DW_AT_decl_line···:·(data1)·14
2955973 ····<5d7b2e>···DW_AT_decl_column·:·(data1)·82955973 ····<5d7b2e>···DW_AT_decl_column·:·(data1)·8
2955974 ····<5d7b2f>···DW_AT_sibling·····:·(ref_udata)·<0x5d7b4e>2955974 ····<5d7b2f>···DW_AT_sibling·····:·(ref_udata)·<0x5d7b4e>
2955975 ·<4><5d7b32>:·Abbrev·Number:·67·(DW_TAG_inheritance)2955975 ·<4><5d7b32>:·Abbrev·Number:·67·(DW_TAG_inheritance)
2955976 ····<5d7b33>···DW_AT_type········:·(ref_udata)·<0x5d7a5b>,·ModuleContent2955976 ····<5d7b33>···DW_AT_type········:·(ref_udata)·<0x5d7a5b>,·ModuleContent
2955977 ····<5d7b36>···DW_AT_data_member_location:·(data1)·02955977 ····<5d7b36>···DW_AT_data_member_location:·(data1)·0
2955978 ····<5d7b37>···DW_AT_accessibility:·(data1)·1»   (public)2955978 ····<5d7b37>···DW_AT_accessibility:·(data1)·1»   (public)
2955979 ·<4><5d7b38>:·Abbrev·Number:·167·(DW_TAG_subprogram)2955979 ·<4><5d7b38>:·Abbrev·Number:·167·(DW_TAG_subprogram)
2955980 ····<5d7b3a>···DW_AT_external····:·(flag_present)·12955980 ····<5d7b3a>···DW_AT_external····:·(flag_present)·1
2955981 ····<5d7b3a>···DW_AT_name········:·(strp)·(offset:·0xbd5627):·Gmodule_cuckoo2955981 ····<5d7b3a>···DW_AT_name········:·(strp)·(offset:·0xbda9fc):·Gmodule_hash
2955982 ····<5d7b3e>···DW_AT_decl_file···:·(data1)·2242955982 ····<5d7b3e>···DW_AT_decl_file···:·(data1)·224
Max diff block lines reached; 22862/31096 bytes (73.52%) of diff not shown.
69.9 KB
readelf --wide --debug-dump=abbrev {}
    
Offset 39125, 35 lines modifiedOffset 39125, 35 lines modified
39125 ····DW_AT_low_pc·······DW_FORM_addr39125 ····DW_AT_low_pc·······DW_FORM_addr
39126 ····DW_AT_high_pc······DW_FORM_udata39126 ····DW_AT_high_pc······DW_FORM_udata
39127 ····DW_AT_call_file····DW_FORM_data139127 ····DW_AT_call_file····DW_FORM_data1
39128 ····DW_AT_call_line····DW_FORM_data139128 ····DW_AT_call_line····DW_FORM_data1
39129 ····DW_AT_call_column··DW_FORM_data139129 ····DW_AT_call_column··DW_FORM_data1
39130 ····DW_AT_sibling······DW_FORM_ref_udata39130 ····DW_AT_sibling······DW_FORM_ref_udata
39131 ····DW_AT·value:·0·····DW_FORM·value:·039131 ····DW_AT·value:·0·····DW_FORM·value:·0
 39132 ···30······DW_TAG_inlined_subroutine····[has·children]
 39133 ····DW_AT_abstract_origin·DW_FORM_ref_addr
 39134 ····DW_AT_entry_pc·····DW_FORM_addr
 39135 ····DW_AT_GNU_entry_view·DW_FORM_data2
 39136 ····DW_AT_ranges·······DW_FORM_sec_offset
 39137 ····DW_AT_call_file····DW_FORM_data1
 39138 ····DW_AT_call_line····DW_FORM_data2
 39139 ····DW_AT_call_column··DW_FORM_data1
 39140 ····DW_AT·value:·0·····DW_FORM·value:·0
39132 ···30······DW_TAG_subprogram····[has·children]39141 ···31······DW_TAG_subprogram····[has·children]
39133 ····DW_AT_external·····DW_FORM_flag_present39142 ····DW_AT_external·····DW_FORM_flag_present
39134 ····DW_AT_name·········DW_FORM_strp39143 ····DW_AT_name·········DW_FORM_strp
39135 ····DW_AT_decl_file····DW_FORM_data139144 ····DW_AT_decl_file····DW_FORM_data1
39136 ····DW_AT_decl_line····DW_FORM_data239145 ····DW_AT_decl_line····DW_FORM_data2
39137 ····DW_AT_decl_column··DW_FORM_data139146 ····DW_AT_decl_column··DW_FORM_data1
39138 ····DW_AT_linkage_name·DW_FORM_strp39147 ····DW_AT_linkage_name·DW_FORM_strp
39139 ····DW_AT_type·········DW_FORM_ref_udata39148 ····DW_AT_type·········DW_FORM_ref_udata
39140 ····DW_AT_declaration··DW_FORM_flag_present39149 ····DW_AT_declaration··DW_FORM_flag_present
39141 ····DW_AT_object_pointer·DW_FORM_ref_udata39150 ····DW_AT_object_pointer·DW_FORM_ref_udata
39142 ····DW_AT_sibling······DW_FORM_ref_udata39151 ····DW_AT_sibling······DW_FORM_ref_udata
39143 ····DW_AT·value:·0·····DW_FORM·value:·039152 ····DW_AT·value:·0·····DW_FORM·value:·0
39144 ···31······DW_TAG_inlined_subroutine····[has·children] 
39145 ····DW_AT_abstract_origin·DW_FORM_ref_addr 
39146 ····DW_AT_entry_pc·····DW_FORM_addr 
39147 ····DW_AT_GNU_entry_view·DW_FORM_data2 
39148 ····DW_AT_ranges·······DW_FORM_sec_offset 
39149 ····DW_AT_call_file····DW_FORM_data1 
39150 ····DW_AT_call_line····DW_FORM_data2 
39151 ····DW_AT_call_column··DW_FORM_data1 
39152 ····DW_AT·value:·0·····DW_FORM·value:·0 
39153 ···32······DW_TAG_variable····[no·children]39153 ···32······DW_TAG_variable····[no·children]
39154 ····DW_AT_abstract_origin·DW_FORM_ref_udata39154 ····DW_AT_abstract_origin·DW_FORM_ref_udata
39155 ····DW_AT·value:·0·····DW_FORM·value:·039155 ····DW_AT·value:·0·····DW_FORM·value:·0
39156 ···33······DW_TAG_subprogram····[has·children]39156 ···33······DW_TAG_subprogram····[has·children]
39157 ····DW_AT_external·····DW_FORM_flag_present39157 ····DW_AT_external·····DW_FORM_flag_present
39158 ····DW_AT_name·········DW_FORM_strp39158 ····DW_AT_name·········DW_FORM_strp
39159 ····DW_AT_decl_file····DW_FORM_data139159 ····DW_AT_decl_file····DW_FORM_data1
Offset 39735, 33 lines modifiedOffset 39735, 33 lines modified
39735 ····DW_AT·value:·0·····DW_FORM·value:·039735 ····DW_AT·value:·0·····DW_FORM·value:·0
39736 ···108······DW_TAG_imported_declaration····[no·children]39736 ···108······DW_TAG_imported_declaration····[no·children]
39737 ····DW_AT_decl_file····DW_FORM_data139737 ····DW_AT_decl_file····DW_FORM_data1
39738 ····DW_AT_decl_line····DW_FORM_data139738 ····DW_AT_decl_line····DW_FORM_data1
39739 ····DW_AT_decl_column··DW_FORM_data139739 ····DW_AT_decl_column··DW_FORM_data1
39740 ····DW_AT_import·······DW_FORM_ref_udata39740 ····DW_AT_import·······DW_FORM_ref_udata
39741 ····DW_AT·value:·0·····DW_FORM·value:·039741 ····DW_AT·value:·0·····DW_FORM·value:·0
39742 ···109······DW_TAG_template_type_param····[no·children] 
39743 ····DW_AT_name·········DW_FORM_strp 
39744 ····DW_AT_type·········DW_FORM_ref_udata 
39745 ····DW_AT_default_value·DW_FORM_flag_present 
39746 ····DW_AT·value:·0·····DW_FORM·value:·0 
39747 ···110······DW_TAG_lexical_block····[has·children] 
39748 ····DW_AT_ranges·······DW_FORM_sec_offset 
39749 ····DW_AT_sibling······DW_FORM_ref_udata 
39750 ····DW_AT·value:·0·····DW_FORM·value:·0 
39751 ···111······DW_TAG_inlined_subroutine····[has·children]39742 ···109······DW_TAG_inlined_subroutine····[has·children]
39752 ····DW_AT_abstract_origin·DW_FORM_ref_addr39743 ····DW_AT_abstract_origin·DW_FORM_ref_addr
39753 ····DW_AT_entry_pc·····DW_FORM_addr39744 ····DW_AT_entry_pc·····DW_FORM_addr
39754 ····DW_AT_GNU_entry_view·DW_FORM_data239745 ····DW_AT_GNU_entry_view·DW_FORM_data2
39755 ····DW_AT_low_pc·······DW_FORM_addr39746 ····DW_AT_low_pc·······DW_FORM_addr
39756 ····DW_AT_high_pc······DW_FORM_udata39747 ····DW_AT_high_pc······DW_FORM_udata
39757 ····DW_AT_call_file····DW_FORM_data139748 ····DW_AT_call_file····DW_FORM_data1
39758 ····DW_AT_call_line····DW_FORM_implicit_const:·1739749 ····DW_AT_call_line····DW_FORM_implicit_const:·17
39759 ····DW_AT_sibling······DW_FORM_ref_udata39750 ····DW_AT_sibling······DW_FORM_ref_udata
39760 ····DW_AT·value:·0·····DW_FORM·value:·039751 ····DW_AT·value:·0·····DW_FORM·value:·0
 39752 ···110······DW_TAG_template_type_param····[no·children]
 39753 ····DW_AT_name·········DW_FORM_strp
 39754 ····DW_AT_type·········DW_FORM_ref_udata
 39755 ····DW_AT_default_value·DW_FORM_flag_present
 39756 ····DW_AT·value:·0·····DW_FORM·value:·0
 39757 ···111······DW_TAG_lexical_block····[has·children]
 39758 ····DW_AT_ranges·······DW_FORM_sec_offset
 39759 ····DW_AT_sibling······DW_FORM_ref_udata
 39760 ····DW_AT·value:·0·····DW_FORM·value:·0
39761 ···112······DW_TAG_subprogram····[has·children]39761 ···112······DW_TAG_subprogram····[has·children]
39762 ····DW_AT_external·····DW_FORM_flag_present39762 ····DW_AT_external·····DW_FORM_flag_present
39763 ····DW_AT_name·········DW_FORM_strp39763 ····DW_AT_name·········DW_FORM_strp
39764 ····DW_AT_decl_file····DW_FORM_data139764 ····DW_AT_decl_file····DW_FORM_data1
39765 ····DW_AT_decl_line····DW_FORM_data239765 ····DW_AT_decl_line····DW_FORM_data2
39766 ····DW_AT_decl_column··DW_FORM_data139766 ····DW_AT_decl_column··DW_FORM_data1
39767 ····DW_AT_linkage_name·DW_FORM_strp39767 ····DW_AT_linkage_name·DW_FORM_strp
Offset 39779, 61 lines modifiedOffset 39779, 61 lines modified
39779 ····DW_AT_decl_column··DW_FORM_data139779 ····DW_AT_decl_column··DW_FORM_data1
39780 ····DW_AT_type·········DW_FORM_ref_addr39780 ····DW_AT_type·········DW_FORM_ref_addr
39781 ····DW_AT·value:·0·····DW_FORM·value:·039781 ····DW_AT·value:·0·····DW_FORM·value:·0
39782 ···114······DW_TAG_inheritance····[no·children]39782 ···114······DW_TAG_inheritance····[no·children]
39783 ····DW_AT_type·········DW_FORM_ref_addr39783 ····DW_AT_type·········DW_FORM_ref_addr
39784 ····DW_AT_data_member_location·DW_FORM_data139784 ····DW_AT_data_member_location·DW_FORM_data1
39785 ····DW_AT·value:·0·····DW_FORM·value:·039785 ····DW_AT·value:·0·····DW_FORM·value:·0
 39786 ···115······DW_TAG_inlined_subroutine····[has·children]
 39787 ····DW_AT_abstract_origin·DW_FORM_ref_udata
 39788 ····DW_AT_entry_pc·····DW_FORM_addr
 39789 ····DW_AT_GNU_entry_view·DW_FORM_data2
 39790 ····DW_AT_ranges·······DW_FORM_sec_offset
 39791 ····DW_AT_call_file····DW_FORM_data1
 39792 ····DW_AT_call_line····DW_FORM_implicit_const:·17
 39793 ····DW_AT_sibling······DW_FORM_ref_udata
 39794 ····DW_AT·value:·0·····DW_FORM·value:·0
39786 ···115······DW_TAG_call_site····[no·children]39795 ···116······DW_TAG_call_site····[no·children]
39787 ····DW_AT_call_return_pc·DW_FORM_addr39796 ····DW_AT_call_return_pc·DW_FORM_addr
39788 ····DW_AT_call_origin··DW_FORM_ref_udata39797 ····DW_AT_call_origin··DW_FORM_ref_udata
39789 ····DW_AT·value:·0·····DW_FORM·value:·039798 ····DW_AT·value:·0·····DW_FORM·value:·0
39790 ···116······DW_TAG_lexical_block····[no·children]39799 ···117······DW_TAG_lexical_block····[no·children]
39791 ····DW_AT_ranges·······DW_FORM_sec_offset39800 ····DW_AT_ranges·······DW_FORM_sec_offset
39792 ····DW_AT·value:·0·····DW_FORM·value:·039801 ····DW_AT·value:·0·····DW_FORM·value:·0
39793 ···117······DW_TAG_member····[no·children]39802 ···118······DW_TAG_member····[no·children]
39794 ····DW_AT_name·········DW_FORM_strp39803 ····DW_AT_name·········DW_FORM_strp
39795 ····DW_AT_decl_file····DW_FORM_data139804 ····DW_AT_decl_file····DW_FORM_data1
39796 ····DW_AT_decl_line····DW_FORM_data239805 ····DW_AT_decl_line····DW_FORM_data2
39797 ····DW_AT_decl_column··DW_FORM_data139806 ····DW_AT_decl_column··DW_FORM_data1
39798 ····DW_AT_type·········DW_FORM_ref_addr39807 ····DW_AT_type·········DW_FORM_ref_addr
39799 ····DW_AT_data_member_location·DW_FORM_data139808 ····DW_AT_data_member_location·DW_FORM_data1
39800 ····DW_AT·value:·0·····DW_FORM·value:·039809 ····DW_AT·value:·0·····DW_FORM·value:·0
39801 ···118······DW_TAG_inlined_subroutine····[has·children]39810 ···119······DW_TAG_subprogram····[has·children]
39802 ····DW_AT_abstract_origin·DW_FORM_ref_udata39811 ····DW_AT_abstract_origin·DW_FORM_ref_udata
 39812 ····DW_AT_linkage_name·DW_FORM_strp
 39813 ····DW_AT_object_pointer·DW_FORM_ref_udata
39803 ····DW_AT_entry_pc·····DW_FORM_addr39814 ····DW_AT_low_pc·······DW_FORM_addr
39804 ····DW_AT_GNU_entry_view·DW_FORM_data2 
39805 ····DW_AT_ranges·······DW_FORM_sec_offset 
39806 ····DW_AT_call_file····DW_FORM_data139815 ····DW_AT_high_pc······DW_FORM_udata
Max diff block lines reached; 65620/71529 bytes (91.74%) of diff not shown.
5.09 KB
readelf --wide --debug-dump=aranges {}
    
Offset 2742, 15 lines modifiedOffset 2742, 15 lines modified
2742 ····0000000000182ef0·00000000000000b72742 ····0000000000182ef0·00000000000000b7
2743 ····0000000000182fb0·00000000000001042743 ····0000000000182fb0·0000000000000104
2744 ····00000000001830c0·00000000000002022744 ····00000000001830c0·0000000000000202
2745 ····0000000000000000·00000000000001202745 ····0000000000000000·0000000000000120
2746 ····0000000000000000·00000000000000002746 ····0000000000000000·0000000000000000
2747 ··Length:···················3482747 ··Length:···················348
2748 ··Version:··················22748 ··Version:··················2
2749 ··Offset·into·.debug_info:··0xedea482749 ··Offset·into·.debug_info:··0xedea40
2750 ··Pointer·Size:·············82750 ··Pointer·Size:·············8
2751 ··Segment·Size:·············02751 ··Segment·Size:·············0
  
2752 ····Address············Length2752 ····Address············Length
2753 ····000000000018aa90·0000000000000caa2753 ····000000000018aa90·0000000000000caa
2754 ····00000000000a2212·00000000000003712754 ····00000000000a2212·0000000000000371
2755 ····00000000000b2a10·00000000000000092755 ····00000000000b2a10·0000000000000009
Offset 2770, 15 lines modifiedOffset 2770, 15 lines modified
2770 ····0000000000000000·000000000000018d2770 ····0000000000000000·000000000000018d
2771 ····0000000000000000·00000000000000de2771 ····0000000000000000·00000000000000de
2772 ····0000000000000000·00000000000000de2772 ····0000000000000000·00000000000000de
2773 ····00000000000c1470·00000000000000302773 ····00000000000c1470·0000000000000030
2774 ····0000000000000000·00000000000000002774 ····0000000000000000·0000000000000000
2775 ··Length:···················5082775 ··Length:···················508
2776 ··Version:··················22776 ··Version:··················2
2777 ··Offset·into·.debug_info:··0xf08b532777 ··Offset·into·.debug_info:··0xf08b4b
2778 ··Pointer·Size:·············82778 ··Pointer·Size:·············8
2779 ··Segment·Size:·············02779 ··Segment·Size:·············0
  
2780 ····Address············Length2780 ····Address············Length
2781 ····000000000018b740·0000000000005ddb2781 ····000000000018b740·0000000000005ddb
2782 ····00000000000a2584·00000000000007972782 ····00000000000a2584·0000000000000797
2783 ····00000000000b4e70·00000000000000052783 ····00000000000b4e70·0000000000000005
Offset 2808, 25 lines modifiedOffset 2808, 25 lines modified
2808 ····00000000001918d0·00000000000004b02808 ····00000000001918d0·00000000000004b0
2809 ····0000000000191d80·00000000000002882809 ····0000000000191d80·0000000000000288
2810 ····00000000000c24d0·000000000000018a2810 ····00000000000c24d0·000000000000018a
2811 ····00000000000c2aa0·000000000000002c2811 ····00000000000c2aa0·000000000000002c
2812 ····0000000000000000·00000000000000002812 ····0000000000000000·0000000000000000
2813 ··Length:···················602813 ··Length:···················60
2814 ··Version:··················22814 ··Version:··················2
2815 ··Offset·into·.debug_info:··0xf810882815 ··Offset·into·.debug_info:··0xf81080
2816 ··Pointer·Size:·············82816 ··Pointer·Size:·············8
2817 ··Segment·Size:·············02817 ··Segment·Size:·············0
  
2818 ····Address············Length2818 ····Address············Length
2819 ····0000000000192010·00000000000008052819 ····0000000000192010·0000000000000805
2820 ····00000000000b8030·000000000000004c2820 ····00000000000b8030·000000000000004c
2821 ····0000000000000000·00000000000000002821 ····0000000000000000·0000000000000000
2822 ··Length:···················2362822 ··Length:···················236
2823 ··Version:··················22823 ··Version:··················2
2824 ··Offset·into·.debug_info:··0xf952042824 ··Offset·into·.debug_info:··0xf951fc
2825 ··Pointer·Size:·············82825 ··Pointer·Size:·············8
2826 ··Segment·Size:·············02826 ··Segment·Size:·············0
  
2827 ····Address············Length2827 ····Address············Length
2828 ····0000000000192820·00000000000003322828 ····0000000000192820·0000000000000332
2829 ····00000000000a2d1c·00000000000001592829 ····00000000000a2d1c·0000000000000159
2830 ····00000000001457e0·00000000000000092830 ····00000000001457e0·0000000000000009
Offset 2839, 15 lines modifiedOffset 2839, 15 lines modified
2839 ····000000000009d9cd·000000000000003a2839 ····000000000009d9cd·000000000000003a
2840 ····00000000000b8030·000000000000004c2840 ····00000000000b8030·000000000000004c
2841 ····00000000000c24d0·000000000000018a2841 ····00000000000c24d0·000000000000018a
2842 ····00000000000c2aa0·000000000000002c2842 ····00000000000c2aa0·000000000000002c
2843 ····0000000000000000·00000000000000002843 ····0000000000000000·0000000000000000
2844 ··Length:···················4762844 ··Length:···················476
2845 ··Version:··················22845 ··Version:··················2
2846 ··Offset·into·.debug_info:··0xfa482e2846 ··Offset·into·.debug_info:··0xfa4826
2847 ··Pointer·Size:·············82847 ··Pointer·Size:·············8
2848 ··Segment·Size:·············02848 ··Segment·Size:·············0
  
2849 ····Address············Length2849 ····Address············Length
2850 ····0000000000192b60·00000000000072922850 ····0000000000192b60·0000000000007292
2851 ····00000000000a2e98·0000000000000cfe2851 ····00000000000a2e98·0000000000000cfe
2852 ····00000000000b2a10·00000000000000092852 ····00000000000b2a10·0000000000000009
Offset 2875, 15 lines modifiedOffset 2875, 15 lines modified
2875 ····00000000000c1470·00000000000000302875 ····00000000000c1470·0000000000000030
2876 ····00000000000c1ba0·00000000000000212876 ····00000000000c1ba0·0000000000000021
2877 ····000000000019a240·00000000000002642877 ····000000000019a240·0000000000000264
2878 ····000000000015e000·00000000000002de2878 ····000000000015e000·00000000000002de
2879 ····0000000000000000·00000000000000002879 ····0000000000000000·0000000000000000
2880 ··Length:···················7322880 ··Length:···················732
2881 ··Version:··················22881 ··Version:··················2
2882 ··Offset·into·.debug_info:··0xff8c4a2882 ··Offset·into·.debug_info:··0xff8c42
2883 ··Pointer·Size:·············82883 ··Pointer·Size:·············8
2884 ··Segment·Size:·············02884 ··Segment·Size:·············0
  
2885 ····Address············Length2885 ····Address············Length
2886 ····000000000019a4c0·00000000000093c72886 ····000000000019a4c0·00000000000093c7
2887 ····00000000000a3c32·000000000000172f2887 ····00000000000a3c32·000000000000172f
2888 ····00000000000b4840·00000000000000052888 ····00000000000b4840·0000000000000005
Offset 2927, 15 lines modifiedOffset 2927, 15 lines modified
2927 ····00000000001a4ac0·00000000000002752927 ····00000000001a4ac0·0000000000000275
2928 ····00000000001a4d40·00000000000002752928 ····00000000001a4d40·0000000000000275
2929 ····00000000000c24d0·000000000000018a2929 ····00000000000c24d0·000000000000018a
2930 ····00000000000c2aa0·000000000000002c2930 ····00000000000c2aa0·000000000000002c
2931 ····0000000000000000·00000000000000002931 ····0000000000000000·0000000000000000
2932 ··Length:···················14522932 ··Length:···················1452
2933 ··Version:··················22933 ··Version:··················2
2934 ··Offset·into·.debug_info:··0x10bd3a02934 ··Offset·into·.debug_info:··0x10bd398
2935 ··Pointer·Size:·············82935 ··Pointer·Size:·············8
2936 ··Segment·Size:·············02936 ··Segment·Size:·············0
  
2937 ····Address············Length2937 ····Address············Length
2938 ····00000000001a4fc0·0000000000001dd72938 ····00000000001a4fc0·0000000000001dd7
2939 ····00000000000a55ca·0000000000000aaa2939 ····00000000000a55ca·0000000000000aaa
2940 ····00000000000b2a10·00000000000000092940 ····00000000000b2a10·0000000000000009
Offset 3024, 37 lines modifiedOffset 3024, 37 lines modified
3024 ····00000000001af900·0000000000001e8c3024 ····00000000001af900·0000000000001e8c
3025 ····00000000001b1790·00000000000019843025 ····00000000001b1790·0000000000001984
3026 ····00000000001b3120·000000000000095a3026 ····00000000001b3120·000000000000095a
3027 ····00000000001b3a80·000000000000048b3027 ····00000000001b3a80·000000000000048b
3028 ····0000000000000000·00000000000000003028 ····0000000000000000·0000000000000000
3029 ··Length:···················603029 ··Length:···················60
3030 ··Version:··················23030 ··Version:··················2
3031 ··Offset·into·.debug_info:··0x113decc3031 ··Offset·into·.debug_info:··0x113dec4
3032 ··Pointer·Size:·············83032 ··Pointer·Size:·············8
3033 ··Segment·Size:·············03033 ··Segment·Size:·············0
  
3034 ····Address············Length3034 ····Address············Length
3035 ····00000000001b3f10·0000000000000a8d3035 ····00000000001b3f10·0000000000000a8d
3036 ····00000000000a6074·00000000000000ea3036 ····00000000000a6074·00000000000000ea
3037 ····0000000000000000·00000000000000003037 ····0000000000000000·0000000000000000
3038 ··Length:···················923038 ··Length:···················92
3039 ··Version:··················23039 ··Version:··················2
3040 ··Offset·into·.debug_info:··0x1145b623040 ··Offset·into·.debug_info:··0x1145b5a
3041 ··Pointer·Size:·············83041 ··Pointer·Size:·············8
3042 ··Segment·Size:·············03042 ··Segment·Size:·············0
  
Max diff block lines reached; 548/5136 bytes (10.67%) of diff not shown.
27.5 MB
readelf --wide --debug-dump=loc {}
    
Offset 2102856, 15 lines modifiedOffset 2102856, 15 lines modified
  
2102856 ····0061b6f3·v000000000000000·v000000000000000·location·view·pair2102856 ····0061b6f3·v000000000000000·v000000000000000·location·view·pair
  
2102857 ····0061b6f5·v000000000000000·v000000000000000·views·at·0061b6f3·for:2102857 ····0061b6f5·v000000000000000·v000000000000000·views·at·0061b6f3·for:
2102858 ·············0000000000183a66·0000000000183a6a·(DW_OP_reg6·(rbp))2102858 ·············0000000000183a66·0000000000183a6a·(DW_OP_reg6·(rbp))
2102859 ····0061b701·<End·of·list>2102859 ····0061b701·<End·of·list>
2102860 Table·at·Offset·0x61b7022102860 Table·at·Offset·0x61b702
2102861 ··Length:··········0x280a22102861 ··Length:··········0x280a0
2102862 ··DWARF·version:···52102862 ··DWARF·version:···5
2102863 ··Address·size:····82102863 ··Address·size:····8
2102864 ··Segment·size:····02102864 ··Segment·size:····0
2102865 ··Offset·entries:··02102865 ··Offset·entries:··0
  
2102866 ····Offset···Begin············End··············Expression2102866 ····Offset···Begin············End··············Expression
  
Offset 2103843, 15 lines modifiedOffset 2103843, 15 lines modified
2103843 ····0061c27f·v000000000000000·v000000000000000·views·at·0061c266·for:2103843 ····0061c27f·v000000000000000·v000000000000000·views·at·0061c266·for:
2103844 ·············000000000018230e·000000000018232d·(DW_OP_addr:·1b71d7;·DW_OP_stack_value)2103844 ·············000000000018230e·000000000018232d·(DW_OP_addr:·1b71d7;·DW_OP_stack_value)
2103845 ····0061c28f·<End·of·list>2103845 ····0061c28f·<End·of·list>
  
2103846 ····0061c290·v000000000000000·v000000000000002·location·view·pair2103846 ····0061c290·v000000000000000·v000000000000002·location·view·pair
  
2103847 ····0061c292·v000000000000000·v000000000000002·views·at·0061c290·for:2103847 ····0061c292·v000000000000000·v000000000000002·views·at·0061c290·for:
2103848 ·············0000000000182047·0000000000182047·(DW_OP_implicit_pointer:·<0xe9f5df>·0)2103848 ·············0000000000182047·0000000000182047·(DW_OP_implicit_pointer:·<0xe9f5dd>·0)
2103849 ····0061c2a3·<End·of·list>2103849 ····0061c2a3·<End·of·list>
  
2103850 ····0061c2a4·v000000000000006·v000000000000000·location·view·pair2103850 ····0061c2a4·v000000000000006·v000000000000000·location·view·pair
  
2103851 ····0061c2a6·v000000000000006·v000000000000000·views·at·0061c2a4·for:2103851 ····0061c2a6·v000000000000006·v000000000000000·views·at·0061c2a4·for:
2103852 ·············0000000000182076·0000000000182087·(DW_OP_reg14·(r14))2103852 ·············0000000000182076·0000000000182087·(DW_OP_reg14·(r14))
2103853 ····0061c2b2·<End·of·list>2103853 ····0061c2b2·<End·of·list>
Offset 2105255, 15 lines modifiedOffset 2105255, 15 lines modified
2105255 ····0061d2ef·v000000000000003·v000000000000006·views·at·0061d2ed·for:2105255 ····0061d2ef·v000000000000003·v000000000000006·views·at·0061d2ed·for:
2105256 ·············0000000000182529·0000000000182529·(DW_OP_lit1;·DW_OP_stack_value)2105256 ·············0000000000182529·0000000000182529·(DW_OP_lit1;·DW_OP_stack_value)
2105257 ····0061d2fc·<End·of·list>2105257 ····0061d2fc·<End·of·list>
  
2105258 ····0061d2fd·v000000000000008·v000000000000000·location·view·pair2105258 ····0061d2fd·v000000000000008·v000000000000000·location·view·pair
  
2105259 ····0061d2ff·v000000000000008·v000000000000000·views·at·0061d2fd·for:2105259 ····0061d2ff·v000000000000008·v000000000000000·views·at·0061d2fd·for:
2105260 ·············0000000000182529·0000000000182534·(DW_OP_implicit_pointer:·<0xea2eae>·0)2105260 ·············0000000000182529·0000000000182534·(DW_OP_implicit_pointer:·<0xea2eac>·0)
2105261 ····0061d310·<End·of·list>2105261 ····0061d310·<End·of·list>
  
2105262 ····0061d311·v000000000000000·v000000000000000·location·view·pair2105262 ····0061d311·v000000000000000·v000000000000000·location·view·pair
2105263 ····0061d313·v000000000000000·v000000000000000·location·view·pair2105263 ····0061d313·v000000000000000·v000000000000000·location·view·pair
2105264 ····0061d315·v000000000000000·v000000000000000·location·view·pair2105264 ····0061d315·v000000000000000·v000000000000000·location·view·pair
  
2105265 ····0061d317·0000000000182ba6·(base·address)2105265 ····0061d317·0000000000182ba6·(base·address)
Offset 2105575, 17 lines modifiedOffset 2105575, 17 lines modified
2105575 ····0061d6db·<End·of·list>2105575 ····0061d6db·<End·of·list>
  
2105576 ····0061d6dc·v000000000000008·v000000000000000·location·view·pair2105576 ····0061d6dc·v000000000000008·v000000000000000·location·view·pair
2105577 ····0061d6de·v000000000000008·v000000000000000·location·view·pair2105577 ····0061d6de·v000000000000008·v000000000000000·location·view·pair
  
2105578 ····0061d6e0·0000000000182c3c·(base·address)2105578 ····0061d6e0·0000000000182c3c·(base·address)
2105579 ····0061d6e9·v000000000000008·v000000000000000·views·at·0061d6dc·for:2105579 ····0061d6e9·v000000000000008·v000000000000000·views·at·0061d6dc·for:
2105580 ·············0000000000182c3c·0000000000182c44·(DW_OP_implicit_pointer:·<0xea32bf>·0)2105580 ·············0000000000182c3c·0000000000182c44·(DW_OP_implicit_pointer:·<0xea32bd>·0)
2105581 ····0061d6f3·v000000000000008·v000000000000000·views·at·0061d6de·for:2105581 ····0061d6f3·v000000000000008·v000000000000000·views·at·0061d6de·for:
2105582 ·············0000000000182c66·0000000000182c71·(DW_OP_implicit_pointer:·<0xea32bf>·0)2105582 ·············0000000000182c66·0000000000182c71·(DW_OP_implicit_pointer:·<0xea32bd>·0)
2105583 ····0061d6fd·<End·of·list>2105583 ····0061d6fd·<End·of·list>
  
2105584 ····0061d6fe·v000000000000000·v000000000000000·location·view·pair2105584 ····0061d6fe·v000000000000000·v000000000000000·location·view·pair
2105585 ····0061d700·v000000000000000·v000000000000000·location·view·pair2105585 ····0061d700·v000000000000000·v000000000000000·location·view·pair
2105586 ····0061d702·v000000000000000·v000000000000000·location·view·pair2105586 ····0061d702·v000000000000000·v000000000000000·location·view·pair
2105587 ····0061d704·v000000000000000·v000000000000000·location·view·pair2105587 ····0061d704·v000000000000000·v000000000000000·location·view·pair
  
Offset 2105975, 21 lines modifiedOffset 2105975, 21 lines modified
2105975 ····0061db8d·v000000000000000·v000000000000006·location·view·pair2105975 ····0061db8d·v000000000000000·v000000000000006·location·view·pair
2105976 ····0061db8f·v000000000000000·v000000000000006·location·view·pair2105976 ····0061db8f·v000000000000000·v000000000000006·location·view·pair
2105977 ····0061db91·v000000000000000·v000000000000000·location·view·pair2105977 ····0061db91·v000000000000000·v000000000000000·location·view·pair
2105978 ····0061db93·v000000000000000·v000000000000000·location·view·pair2105978 ····0061db93·v000000000000000·v000000000000000·location·view·pair
  
2105979 ····0061db95·0000000000182962·(base·address)2105979 ····0061db95·0000000000182962·(base·address)
2105980 ····0061db9e·v000000000000000·v000000000000006·views·at·0061db8d·for:2105980 ····0061db9e·v000000000000000·v000000000000006·views·at·0061db8d·for:
2105981 ·············0000000000182962·00000000001829ed·(DW_OP_implicit_pointer:·<0xea3be6>·0)2105981 ·············0000000000182962·00000000001829ed·(DW_OP_implicit_pointer:·<0xea3be4>·0)
2105982 ····0061dba9·v000000000000000·v000000000000006·views·at·0061db8f·for:2105982 ····0061dba9·v000000000000000·v000000000000006·views·at·0061db8f·for:
2105983 ·············00000000001829f3·0000000000182a0f·(DW_OP_implicit_pointer:·<0xea3be6>·0)2105983 ·············00000000001829f3·0000000000182a0f·(DW_OP_implicit_pointer:·<0xea3be4>·0)
2105984 ····0061dbb5·v000000000000000·v000000000000000·views·at·0061db91·for:2105984 ····0061dbb5·v000000000000000·v000000000000000·views·at·0061db91·for:
2105985 ·············0000000000182a8f·0000000000182ace·(DW_OP_implicit_pointer:·<0xea3be6>·0)2105985 ·············0000000000182a8f·0000000000182ace·(DW_OP_implicit_pointer:·<0xea3be4>·0)
2105986 ····0061dbc1·v000000000000000·v000000000000000·views·at·0061db93·for:2105986 ····0061dbc1·v000000000000000·v000000000000000·views·at·0061db93·for:
2105987 ·············0000000000182aee·0000000000182b0e·(DW_OP_implicit_pointer:·<0xea3be6>·0)2105987 ·············0000000000182aee·0000000000182b0e·(DW_OP_implicit_pointer:·<0xea3be4>·0)
2105988 ····0061dbcd·<End·of·list>2105988 ····0061dbcd·<End·of·list>
  
2105989 ····0061dbce·v000000000000000·v000000000000000·location·view·pair2105989 ····0061dbce·v000000000000000·v000000000000000·location·view·pair
2105990 ····0061dbd0·v000000000000000·v000000000000006·location·view·pair2105990 ····0061dbd0·v000000000000000·v000000000000006·location·view·pair
2105991 ····0061dbd2·v000000000000000·v000000000000006·location·view·pair2105991 ····0061dbd2·v000000000000000·v000000000000006·location·view·pair
2105992 ····0061dbd4·v000000000000000·v000000000000000·location·view·pair2105992 ····0061dbd4·v000000000000000·v000000000000000·location·view·pair
2105993 ····0061dbd6·v000000000000000·v000000000000000·location·view·pair2105993 ····0061dbd6·v000000000000000·v000000000000000·location·view·pair
Offset 2106660, 25 lines modifiedOffset 2106660, 25 lines modified
2106660 ····0061e3ac·v000000000000000·v000000000000000·location·view·pair2106660 ····0061e3ac·v000000000000000·v000000000000000·location·view·pair
2106661 ····0061e3ae·v000000000000000·v000000000000000·location·view·pair2106661 ····0061e3ae·v000000000000000·v000000000000000·location·view·pair
2106662 ····0061e3b0·v000000000000000·v000000000000000·location·view·pair2106662 ····0061e3b0·v000000000000000·v000000000000000·location·view·pair
2106663 ····0061e3b2·v000000000000000·v000000000000000·location·view·pair2106663 ····0061e3b2·v000000000000000·v000000000000000·location·view·pair
  
2106664 ····0061e3b4·00000000001823f9·(base·address)2106664 ····0061e3b4·00000000001823f9·(base·address)
2106665 ····0061e3bd·v000000000000000·v000000000000000·views·at·0061e3a8·for:2106665 ····0061e3bd·v000000000000000·v000000000000000·views·at·0061e3a8·for:
2106666 ·············00000000001823f9·0000000000182448·(DW_OP_implicit_pointer:·<0xea43d5>·0)2106666 ·············00000000001823f9·0000000000182448·(DW_OP_implicit_pointer:·<0xea43d3>·0)
2106667 ····0061e3c7·v000000000000000·v000000000000007·views·at·0061e3aa·for:2106667 ····0061e3c7·v000000000000000·v000000000000007·views·at·0061e3aa·for:
2106668 ·············00000000001826eb·0000000000182701·(DW_OP_implicit_pointer:·<0xea43d5>·0)2106668 ·············00000000001826eb·0000000000182701·(DW_OP_implicit_pointer:·<0xea43d3>·0)
2106669 ····0061e3d3·v000000000000000·v000000000000000·views·at·0061e3ac·for:2106669 ····0061e3d3·v000000000000000·v000000000000000·views·at·0061e3ac·for:
2106670 ·············0000000000182792·00000000001827f7·(DW_OP_implicit_pointer:·<0xea43d5>·0)2106670 ·············0000000000182792·00000000001827f7·(DW_OP_implicit_pointer:·<0xea43d3>·0)
2106671 ····0061e3df·v000000000000000·v000000000000000·views·at·0061e3ae·for:2106671 ····0061e3df·v000000000000000·v000000000000000·views·at·0061e3ae·for:
2106672 ·············000000000018281e·0000000000182825·(DW_OP_implicit_pointer:·<0xea43d5>·0)2106672 ·············000000000018281e·0000000000182825·(DW_OP_implicit_pointer:·<0xea43d3>·0)
2106673 ····0061e3eb·v000000000000000·v000000000000000·views·at·0061e3b0·for:2106673 ····0061e3eb·v000000000000000·v000000000000000·views·at·0061e3b0·for:
2106674 ·············0000000000182844·0000000000182853·(DW_OP_implicit_pointer:·<0xea43d5>·0)2106674 ·············0000000000182844·0000000000182853·(DW_OP_implicit_pointer:·<0xea43d3>·0)
2106675 ····0061e3f7·v000000000000000·v000000000000000·views·at·0061e3b2·for:2106675 ····0061e3f7·v000000000000000·v000000000000000·views·at·0061e3b2·for:
2106676 ·············0000000000182d58·0000000000182d7e·(DW_OP_implicit_pointer:·<0xea43d5>·0)2106676 ·············0000000000182d58·0000000000182d7e·(DW_OP_implicit_pointer:·<0xea43d3>·0)
2106677 ····0061e403·<End·of·list>2106677 ····0061e403·<End·of·list>
  
2106678 ····0061e404·v000000000000000·v000000000000000·location·view·pair2106678 ····0061e404·v000000000000000·v000000000000000·location·view·pair
2106679 ····0061e406·v000000000000000·v000000000000007·location·view·pair2106679 ····0061e406·v000000000000000·v000000000000007·location·view·pair
2106680 ····0061e408·v000000000000000·v000000000000000·location·view·pair2106680 ····0061e408·v000000000000000·v000000000000000·location·view·pair
2106681 ····0061e40a·v000000000000000·v000000000000000·location·view·pair2106681 ····0061e40a·v000000000000000·v000000000000000·location·view·pair
2106682 ····0061e40c·v000000000000000·v000000000000000·location·view·pair2106682 ····0061e40c·v000000000000000·v000000000000000·location·view·pair
Offset 2107390, 39 lines modifiedOffset 2107390, 39 lines modified
2107390 ····0061ed4d·v000000000000003·v000000000000004·views·at·0061ed4b·for:2107390 ····0061ed4d·v000000000000003·v000000000000004·views·at·0061ed4b·for:
2107391 ·············00000000001828c2·00000000001828c2·(DW_OP_fbreg:·-128)2107391 ·············00000000001828c2·00000000001828c2·(DW_OP_fbreg:·-128)
2107392 ····0061ed5b·<End·of·list>2107392 ····0061ed5b·<End·of·list>
  
2107393 ····0061ed5c·v000000000000000·v000000000000002·location·view·pair2107393 ····0061ed5c·v000000000000000·v000000000000002·location·view·pair
  
2107394 ····0061ed5e·v000000000000000·v000000000000002·views·at·0061ed5c·for:2107394 ····0061ed5e·v000000000000000·v000000000000002·views·at·0061ed5c·for:
2107395 ·············00000000001828de·00000000001828de·(DW_OP_implicit_pointer:·<0xea4b30>·0)2107395 ·············00000000001828de·00000000001828de·(DW_OP_implicit_pointer:·<0xea4b2e>·0)
2107396 ····0061ed6f·<End·of·list>2107396 ····0061ed6f·<End·of·list>
  
2107397 ····0061ed70·v000000000000001·v000000000000002·location·view·pair2107397 ····0061ed70·v000000000000001·v000000000000002·location·view·pair
  
2107398 ····0061ed72·v000000000000001·v000000000000002·views·at·0061ed70·for:2107398 ····0061ed72·v000000000000001·v000000000000002·views·at·0061ed70·for:
Max diff block lines reached; 28830845/28838737 bytes (99.97%) of diff not shown.
5.09 KB
readelf --wide --debug-dump=ranges {}
    
Offset 2742, 15 lines modifiedOffset 2742, 15 lines modified
2742 ····0000000000182ef0·00000000000000b72742 ····0000000000182ef0·00000000000000b7
2743 ····0000000000182fb0·00000000000001042743 ····0000000000182fb0·0000000000000104
2744 ····00000000001830c0·00000000000002022744 ····00000000001830c0·0000000000000202
2745 ····0000000000000000·00000000000001202745 ····0000000000000000·0000000000000120
2746 ····0000000000000000·00000000000000002746 ····0000000000000000·0000000000000000
2747 ··Length:···················3482747 ··Length:···················348
2748 ··Version:··················22748 ··Version:··················2
2749 ··Offset·into·.debug_info:··0xedea482749 ··Offset·into·.debug_info:··0xedea40
2750 ··Pointer·Size:·············82750 ··Pointer·Size:·············8
2751 ··Segment·Size:·············02751 ··Segment·Size:·············0
  
2752 ····Address············Length2752 ····Address············Length
2753 ····000000000018aa90·0000000000000caa2753 ····000000000018aa90·0000000000000caa
2754 ····00000000000a2212·00000000000003712754 ····00000000000a2212·0000000000000371
2755 ····00000000000b2a10·00000000000000092755 ····00000000000b2a10·0000000000000009
Offset 2770, 15 lines modifiedOffset 2770, 15 lines modified
2770 ····0000000000000000·000000000000018d2770 ····0000000000000000·000000000000018d
2771 ····0000000000000000·00000000000000de2771 ····0000000000000000·00000000000000de
2772 ····0000000000000000·00000000000000de2772 ····0000000000000000·00000000000000de
2773 ····00000000000c1470·00000000000000302773 ····00000000000c1470·0000000000000030
2774 ····0000000000000000·00000000000000002774 ····0000000000000000·0000000000000000
2775 ··Length:···················5082775 ··Length:···················508
2776 ··Version:··················22776 ··Version:··················2
2777 ··Offset·into·.debug_info:··0xf08b532777 ··Offset·into·.debug_info:··0xf08b4b
2778 ··Pointer·Size:·············82778 ··Pointer·Size:·············8
2779 ··Segment·Size:·············02779 ··Segment·Size:·············0
  
2780 ····Address············Length2780 ····Address············Length
2781 ····000000000018b740·0000000000005ddb2781 ····000000000018b740·0000000000005ddb
2782 ····00000000000a2584·00000000000007972782 ····00000000000a2584·0000000000000797
2783 ····00000000000b4e70·00000000000000052783 ····00000000000b4e70·0000000000000005
Offset 2808, 25 lines modifiedOffset 2808, 25 lines modified
2808 ····00000000001918d0·00000000000004b02808 ····00000000001918d0·00000000000004b0
2809 ····0000000000191d80·00000000000002882809 ····0000000000191d80·0000000000000288
2810 ····00000000000c24d0·000000000000018a2810 ····00000000000c24d0·000000000000018a
2811 ····00000000000c2aa0·000000000000002c2811 ····00000000000c2aa0·000000000000002c
2812 ····0000000000000000·00000000000000002812 ····0000000000000000·0000000000000000
2813 ··Length:···················602813 ··Length:···················60
2814 ··Version:··················22814 ··Version:··················2
2815 ··Offset·into·.debug_info:··0xf810882815 ··Offset·into·.debug_info:··0xf81080
2816 ··Pointer·Size:·············82816 ··Pointer·Size:·············8
2817 ··Segment·Size:·············02817 ··Segment·Size:·············0
  
2818 ····Address············Length2818 ····Address············Length
2819 ····0000000000192010·00000000000008052819 ····0000000000192010·0000000000000805
2820 ····00000000000b8030·000000000000004c2820 ····00000000000b8030·000000000000004c
2821 ····0000000000000000·00000000000000002821 ····0000000000000000·0000000000000000
2822 ··Length:···················2362822 ··Length:···················236
2823 ··Version:··················22823 ··Version:··················2
2824 ··Offset·into·.debug_info:··0xf952042824 ··Offset·into·.debug_info:··0xf951fc
2825 ··Pointer·Size:·············82825 ··Pointer·Size:·············8
2826 ··Segment·Size:·············02826 ··Segment·Size:·············0
  
2827 ····Address············Length2827 ····Address············Length
2828 ····0000000000192820·00000000000003322828 ····0000000000192820·0000000000000332
2829 ····00000000000a2d1c·00000000000001592829 ····00000000000a2d1c·0000000000000159
2830 ····00000000001457e0·00000000000000092830 ····00000000001457e0·0000000000000009
Offset 2839, 15 lines modifiedOffset 2839, 15 lines modified
2839 ····000000000009d9cd·000000000000003a2839 ····000000000009d9cd·000000000000003a
2840 ····00000000000b8030·000000000000004c2840 ····00000000000b8030·000000000000004c
2841 ····00000000000c24d0·000000000000018a2841 ····00000000000c24d0·000000000000018a
2842 ····00000000000c2aa0·000000000000002c2842 ····00000000000c2aa0·000000000000002c
2843 ····0000000000000000·00000000000000002843 ····0000000000000000·0000000000000000
2844 ··Length:···················4762844 ··Length:···················476
2845 ··Version:··················22845 ··Version:··················2
2846 ··Offset·into·.debug_info:··0xfa482e2846 ··Offset·into·.debug_info:··0xfa4826
2847 ··Pointer·Size:·············82847 ··Pointer·Size:·············8
2848 ··Segment·Size:·············02848 ··Segment·Size:·············0
  
2849 ····Address············Length2849 ····Address············Length
2850 ····0000000000192b60·00000000000072922850 ····0000000000192b60·0000000000007292
2851 ····00000000000a2e98·0000000000000cfe2851 ····00000000000a2e98·0000000000000cfe
2852 ····00000000000b2a10·00000000000000092852 ····00000000000b2a10·0000000000000009
Offset 2875, 15 lines modifiedOffset 2875, 15 lines modified
2875 ····00000000000c1470·00000000000000302875 ····00000000000c1470·0000000000000030
2876 ····00000000000c1ba0·00000000000000212876 ····00000000000c1ba0·0000000000000021
2877 ····000000000019a240·00000000000002642877 ····000000000019a240·0000000000000264
2878 ····000000000015e000·00000000000002de2878 ····000000000015e000·00000000000002de
2879 ····0000000000000000·00000000000000002879 ····0000000000000000·0000000000000000
2880 ··Length:···················7322880 ··Length:···················732
2881 ··Version:··················22881 ··Version:··················2
2882 ··Offset·into·.debug_info:··0xff8c4a2882 ··Offset·into·.debug_info:··0xff8c42
2883 ··Pointer·Size:·············82883 ··Pointer·Size:·············8
2884 ··Segment·Size:·············02884 ··Segment·Size:·············0
  
2885 ····Address············Length2885 ····Address············Length
2886 ····000000000019a4c0·00000000000093c72886 ····000000000019a4c0·00000000000093c7
2887 ····00000000000a3c32·000000000000172f2887 ····00000000000a3c32·000000000000172f
2888 ····00000000000b4840·00000000000000052888 ····00000000000b4840·0000000000000005
Offset 2927, 15 lines modifiedOffset 2927, 15 lines modified
2927 ····00000000001a4ac0·00000000000002752927 ····00000000001a4ac0·0000000000000275
2928 ····00000000001a4d40·00000000000002752928 ····00000000001a4d40·0000000000000275
2929 ····00000000000c24d0·000000000000018a2929 ····00000000000c24d0·000000000000018a
2930 ····00000000000c2aa0·000000000000002c2930 ····00000000000c2aa0·000000000000002c
2931 ····0000000000000000·00000000000000002931 ····0000000000000000·0000000000000000
2932 ··Length:···················14522932 ··Length:···················1452
2933 ··Version:··················22933 ··Version:··················2
2934 ··Offset·into·.debug_info:··0x10bd3a02934 ··Offset·into·.debug_info:··0x10bd398
2935 ··Pointer·Size:·············82935 ··Pointer·Size:·············8
2936 ··Segment·Size:·············02936 ··Segment·Size:·············0
  
2937 ····Address············Length2937 ····Address············Length
2938 ····00000000001a4fc0·0000000000001dd72938 ····00000000001a4fc0·0000000000001dd7
2939 ····00000000000a55ca·0000000000000aaa2939 ····00000000000a55ca·0000000000000aaa
2940 ····00000000000b2a10·00000000000000092940 ····00000000000b2a10·0000000000000009
Offset 3024, 37 lines modifiedOffset 3024, 37 lines modified
3024 ····00000000001af900·0000000000001e8c3024 ····00000000001af900·0000000000001e8c
3025 ····00000000001b1790·00000000000019843025 ····00000000001b1790·0000000000001984
3026 ····00000000001b3120·000000000000095a3026 ····00000000001b3120·000000000000095a
3027 ····00000000001b3a80·000000000000048b3027 ····00000000001b3a80·000000000000048b
3028 ····0000000000000000·00000000000000003028 ····0000000000000000·0000000000000000
3029 ··Length:···················603029 ··Length:···················60
3030 ··Version:··················23030 ··Version:··················2
3031 ··Offset·into·.debug_info:··0x113decc3031 ··Offset·into·.debug_info:··0x113dec4
3032 ··Pointer·Size:·············83032 ··Pointer·Size:·············8
3033 ··Segment·Size:·············03033 ··Segment·Size:·············0
  
3034 ····Address············Length3034 ····Address············Length
3035 ····00000000001b3f10·0000000000000a8d3035 ····00000000001b3f10·0000000000000a8d
3036 ····00000000000a6074·00000000000000ea3036 ····00000000000a6074·00000000000000ea
3037 ····0000000000000000·00000000000000003037 ····0000000000000000·0000000000000000
3038 ··Length:···················923038 ··Length:···················92
3039 ··Version:··················23039 ··Version:··················2
3040 ··Offset·into·.debug_info:··0x1145b623040 ··Offset·into·.debug_info:··0x1145b5a
3041 ··Pointer·Size:·············83041 ··Pointer·Size:·············8
3042 ··Segment·Size:·············03042 ··Segment·Size:·············0
  
Max diff block lines reached; 548/5136 bytes (10.67%) of diff not shown.
45.8 KB
strings --all --bytes=8 {}
    
Offset 1, 2053 lines modifiedOffset 1, 2065 lines modified
1 BGCC:·(Debian·14.2.0-17)·14.2.01 n]GCC:·(Debian·14.2.0-17)·14.2.0
2 *\!%%S» `2 *\!%%S» `
3 )Z:W`sUNr)/'3 )Z:W`sUNr)/'
4 b·Zi_Pe=Si4 b·Zi_Pe=Si
5 {RV+&|S]5 {RV+&|S]
6 ej.JyR/!D6 ej.JyR/!D
7 ijy?#mxA7 ijy?#mxA
8 EI:i+``[8 EI:i+``[
9 SV~{»   >%b9 SV~{»   >%b
10 ej<g·}7gB10 ej<g·}7gB
11 mRDtRTzJL_11 mRDtRTzJL_
12 <]ioR7@&cm3?12 <]ioR7@&cm3?
13 .I5,L3,I5nD13 .I5,L3,I5nD
14 Jn:B=QMP14 Jn:B=QMP
Diff chunk too large, falling back to line-by-line diff (472 lines added, 458 lines removed)
15 6mOZ;I%<15 6mOZ;I%<
16 #,yP(,Rp16 EWO5>')L
17 A·A<t\|G17 etqI^YF4
18 jm*t:oBg18 NR!pt,~W
19 &P#T(us(19 L"bK#yI[
20 s`fJ+!m%20 qAAYUDTvTd
21 mU;IjWOqo:,21 =,$oN@\2_#I
22 HS$&;A:$622 >D)x»   M:U
23 bU+lC,h$23 'jh?O,S"
24 ,f/nsF-yt24 .<7XyvcN$
25 "CdO5=(A25 _Kh:h5r7
26 TX.H%~@Z26 ;JU%AITc
27 tW8,7+#I27 .-V1WnK»ey
28 ~;=s+2}S28 5Dliz0FfM,
29 NXZ`=»  py·m029 ;$T^f+XM
30 Ri/p>HD,L\*30 8S@*Mj=6?
31 ·keWV/n[!31 Pn;9bRj/
32 ~$TXn<.f32 ]»      sRE;i4
33 BnqU[osU33 &/T\m+[E
34 ;EYKN%Wp34 n09`flgk
35 \Jc9WA\g/35 _8]fAaGh
36 3HX\2M2a{36 =866A'5Lszm]
37 it<M>`#ga37 Xq|*B.UA1
38 a^tbF:;cq=C38 "»      ;2qh&6
39 "\{{oz8P39 Q]n*6Ce$
40 >c(4lfhi40 ?3k@BS?n
41 'hxU2)^a41 G[IZ+1Y9
42 )^K2%3^A/M"UT42 "6?LVdHj
43 \-$b;4;U43 5Iv0PCSB
44 8^+{ET3D44 2i]6[,P"-
45 {dE:?I.i45 :"8bBq2-7ab
46 83dTK55R46 Y49KQV9E
47 ZA=M>ce#94q=47 JAh[1-,6
48 H%t68u/{48 )@M#mid]
49 GnA»    [T|949 }k9B{#9}R
50 @_3:Czh+Tt50 G=w!x-,_
51 n8K2i5@wjz]51 %'jxU2)^a
52 d]?!XU·n52 w3%!1KJf6
53 jL\.z2b~53 2)UNIMLw
54 ^{.?>&'^54 |A(»    "5Ls
55 Fn\*tx·m55 %bf#)md=
56 &(((·((*·(756 F]#~GG8N
57 gmTQcceG57 h;siX.5u
58 H:Z_5\Tm58 Ix1wWq;R
59 ugA0o7lX59 Zrb-1&`B
60 `}zrp6z860 Wpj6y@f+
61 oLHiZ//z61 d!j!=d&):^
62 KNU"W[%z62 Hz((Rt$^g
63 3J{wD8+q63 r+`*Bq=5P_
64 q2K-RF@:64 bYQfyv?H>
65 ;#?U]pVGA65 u|;DiL)&
66 gmidw7xc66 1iI9[YnJ
67 -0&]9E8{[67 _5j!lMS=
68 :UMU%TKw68 Fo3jop<OoC»     
69 Lb_O/~4<P69 Ub>_5\Vm
70 !?#uxx\A8WD70 eH»     u){Z-
71 ·3yDA80_l9471 :/R*8;xA
72 UxRO$B-o72 823X>538
73 XR7TT]E$73 32j&WVBU1E{wD8
74 !%fhS34574 ]2%8·B;n
75 UXI~\}.·75 )oWX=&M»
76 sKHIC\)C\6e\76 \A$9)pvh
77 ,<BaYu$Pj77 kYdw7xcKE
78 G-3h(H5(T>R6n78 9G{wD8+q
79 i6uf5fSgV79 &+r9>)W?
80 i)~KZNR_80 p(^=".Ui^
81 O$rsFT|~81 P=}]<a'_#L
82 gbH<s~,"U82 Z7IEktA2
83 ^SvbHW6X83 /gtzpb:O
84 Rr9IB#<f84 G·<TDl9d
85 BlBj}8_!85 Yz^B<y#D
86 B+!wN*RL)86 JxH~Jb%L
87 #~1N{oE"C+87 U;N#9$Ze
88 3Z{]7x;k88 E#Y*@,p-!m
89 [b[A;A{ws'389 "Y3ZFLJw
90 zI8W/9O]90 Fa)+@,p3!
91 O<]vJ8{P91 sOGrnn3~
92 ZKA+9sE]92 +/-=>q[9
93 ^}O\\`!^93 tBj.~X6:
94 +y$]&sn(94 '&T~5Z"%[
95 j[EeqQY\95 1»      6d<d64
96 y[kp|vcL96 4[Rz5[&{
97 '_+hX+xa97 oYm$$INL
98 su{4k\]M98 F#-GIFZb
99 F]%Wvw"S!99 %9aIsDUS
100 Q<1*»   A='100 "]kfbd3O
101 DMNh75R]|101 7%jUfo[}
102 ?2T]02t·102 dVni.v2+
103 KUuO9UK{"VU103 U$1='KaV
104 ZZQb$UK{104 .bH"eCfD
105 >T#fcIx*105 }sN-·.;\
106 mN»     UKSB{106 `%ys'..0
107 exd%{)hR107 ;n0#N%7t
108 s0OEG>5!?108 ()B,2PB,
109 _YE*Tf=·109 a»      kw?p!-
110 »       ?GYHg`j110 CP4,lU/@=\
111 E|UigRZi111 ]halk»  HS
112 [x+JN/JN112 NS,pre+·
113 WYV"^nf(113 :LS,gre}S
114 YrX``naN114 S;X[\`6MZ2N
115 a'?8BB7"115 iw(Sool2;I
116 NjcM@:·i116 ;=|*fG» ?
117 !<:YP5}]117 RaQ+*,MA5
118 tFKsgaTk118 quOoH{vaW
119 uh,»    GGcR=dz119 Ea}eL}e-
120 "YGW4Z'I9120 T-mT|$QK
121 MC`gIy)h121 Q\--#&BH
122 nF8%Fhjw&s%122 bLh@\BhPJBh7
123 ,$p`ABX/123 eF7nns'k
124 62/(|N9<P?O124 "o6;m:!t
125 {`'IcUyP125 \>Dv,&9w
126 1>l/V*@e;126 ·49w-bWgkr
Max diff block lines reached; 36665/46841 bytes (78.28%) of diff not shown.
4.13 KB
readelf --wide --decompress --string-dump=.debug_line_str {}
    
Offset 221, 72 lines modifiedOffset 221, 72 lines modified
221 ··[···d28]··uid_generator.h221 ··[···d28]··uid_generator.h
222 ··[···d38]··hex_string.h222 ··[···d38]··hex_string.h
223 ··[···d45]··meta.h223 ··[···d45]··meta.h
224 ··[···d4c]··sections_summary.h224 ··[···d4c]··sections_summary.h
225 ··[···d5f]··value.h225 ··[···d5f]··value.h
226 ··[···d67]··features.h226 ··[···d67]··features.h
227 ··[···d72]··module_content.h227 ··[···d72]··module_content.h
228 ··[···d83]··module_pe_generated.h228 ··[···d83]··module_time_generated.h
229 ··[···d99]··module_list.h229 ··[···d9b]··module_list.h
230 ··[···da7]··module_pool.h230 ··[···da9]··module_pool.h
231 ··[···db5]··void_t.hpp231 ··[···db7]··void_t.hpp
232 ··[···dc0]··value_t.hpp232 ··[···dc2]··value_t.hpp
233 ··[···dcc]··input_adapters.hpp233 ··[···dce]··input_adapters.hpp
234 ··[···ddf]··binary_reader.hpp234 ··[···de1]··binary_reader.hpp
235 ··[···df1]··parser.hpp235 ··[···df3]··parser.hpp
236 ··[···dfc]··primitive_iterator.hpp236 ··[···dfe]··primitive_iterator.hpp
237 ··[···e13]··json_custom_base_class.hpp237 ··[···e15]··json_custom_base_class.hpp
238 ··[···e2e]··to_chars.hpp238 ··[···e30]··to_chars.hpp
239 ··[···e3b]··output_adapters.hpp239 ··[···e3d]··output_adapters.hpp
240 ··[···e4f]··internal_iterator.hpp240 ··[···e51]··internal_iterator.hpp
241 ··[···e65]··iter_impl.hpp241 ··[···e67]··iter_impl.hpp
242 ··[···e73]··json_ref.hpp242 ··[···e75]··json_ref.hpp
243 ··[···e80]··begin.hpp243 ··[···e82]··begin.hpp
244 ··[···e8a]··byte_container_with_subtype.hpp244 ··[···e8c]··byte_container_with_subtype.hpp
245 ··[···eaa]··json_pointer.hpp245 ··[···eac]··json_pointer.hpp
246 ··[···ebb]··json_fwd.hpp246 ··[···ebd]··json_fwd.hpp
247 ··[···ec8]··filesystem.h247 ··[···eca]··filesystem.h
248 ··[···ed5]··std_fs.hpp248 ··[···ed7]··std_fs.hpp
249 ··[···ee0]··./src/builder/yara_hex_string_builder.cpp249 ··[···ee2]··./src/builder/yara_hex_string_builder.cpp
250 ··[···f0a]··stl_numeric.h250 ··[···f0c]··stl_numeric.h
251 ··[···f18]··yara_hex_string_builder.h251 ··[···f1a]··yara_hex_string_builder.h
252 ··[···f32]··./src/builder/yara_rule_builder.cpp252 ··[···f34]··./src/builder/yara_rule_builder.cpp
253 ··[···f56]··yara_rule_builder.h253 ··[···f58]··yara_rule_builder.h
254 ··[···f6a]··plain_string.h254 ··[···f6c]··plain_string.h
255 ··[···f79]··./src/parser/parser_driver.cpp255 ··[···f7b]··./src/parser/parser_driver.cpp
256 ··[···f98]··./src/parser256 ··[···f9a]··./src/parser
257 ··[···fa5]··errors.h257 ··[···fa7]··errors.h
258 ··[···fae]··string_fortified.h258 ··[···fb0]··string_fortified.h
259 ··[···fc1]··string_conversions.h259 ··[···fc3]··string_conversions.h
260 ··[···fd6]··locale_classes.tcc260 ··[···fd8]··locale_classes.tcc
261 ··[···fe9]··filter_view.h261 ··[···feb]··filter_view.h
262 ··[···ff7]··fstream262 ··[···ff9]··fstream
263 ··[···fff]··istream.tcc263 ··[··1001]··istream.tcc
264 ··[··100b]··basic_file.h264 ··[··100d]··basic_file.h
265 ··[··1018]··c++io.h265 ··[··101a]··c++io.h
266 ··[··1020]··stdexcept266 ··[··1022]··stdexcept
267 ··[··102a]··fstream.tcc267 ··[··102c]··fstream.tcc
268 ··[··1036]··exception268 ··[··1038]··exception
269 ··[··1040]··hash_bytes.h269 ··[··1042]··hash_bytes.h
270 ··[··104d]··thread-shared-types.h270 ··[··104f]··thread-shared-types.h
271 ··[··1063]··struct_mutex.h271 ··[··1065]··struct_mutex.h
272 ··[··1072]··pthreadtypes.h272 ··[··1074]··pthreadtypes.h
273 ··[··1081]··gthr-default.h273 ··[··1083]··gthr-default.h
274 ··[··1090]··module_cuckoo_generated.h 
275 ··[··10aa]··module_hash_generated.h274 ··[··1092]··module_hash_generated.h
276 ··[··10c2]··module_time_generated.h275 ··[··10aa]··module_elf_generated.h
 276 ··[··10c1]··module_console_generated.h
 277 ··[··10dc]··module_cuckoo_deprecated_generated.h
277 ··[··10da]··module_math_generated.h278 ··[··1101]··module_magic_generated.h
278 ··[··10f2]··module_string_generated.h 
279 ··[··110c]··module_dotnet_generated.h279 ··[··111a]··module_dotnet_generated.h
280 ··[··1126]··module_magic_generated.h 
281 ··[··113f]··module_dex_generated.h280 ··[··1134]··module_dex_generated.h
282 ··[··1156]··module_macho_generated.h281 ··[··114b]··module_macho_generated.h
283 ··[··116f]··module_console_generated.h 
284 ··[··118a]··module_cuckoo_deprecated_generated.h 
285 ··[··11af]··module_elf_generated.h282 ··[··1164]··module_pe_generated.h
 283 ··[··117a]··module_string_generated.h
 284 ··[··1194]··module_math_generated.h
 285 ··[··11ac]··module_cuckoo_generated.h
286 ··[··11c6]··filesystem_operations.h286 ··[··11c6]··filesystem_operations.h
287 ··[··11de]··stdio2-decl.h287 ··[··11de]··stdio2-decl.h
288 ··[··11ec]··errno.h288 ··[··11ec]··errno.h
289 ··[··11f4]··./src/types/hex_string.cpp289 ··[··11f4]··./src/types/hex_string.cpp
290 ··[··120f]··./src/types290 ··[··120f]··./src/types
291 ··[··121b]··./src/types/literal.cpp291 ··[··121b]··./src/types/literal.cpp
292 ··[··1233]··algorithmfwd.h292 ··[··1233]··algorithmfwd.h
66.7 KB
python3-yaramod-dbgsym_3.21.0-1.1_amd64.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-07-03·21:18:46.000000·debian-binary
2 -rw-r--r--···0········0········0······536·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0······536·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0·10485620·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0·10485432·2024-07-03·21:18:46.000000·data.tar.xz
623 B
control.tar.xz
595 B
control.tar
347 B
./control
    
Offset 6, 8 lines modifiedOffset 6, 8 lines modified
6 Maintainer:·Yangfl·<mmyangfl@gmail.com>6 Maintainer:·Yangfl·<mmyangfl@gmail.com>
7 Installed-Size:·121597 Installed-Size:·12159
8 Depends:·python3-yaramod·(=·3.21.0-1.1)8 Depends:·python3-yaramod·(=·3.21.0-1.1)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Multi-Arch:·same11 Multi-Arch:·same
12 Description:·debug·symbols·for·python3-yaramod12 Description:·debug·symbols·for·python3-yaramod
13 Build-Ids:·6a1a5b1de5a6ef503e546ac8f0ea6da32b5f759713 Build-Ids:·61b7561cf23e63ebd6c4124ae25befa35e2c5575
226 B
./md5sums
30.0 B
./md5sums
Files differ
178 B
line order
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 usr/lib/debug/.build-id/6a/1a5b1de5a6ef503e546ac8f0ea6da32b5f7597.debug1 usr/lib/debug/.build-id/61/b7561cf23e63ebd6c4124ae25befa35e2c5575.debug
65.7 KB
data.tar.xz
65.7 KB
data.tar
1.4 KB
file list
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/6a/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/61/
7 -rw-r--r--···0·root·········(0)·root·········(0)·12440472·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/6a/1a5b1de5a6ef503e546ac8f0ea6da32b5f7597.debug7 -rw-r--r--···0·root·········(0)·root·········(0)·12440464·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/61/b7561cf23e63ebd6c4124ae25befa35e2c5575.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/python3-yaramod-dbgsym·->·python3-yaramod10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/share/doc/python3-yaramod-dbgsym·->·python3-yaramod
64.3 KB
./usr/lib/debug/.build-id/6a/1a5b1de5a6ef503e546ac8f0ea6da32b5f7597.debug vs.
./usr/lib/debug/.build-id/61/b7561cf23e63ebd6c4124ae25befa35e2c5575.debug
File has been modified after NT_GNU_BUILD_ID has been applied. Files 98% similar despite different names
885 B
readelf --wide --file-header {}
    
Offset 6, 15 lines modifiedOffset 6, 15 lines modified
6 ··OS/ABI:····························UNIX·-·GNU6 ··OS/ABI:····························UNIX·-·GNU
7 ··ABI·Version:·······················07 ··ABI·Version:·······················0
8 ··Type:······························DYN·(Shared·object·file)8 ··Type:······························DYN·(Shared·object·file)
9 ··Machine:···························Advanced·Micro·Devices·X86-649 ··Machine:···························Advanced·Micro·Devices·X86-64
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0x011 ··Entry·point·address:···············0x0
12 ··Start·of·program·headers:··········64·(bytes·into·file)12 ··Start·of·program·headers:··········64·(bytes·into·file)
13 ··Start·of·section·headers:··········12438040·(bytes·into·file)13 ··Start·of·section·headers:··········12438032·(bytes·into·file)
14 ··Flags:·····························0x014 ··Flags:·····························0x0
15 ··Size·of·this·header:···············64·(bytes)15 ··Size·of·this·header:···············64·(bytes)
16 ··Size·of·program·headers:···········56·(bytes)16 ··Size·of·program·headers:···········56·(bytes)
17 ··Number·of·program·headers:·········1017 ··Number·of·program·headers:·········10
18 ··Size·of·section·headers:···········64·(bytes)18 ··Size·of·section·headers:···········64·(bytes)
19 ··Number·of·section·headers:·········3819 ··Number·of·section·headers:·········38
20 ··Section·header·string·table·index:·3720 ··Section·header·string·table·index:·37
3.32 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·38·section·headers,·starting·at·offset·0xbdca18:1 There·are·38·section·headers,·starting·at·offset·0xbdca10:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Address··········Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Address··········Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············0000000000000000·000000·000000·00······0···0··04 ··[·0]···················NULL············0000000000000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············0000000000000270·000270·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············0000000000000270·000270·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········0000000000000298·000294·000270·00···A··3···0··86 ··[·2]·.gnu.hash·········NOBITS··········0000000000000298·000294·000270·00···A··3···0··8
7 ··[·3]·.dynsym···········NOBITS··········0000000000000508·000294·003708·18···A··4···1··87 ··[·3]·.dynsym···········NOBITS··········0000000000000508·000294·003708·18···A··4···1··8
Offset 26, 22 lines modifiedOffset 26, 22 lines modified
26 ··[21]·.data.rel.ro······NOBITS··········000000000020f700·0006e0·00c588·00··WA··0···0·3226 ··[21]·.data.rel.ro······NOBITS··········000000000020f700·0006e0·00c588·00··WA··0···0·32
27 ··[22]·.dynamic··········NOBITS··········000000000021bc88·0006e0·000230·10··WA··4···0··827 ··[22]·.dynamic··········NOBITS··········000000000021bc88·0006e0·000230·10··WA··4···0··8
28 ··[23]·.got··············NOBITS··········000000000021beb8·0006e0·001148·08··WA··0···0··828 ··[23]·.got··············NOBITS··········000000000021beb8·0006e0·001148·08··WA··0···0··8
29 ··[24]·.data·············NOBITS··········000000000021d000·0006e0·0000f0·00··WA··0···0·3229 ··[24]·.data·············NOBITS··········000000000021d000·0006e0·0000f0·00··WA··0···0·32
30 ··[25]·.bss··············NOBITS··········000000000021d100·0006e0·0000c8·00··WA··0···0·3230 ··[25]·.bss··············NOBITS··········000000000021d100·0006e0·0000c8·00··WA··0···0·32
31 ··[26]·.comment··········PROGBITS········0000000000000000·000294·00001f·01··MS··0···0··131 ··[26]·.comment··········PROGBITS········0000000000000000·000294·00001f·01··MS··0···0··1
32 ··[27]·.debug_aranges····PROGBITS········0000000000000000·0002b8·002fa9·00···C··0···0··832 ··[27]·.debug_aranges····PROGBITS········0000000000000000·0002b8·002fa9·00···C··0···0··8
33 ··[28]·.debug_info·······PROGBITS········0000000000000000·003268·67de7d·00···C··0···0··833 ··[28]·.debug_info·······PROGBITS········0000000000000000·003268·67de73·00···C··0···0··8
34 ··[29]·.debug_abbrev·····PROGBITS········0000000000000000·6810e8·002641·00···C··0···0··834 ··[29]·.debug_abbrev·····PROGBITS········0000000000000000·6810e0·002641·00···C··0···0··8
35 ··[30]·.debug_line·······PROGBITS········0000000000000000·683730·058cb4·00···C··0···0··835 ··[30]·.debug_line·······PROGBITS········0000000000000000·683728·058cb5·00···C··0···0··8
36 ··[31]·.debug_str········PROGBITS········0000000000000000·6dc3e8·1fd9b7·01·MSC··0···0··836 ··[31]·.debug_str········PROGBITS········0000000000000000·6dc3e0·1fd9b7·01·MSC··0···0··8
37 ··[32]·.debug_line_str···PROGBITS········0000000000000000·8d9da0·000759·01·MSC··0···0··837 ··[32]·.debug_line_str···PROGBITS········0000000000000000·8d9d98·000759·01·MSC··0···0··8
38 ··[33]·.debug_loclists···PROGBITS········0000000000000000·8da500·12f7f7·00···C··0···0··838 ··[33]·.debug_loclists···PROGBITS········0000000000000000·8da4f8·12f7f7·00···C··0···0··8
39 ··[34]·.debug_rnglists···PROGBITS········0000000000000000·a09cf8·046737·00···C··0···0··839 ··[34]·.debug_rnglists···PROGBITS········0000000000000000·a09cf0·046737·00···C··0···0··8
40 ··[35]·.symtab···········SYMTAB··········0000000000000000·a50430·0331b0·18·····36·8136··840 ··[35]·.symtab···········SYMTAB··········0000000000000000·a50428·0331b0·18·····36·8136··8
41 ··[36]·.strtab···········STRTAB··········0000000000000000·a835e0·1592b9·00······0···0··141 ··[36]·.strtab···········STRTAB··········0000000000000000·a835d8·1592b9·00······0···0··1
42 ··[37]·.shstrtab·········STRTAB··········0000000000000000·bdc899·00017d·00······0···0··142 ··[37]·.shstrtab·········STRTAB··········0000000000000000·bdc891·00017d·00······0···0··1
43 Key·to·Flags:43 Key·to·Flags:
44 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),44 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
45 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),45 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
46 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),46 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
47 ··R·(retain),·D·(mbind),·l·(large),·p·(processor·specific)47 ··R·(retain),·D·(mbind),·l·(large),·p·(processor·specific)
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner················Data·size·»  Description2 ··Owner················Data·size·»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·6a1a5b1de5a6ef503e546ac8f0ea6da32b5f75973 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·61b7561cf23e63ebd6c4124ae25befa35e2c5575
3.77 KB
readelf --wide --debug-dump=rawline {}
    
Offset 335, 27 lines modifiedOffset 335, 27 lines modified
335 ··257»    (udata)»     6»    (line_strp)» (offset:·0x1002):·token_type.h335 ··257»    (udata)»     6»    (line_strp)» (offset:·0x1002):·token_type.h
336 ··258»    (udata)»     6»    (line_strp)» (offset:·0x100f):·hex_string.h336 ··258»    (udata)»     6»    (line_strp)» (offset:·0x100f):·hex_string.h
337 ··259»    (udata)»     6»    (line_strp)» (offset:·0x101c):·meta.h337 ··259»    (udata)»     6»    (line_strp)» (offset:·0x101c):·meta.h
338 ··260»    (udata)»     5»    (line_strp)» (offset:·0x1023):·uid_generator.h338 ··260»    (udata)»     5»    (line_strp)» (offset:·0x1023):·uid_generator.h
339 ··261»    (udata)»     6»    (line_strp)» (offset:·0x1033):·sections_summary.h339 ··261»    (udata)»     6»    (line_strp)» (offset:·0x1033):·sections_summary.h
340 ··262»    (udata)»     5»    (line_strp)» (offset:·0x1046):·value.h340 ··262»    (udata)»     5»    (line_strp)» (offset:·0x1046):·value.h
341 ··263»    (udata)»     6»    (line_strp)» (offset:·0x104e):·features.h341 ··263»    (udata)»     6»    (line_strp)» (offset:·0x104e):·features.h
342 ··264»    (udata)»     20»   (line_strp)»(offset:·0x1059):·module_pe_generated.h342 ··264»    (udata)»     20»   (line_strp)»(offset:·0x1059):·module_time_generated.h
343 ··265»    (udata)»     20»   (line_strp)»(offset:·0x106f):·module_cuckoo_generated.h 
344 ··266»    (udata)»     20»   (line_strp)»(offset:·0x1089):·module_hash_generated.h343 ··265»    (udata)»     20»   (line_strp)»(offset:·0x1071):·module_hash_generated.h
 344 ··266»    (udata)»     20»   (line_strp)»(offset:·0x1089):·module_elf_generated.h
345 ··267»    (udata)»     20»   (line_strp)»(offset:·0x10a1):·module_time_generated.h345 ··267»    (udata)»     20»   (line_strp)»(offset:·0x10a0):·module_console_generated.h
 346 ··268»    (udata)»     20»   (line_strp)»(offset:·0x10bb):·module_cuckoo_deprecated_generated.h
346 ··268»    (udata)»     20»   (line_strp)»(offset:·0x10b9):·module_math_generated.h347 ··269»    (udata)»     20»   (line_strp)»(offset:·0x10e0):·module_magic_generated.h
347 ··269»    (udata)»     20»   (line_strp)»(offset:·0x10d1):·module_string_generated.h 
348 ··270»    (udata)»     20»   (line_strp)»(offset:·0x10eb):·module_dotnet_generated.h348 ··270»    (udata)»     20»   (line_strp)»(offset:·0x10f9):·module_dotnet_generated.h
349 ··271»    (udata)»     20»   (line_strp)»(offset:·0x1105):·module_magic_generated.h 
350 ··272»    (udata)»     20»   (line_strp)»(offset:·0x111e):·module_dex_generated.h349 ··271»    (udata)»     20»   (line_strp)»(offset:·0x1113):·module_dex_generated.h
351 ··273»    (udata)»     20»   (line_strp)»(offset:·0x1135):·module_macho_generated.h350 ··272»    (udata)»     20»   (line_strp)»(offset:·0x112a):·module_macho_generated.h
352 ··274»    (udata)»     20»   (line_strp)»(offset:·0x114e):·module_console_generated.h 
353 ··275»    (udata)»     20»   (line_strp)»(offset:·0x1169):·module_cuckoo_deprecated_generated.h 
354 ··276»    (udata)»     20»   (line_strp)»(offset:·0x118e):·module_elf_generated.h351 ··273»    (udata)»     20»   (line_strp)»(offset:·0x1143):·module_pe_generated.h
 352 ··274»    (udata)»     20»   (line_strp)»(offset:·0x1159):·module_string_generated.h
 353 ··275»    (udata)»     20»   (line_strp)»(offset:·0x1173):·module_math_generated.h
 354 ··276»    (udata)»     20»   (line_strp)»(offset:·0x118b):·module_cuckoo_generated.h
355 ··277»    (udata)»     21»   (line_strp)»(offset:·0x11a5):·modifying_visitor.h355 ··277»    (udata)»     21»   (line_strp)»(offset:·0x11a5):·modifying_visitor.h
356 ··278»    (udata)»     21»   (line_strp)»(offset:·0xb39):·utils.h356 ··278»    (udata)»     21»   (line_strp)»(offset:·0xb39):·utils.h
357 ··279»    (udata)»     21»   (line_strp)»(offset:·0x11b9):·observing_visitor.h357 ··279»    (udata)»     21»   (line_strp)»(offset:·0x11b9):·observing_visitor.h
358 ··280»    (udata)»     23»   (line_strp)»(offset:·0x11cd):·core.h358 ··280»    (udata)»     23»   (line_strp)»(offset:·0x11cd):·core.h
359 ··281»    (udata)»     23»   (line_strp)»(offset:·0x11d4):·format.h359 ··281»    (udata)»     23»   (line_strp)»(offset:·0x11d4):·format.h
360 ··282»    (udata)»     14»   (line_strp)»(offset:·0x11dd):·precedence.h360 ··282»    (udata)»     14»   (line_strp)»(offset:·0x11dd):·precedence.h
361 ··283»    (udata)»     14»   (line_strp)»(offset:·0x11ea):·action.h361 ··283»    (udata)»     14»   (line_strp)»(offset:·0x11ea):·action.h
Offset 807900, 15 lines modifiedOffset 807900, 15 lines modified
807900 ··194»    (udata)»     5»    (line_strp)» (offset:·0x708):·symbol.h807900 ··194»    (udata)»     5»    (line_strp)» (offset:·0x708):·symbol.h
807901 ··195»    (udata)»     5»    (line_strp)» (offset:·0x4f2):·literal.h807901 ··195»    (udata)»     5»    (line_strp)» (offset:·0x4f2):·literal.h
807902 ··196»    (udata)»     5»    (line_strp)» (offset:·0x54e):·string_modifier.h807902 ··196»    (udata)»     5»    (line_strp)» (offset:·0x54e):·string_modifier.h
807903 ··197»    (udata)»     5»    (line_strp)» (offset:·0x5ee):·string.h807903 ··197»    (udata)»     5»    (line_strp)» (offset:·0x5ee):·string.h
807904 ··198»    (udata)»     8»    (line_strp)» (offset:·0xfdf):·visitor_result.h807904 ··198»    (udata)»     8»    (line_strp)» (offset:·0xfdf):·visitor_result.h
807905 ··199»    (udata)»     5»    (line_strp)» (offset:·0x104e):·features.h807905 ··199»    (udata)»     5»    (line_strp)» (offset:·0x104e):·features.h
807906 ··200»    (udata)»     30»   (line_strp)»(offset:·0x950):·module_content.h807906 ··200»    (udata)»     30»   (line_strp)»(offset:·0x950):·module_content.h
807907 ··201»    (udata)»     31»   (line_strp)»(offset:·0x1059):·module_pe_generated.h807907 ··201»    (udata)»     31»   (line_strp)»(offset:·0x1059):·module_time_generated.h
807908 ··202»    (udata)»     31»   (line_strp)»(offset:·0x942):·module_list.h807908 ··202»    (udata)»     31»   (line_strp)»(offset:·0x942):·module_list.h
807909 ··203»    (udata)»     30»   (line_strp)»(offset:·0x934):·module_pool.h807909 ··203»    (udata)»     30»   (line_strp)»(offset:·0x934):·module_pool.h
807910 ··204»    (udata)»     8»    (line_strp)» (offset:·0xb39):·utils.h807910 ··204»    (udata)»     8»    (line_strp)» (offset:·0xb39):·utils.h
807911 ··205»    (udata)»     32»   (line_strp)»(offset:·0x125d):·void_t.hpp807911 ··205»    (udata)»     32»   (line_strp)»(offset:·0x125d):·void_t.hpp
807912 ··206»    (udata)»     33»   (line_strp)»(offset:·0x1268):·value_t.hpp807912 ··206»    (udata)»     33»   (line_strp)»(offset:·0x1268):·value_t.hpp
807913 ··207»    (udata)»     34»   (line_strp)»(offset:·0x1274):·input_adapters.hpp807913 ··207»    (udata)»     34»   (line_strp)»(offset:·0x1274):·input_adapters.hpp
807914 ··208»    (udata)»     34»   (line_strp)»(offset:·0x1287):·binary_reader.hpp807914 ··208»    (udata)»     34»   (line_strp)»(offset:·0x1287):·binary_reader.hpp
25.6 KB
readelf --wide --debug-dump=info {}
    
Offset 1251234, 161 lines modifiedOffset 1251234, 161 lines modified
1251234 ·<2><244d47>:·Abbrev·Number:·467·(DW_TAG_namespace)1251234 ·<2><244d47>:·Abbrev·Number:·467·(DW_TAG_namespace)
1251235 ····<244d49>···DW_AT_name········:·(strp)·(offset:·0x8ea0b8):·modules1251235 ····<244d49>···DW_AT_name········:·(strp)·(offset:·0x8ea0b8):·modules
1251236 ····<244d4d>···DW_AT_decl_file···:·(data2)·2641251236 ····<244d4d>···DW_AT_decl_file···:·(data2)·264
1251237 ····<244d4f>···DW_AT_decl_line···:·(data1)·121251237 ····<244d4f>···DW_AT_decl_line···:·(data1)·12
1251238 ····<244d50>···DW_AT_decl_column·:·(data1)·121251238 ····<244d50>···DW_AT_decl_column·:·(data1)·12
1251239 ····<244d51>···DW_AT_sibling·····:·(ref_udata)·<0x244fd1>1251239 ····<244d51>···DW_AT_sibling·····:·(ref_udata)·<0x244fd1>
1251240 ·<3><244d55>:·Abbrev·Number:·342·(DW_TAG_class_type)1251240 ·<3><244d55>:·Abbrev·Number:·342·(DW_TAG_class_type)
1251241 ····<244d57>···DW_AT_name········:·(strp)·(offset:·0x121891):·Gmodule_pe1251241 ····<244d57>···DW_AT_name········:·(strp)·(offset:·0x6f879f):·Gmodule_time
1251242 ····<244d5b>···DW_AT_byte_size···:·(data1)·641251242 ····<244d5b>···DW_AT_byte_size···:·(data1)·64
1251243 ····<244d5c>···DW_AT_decl_file···:·(data2)·2641251243 ····<244d5c>···DW_AT_decl_file···:·(data2)·264
1251244 ····<244d5e>···DW_AT_decl_line···:·(data1)·141251244 ····<244d5e>···DW_AT_decl_line···:·(data1)·14
1251245 ····<244d5f>···DW_AT_decl_column·:·(data1)·81251245 ····<244d5f>···DW_AT_decl_column·:·(data1)·8
1251246 ····<244d60>···DW_AT_sibling·····:·(ref_udata)·<0x244d82>1251246 ····<244d60>···DW_AT_sibling·····:·(ref_udata)·<0x244d82>
1251247 ·<4><244d64>:·Abbrev·Number:·64·(DW_TAG_inheritance)1251247 ·<4><244d64>:·Abbrev·Number:·64·(DW_TAG_inheritance)
1251248 ····<244d65>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent1251248 ····<244d65>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent
1251249 ····<244d69>···DW_AT_data_member_location:·(data1)·01251249 ····<244d69>···DW_AT_data_member_location:·(data1)·0
1251250 ····<244d6a>···DW_AT_accessibility:·(data1)·1»   (public)1251250 ····<244d6a>···DW_AT_accessibility:·(data1)·1»   (public)
1251251 ·<4><244d6b>:·Abbrev·Number:·388·(DW_TAG_subprogram)1251251 ·<4><244d6b>:·Abbrev·Number:·388·(DW_TAG_subprogram)
1251252 ····<244d6d>···DW_AT_external····:·(flag_present)·11251252 ····<244d6d>···DW_AT_external····:·(flag_present)·1
1251253 ····<244d6d>···DW_AT_name········:·(strp)·(offset:·0x121891):·Gmodule_pe1251253 ····<244d6d>···DW_AT_name········:·(strp)·(offset:·0x6f879f):·Gmodule_time
1251254 ····<244d71>···DW_AT_decl_file···:·(data2)·2641251254 ····<244d71>···DW_AT_decl_file···:·(data2)·264
1251255 ····<244d73>···DW_AT_decl_line···:·(implicit_const)·171251255 ····<244d73>···DW_AT_decl_line···:·(implicit_const)·17
1251256 ····<244d73>···DW_AT_decl_column·:·(implicit_const)·21251256 ····<244d73>···DW_AT_decl_column·:·(implicit_const)·2
1251257 ····<244d73>···DW_AT_linkage_name:·(strp)·(offset:·0x291f24):·_ZN7yaramod7modules10Gmodule_peC4Ev1251257 ····<244d73>···DW_AT_linkage_name:·(strp)·(offset:·0x6663ee):·_ZN7yaramod7modules12Gmodule_timeC4Ev
1251258 ····<244d77>···DW_AT_accessibility:·(implicit_const)·1»  (public)1251258 ····<244d77>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1251259 ····<244d77>···DW_AT_declaration·:·(flag_present)·11251259 ····<244d77>···DW_AT_declaration·:·(flag_present)·1
1251260 ····<244d77>···DW_AT_object_pointer:·(ref_udata)·<0x244d7b>1251260 ····<244d77>···DW_AT_object_pointer:·(ref_udata)·<0x244d7b>
1251261 ·<5><244d7b>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1251261 ·<5><244d7b>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1251262 ····<244d7c>···DW_AT_type········:·(ref_udata)·<0x25c494>1251262 ····<244d7c>···DW_AT_type········:·(ref_udata)·<0x25c494>
1251263 ····<244d80>···DW_AT_artificial··:·(flag_present)·11251263 ····<244d80>···DW_AT_artificial··:·(flag_present)·1
1251264 ·<5><244d80>:·Abbrev·Number:·01251264 ·<5><244d80>:·Abbrev·Number:·0
1251265 ·<4><244d81>:·Abbrev·Number:·01251265 ·<4><244d81>:·Abbrev·Number:·0
1251266 ·<3><244d82>:·Abbrev·Number:·342·(DW_TAG_class_type)1251266 ·<3><244d82>:·Abbrev·Number:·342·(DW_TAG_class_type)
1251267 ····<244d84>···DW_AT_name········:·(strp)·(offset:·0x20b7e7):·Gmodule_cuckoo1251267 ····<244d84>···DW_AT_name········:·(strp)·(offset:·0x4cc002):·Gmodule_hash
1251268 ····<244d88>···DW_AT_byte_size···:·(data1)·641251268 ····<244d88>···DW_AT_byte_size···:·(data1)·64
1251269 ····<244d89>···DW_AT_decl_file···:·(data2)·2651251269 ····<244d89>···DW_AT_decl_file···:·(data2)·265
1251270 ····<244d8b>···DW_AT_decl_line···:·(data1)·141251270 ····<244d8b>···DW_AT_decl_line···:·(data1)·14
1251271 ····<244d8c>···DW_AT_decl_column·:·(data1)·81251271 ····<244d8c>···DW_AT_decl_column·:·(data1)·8
1251272 ····<244d8d>···DW_AT_sibling·····:·(ref_udata)·<0x244daf>1251272 ····<244d8d>···DW_AT_sibling·····:·(ref_udata)·<0x244daf>
1251273 ·<4><244d91>:·Abbrev·Number:·64·(DW_TAG_inheritance)1251273 ·<4><244d91>:·Abbrev·Number:·64·(DW_TAG_inheritance)
1251274 ····<244d92>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent1251274 ····<244d92>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent
1251275 ····<244d96>···DW_AT_data_member_location:·(data1)·01251275 ····<244d96>···DW_AT_data_member_location:·(data1)·0
1251276 ····<244d97>···DW_AT_accessibility:·(data1)·1»   (public)1251276 ····<244d97>···DW_AT_accessibility:·(data1)·1»   (public)
1251277 ·<4><244d98>:·Abbrev·Number:·388·(DW_TAG_subprogram)1251277 ·<4><244d98>:·Abbrev·Number:·388·(DW_TAG_subprogram)
1251278 ····<244d9a>···DW_AT_external····:·(flag_present)·11251278 ····<244d9a>···DW_AT_external····:·(flag_present)·1
1251279 ····<244d9a>···DW_AT_name········:·(strp)·(offset:·0x20b7e7):·Gmodule_cuckoo1251279 ····<244d9a>···DW_AT_name········:·(strp)·(offset:·0x4cc002):·Gmodule_hash
1251280 ····<244d9e>···DW_AT_decl_file···:·(data2)·2651251280 ····<244d9e>···DW_AT_decl_file···:·(data2)·265
1251281 ····<244da0>···DW_AT_decl_line···:·(implicit_const)·171251281 ····<244da0>···DW_AT_decl_line···:·(implicit_const)·17
1251282 ····<244da0>···DW_AT_decl_column·:·(implicit_const)·21251282 ····<244da0>···DW_AT_decl_column·:·(implicit_const)·2
1251283 ····<244da0>···DW_AT_linkage_name:·(strp)·(offset:·0x3c56ee):·_ZN7yaramod7modules14Gmodule_cuckooC4Ev1251283 ····<244da0>···DW_AT_linkage_name:·(strp)·(offset:·0x2c4943):·_ZN7yaramod7modules12Gmodule_hashC4Ev
1251284 ····<244da4>···DW_AT_accessibility:·(implicit_const)·1»  (public)1251284 ····<244da4>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1251285 ····<244da4>···DW_AT_declaration·:·(flag_present)·11251285 ····<244da4>···DW_AT_declaration·:·(flag_present)·1
1251286 ····<244da4>···DW_AT_object_pointer:·(ref_udata)·<0x244da8>1251286 ····<244da4>···DW_AT_object_pointer:·(ref_udata)·<0x244da8>
1251287 ·<5><244da8>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1251287 ·<5><244da8>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1251288 ····<244da9>···DW_AT_type········:·(ref_udata)·<0x25c499>1251288 ····<244da9>···DW_AT_type········:·(ref_udata)·<0x25c499>
1251289 ····<244dad>···DW_AT_artificial··:·(flag_present)·11251289 ····<244dad>···DW_AT_artificial··:·(flag_present)·1
1251290 ·<5><244dad>:·Abbrev·Number:·01251290 ·<5><244dad>:·Abbrev·Number:·0
1251291 ·<4><244dae>:·Abbrev·Number:·01251291 ·<4><244dae>:·Abbrev·Number:·0
1251292 ·<3><244daf>:·Abbrev·Number:·342·(DW_TAG_class_type)1251292 ·<3><244daf>:·Abbrev·Number:·342·(DW_TAG_class_type)
1251293 ····<244db1>···DW_AT_name········:·(strp)·(offset:·0x4cc002):·Gmodule_hash1251293 ····<244db1>···DW_AT_name········:·(strp)·(offset:·0x463e56):·Gmodule_elf
1251294 ····<244db5>···DW_AT_byte_size···:·(data1)·641251294 ····<244db5>···DW_AT_byte_size···:·(data1)·64
1251295 ····<244db6>···DW_AT_decl_file···:·(data2)·2661251295 ····<244db6>···DW_AT_decl_file···:·(data2)·266
1251296 ····<244db8>···DW_AT_decl_line···:·(data1)·141251296 ····<244db8>···DW_AT_decl_line···:·(data1)·14
1251297 ····<244db9>···DW_AT_decl_column·:·(data1)·81251297 ····<244db9>···DW_AT_decl_column·:·(data1)·8
1251298 ····<244dba>···DW_AT_sibling·····:·(ref_udata)·<0x244ddc>1251298 ····<244dba>···DW_AT_sibling·····:·(ref_udata)·<0x244ddc>
1251299 ·<4><244dbe>:·Abbrev·Number:·64·(DW_TAG_inheritance)1251299 ·<4><244dbe>:·Abbrev·Number:·64·(DW_TAG_inheritance)
1251300 ····<244dbf>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent1251300 ····<244dbf>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent
1251301 ····<244dc3>···DW_AT_data_member_location:·(data1)·01251301 ····<244dc3>···DW_AT_data_member_location:·(data1)·0
1251302 ····<244dc4>···DW_AT_accessibility:·(data1)·1»   (public)1251302 ····<244dc4>···DW_AT_accessibility:·(data1)·1»   (public)
1251303 ·<4><244dc5>:·Abbrev·Number:·388·(DW_TAG_subprogram)1251303 ·<4><244dc5>:·Abbrev·Number:·388·(DW_TAG_subprogram)
1251304 ····<244dc7>···DW_AT_external····:·(flag_present)·11251304 ····<244dc7>···DW_AT_external····:·(flag_present)·1
1251305 ····<244dc7>···DW_AT_name········:·(strp)·(offset:·0x4cc002):·Gmodule_hash1251305 ····<244dc7>···DW_AT_name········:·(strp)·(offset:·0x463e56):·Gmodule_elf
1251306 ····<244dcb>···DW_AT_decl_file···:·(data2)·2661251306 ····<244dcb>···DW_AT_decl_file···:·(data2)·266
1251307 ····<244dcd>···DW_AT_decl_line···:·(implicit_const)·171251307 ····<244dcd>···DW_AT_decl_line···:·(implicit_const)·17
1251308 ····<244dcd>···DW_AT_decl_column·:·(implicit_const)·21251308 ····<244dcd>···DW_AT_decl_column·:·(implicit_const)·2
1251309 ····<244dcd>···DW_AT_linkage_name:·(strp)·(offset:·0x2c4943):·_ZN7yaramod7modules12Gmodule_hashC4Ev1251309 ····<244dcd>···DW_AT_linkage_name:·(strp)·(offset:·0x5339bd):·_ZN7yaramod7modules11Gmodule_elfC4Ev
1251310 ····<244dd1>···DW_AT_accessibility:·(implicit_const)·1»  (public)1251310 ····<244dd1>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1251311 ····<244dd1>···DW_AT_declaration·:·(flag_present)·11251311 ····<244dd1>···DW_AT_declaration·:·(flag_present)·1
1251312 ····<244dd1>···DW_AT_object_pointer:·(ref_udata)·<0x244dd5>1251312 ····<244dd1>···DW_AT_object_pointer:·(ref_udata)·<0x244dd5>
1251313 ·<5><244dd5>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1251313 ·<5><244dd5>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1251314 ····<244dd6>···DW_AT_type········:·(ref_udata)·<0x25c49e>1251314 ····<244dd6>···DW_AT_type········:·(ref_udata)·<0x25c49e>
1251315 ····<244dda>···DW_AT_artificial··:·(flag_present)·11251315 ····<244dda>···DW_AT_artificial··:·(flag_present)·1
1251316 ·<5><244dda>:·Abbrev·Number:·01251316 ·<5><244dda>:·Abbrev·Number:·0
1251317 ·<4><244ddb>:·Abbrev·Number:·01251317 ·<4><244ddb>:·Abbrev·Number:·0
1251318 ·<3><244ddc>:·Abbrev·Number:·342·(DW_TAG_class_type)1251318 ·<3><244ddc>:·Abbrev·Number:·342·(DW_TAG_class_type)
1251319 ····<244dde>···DW_AT_name········:·(strp)·(offset:·0x6f879f):·Gmodule_time1251319 ····<244dde>···DW_AT_name········:·(strp)·(offset:·0x945ac5):·Gmodule_console
1251320 ····<244de2>···DW_AT_byte_size···:·(data1)·641251320 ····<244de2>···DW_AT_byte_size···:·(data1)·64
1251321 ····<244de3>···DW_AT_decl_file···:·(data2)·2671251321 ····<244de3>···DW_AT_decl_file···:·(data2)·267
1251322 ····<244de5>···DW_AT_decl_line···:·(data1)·141251322 ····<244de5>···DW_AT_decl_line···:·(data1)·14
1251323 ····<244de6>···DW_AT_decl_column·:·(data1)·81251323 ····<244de6>···DW_AT_decl_column·:·(data1)·8
1251324 ····<244de7>···DW_AT_sibling·····:·(ref_udata)·<0x244e09>1251324 ····<244de7>···DW_AT_sibling·····:·(ref_udata)·<0x244e09>
1251325 ·<4><244deb>:·Abbrev·Number:·64·(DW_TAG_inheritance)1251325 ·<4><244deb>:·Abbrev·Number:·64·(DW_TAG_inheritance)
1251326 ····<244dec>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent1251326 ····<244dec>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent
1251327 ····<244df0>···DW_AT_data_member_location:·(data1)·01251327 ····<244df0>···DW_AT_data_member_location:·(data1)·0
1251328 ····<244df1>···DW_AT_accessibility:·(data1)·1»   (public)1251328 ····<244df1>···DW_AT_accessibility:·(data1)·1»   (public)
1251329 ·<4><244df2>:·Abbrev·Number:·388·(DW_TAG_subprogram)1251329 ·<4><244df2>:·Abbrev·Number:·388·(DW_TAG_subprogram)
1251330 ····<244df4>···DW_AT_external····:·(flag_present)·11251330 ····<244df4>···DW_AT_external····:·(flag_present)·1
1251331 ····<244df4>···DW_AT_name········:·(strp)·(offset:·0x6f879f):·Gmodule_time1251331 ····<244df4>···DW_AT_name········:·(strp)·(offset:·0x945ac5):·Gmodule_console
1251332 ····<244df8>···DW_AT_decl_file···:·(data2)·2671251332 ····<244df8>···DW_AT_decl_file···:·(data2)·267
1251333 ····<244dfa>···DW_AT_decl_line···:·(implicit_const)·171251333 ····<244dfa>···DW_AT_decl_line···:·(implicit_const)·17
1251334 ····<244dfa>···DW_AT_decl_column·:·(implicit_const)·21251334 ····<244dfa>···DW_AT_decl_column·:·(implicit_const)·2
1251335 ····<244dfa>···DW_AT_linkage_name:·(strp)·(offset:·0x6663ee):·_ZN7yaramod7modules12Gmodule_timeC4Ev1251335 ····<244dfa>···DW_AT_linkage_name:·(strp)·(offset:·0x63b7c2):·_ZN7yaramod7modules15Gmodule_consoleC4Ev
1251336 ····<244dfe>···DW_AT_accessibility:·(implicit_const)·1»  (public)1251336 ····<244dfe>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1251337 ····<244dfe>···DW_AT_declaration·:·(flag_present)·11251337 ····<244dfe>···DW_AT_declaration·:·(flag_present)·1
1251338 ····<244dfe>···DW_AT_object_pointer:·(ref_udata)·<0x244e02>1251338 ····<244dfe>···DW_AT_object_pointer:·(ref_udata)·<0x244e02>
1251339 ·<5><244e02>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1251339 ·<5><244e02>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1251340 ····<244e03>···DW_AT_type········:·(ref_udata)·<0x25c4a3>1251340 ····<244e03>···DW_AT_type········:·(ref_udata)·<0x25c4a3>
1251341 ····<244e07>···DW_AT_artificial··:·(flag_present)·11251341 ····<244e07>···DW_AT_artificial··:·(flag_present)·1
1251342 ·<5><244e07>:·Abbrev·Number:·01251342 ·<5><244e07>:·Abbrev·Number:·0
1251343 ·<4><244e08>:·Abbrev·Number:·01251343 ·<4><244e08>:·Abbrev·Number:·0
1251344 ·<3><244e09>:·Abbrev·Number:·342·(DW_TAG_class_type)1251344 ·<3><244e09>:·Abbrev·Number:·342·(DW_TAG_class_type)
1251345 ····<244e0b>···DW_AT_name········:·(strp)·(offset:·0x154745):·Gmodule_math1251345 ····<244e0b>···DW_AT_name········:·(strp)·(offset:·0x41e445):·Gmodule_cuckoo_deprecated
1251346 ····<244e0f>···DW_AT_byte_size···:·(data1)·641251346 ····<244e0f>···DW_AT_byte_size···:·(data1)·64
1251347 ····<244e10>···DW_AT_decl_file···:·(data2)·2681251347 ····<244e10>···DW_AT_decl_file···:·(data2)·268
1251348 ····<244e12>···DW_AT_decl_line···:·(data1)·141251348 ····<244e12>···DW_AT_decl_line···:·(data1)·14
1251349 ····<244e13>···DW_AT_decl_column·:·(data1)·81251349 ····<244e13>···DW_AT_decl_column·:·(data1)·8
1251350 ····<244e14>···DW_AT_sibling·····:·(ref_udata)·<0x244e36>1251350 ····<244e14>···DW_AT_sibling·····:·(ref_udata)·<0x244e36>
1251351 ·<4><244e18>:·Abbrev·Number:·64·(DW_TAG_inheritance)1251351 ·<4><244e18>:·Abbrev·Number:·64·(DW_TAG_inheritance)
1251352 ····<244e19>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent1251352 ····<244e19>···DW_AT_type········:·(ref_udata)·<0x244ca3>,·ModuleContent
1251353 ····<244e1d>···DW_AT_data_member_location:·(data1)·01251353 ····<244e1d>···DW_AT_data_member_location:·(data1)·0
1251354 ····<244e1e>···DW_AT_accessibility:·(data1)·1»   (public)1251354 ····<244e1e>···DW_AT_accessibility:·(data1)·1»   (public)
1251355 ·<4><244e1f>:·Abbrev·Number:·388·(DW_TAG_subprogram)1251355 ·<4><244e1f>:·Abbrev·Number:·388·(DW_TAG_subprogram)
1251356 ····<244e21>···DW_AT_external····:·(flag_present)·11251356 ····<244e21>···DW_AT_external····:·(flag_present)·1
1251357 ····<244e21>···DW_AT_name········:·(strp)·(offset:·0x154745):·Gmodule_math1251357 ····<244e21>···DW_AT_name········:·(strp)·(offset:·0x41e445):·Gmodule_cuckoo_deprecated
1251358 ····<244e25>···DW_AT_decl_file···:·(data2)·2681251358 ····<244e25>···DW_AT_decl_file···:·(data2)·268
1251359 ····<244e27>···DW_AT_decl_line···:·(implicit_const)·171251359 ····<244e27>···DW_AT_decl_line···:·(implicit_const)·17
1251360 ····<244e27>···DW_AT_decl_column·:·(implicit_const)·21251360 ····<244e27>···DW_AT_decl_column·:·(implicit_const)·2
Max diff block lines reached; 17422/26096 bytes (66.76%) of diff not shown.
28.6 KB
strings --all --bytes=8 {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 GCC:·(Debian·14.2.0-17)·14.2.01 ^,UuGCC:·(Debian·14.2.0-17)·14.2.0
2 x%7>s^[o2 x%7>s^[o
3 ?i]<e]>m]=c]?k3 ?i]<e]>m]=c]?k
4 b|A7QpHi4 b|A7QpHi
5 *a~%k);j5 *a~%k);j
6 ILE/+8yFs76 ILE/+8yFs7
7 +^E}}@q?]7 +^E}}@q?]
8 skZ·iq3P8 skZ·iq3P
Offset 247, 627 lines modifiedOffset 247, 634 lines modified
247 e\VKNS}a247 e\VKNS}a
248 y\3Jg|Mg248 y\3Jg|Mg
249 7AEDQPDT249 7AEDQPDT
250 nZw8J7mQ250 nZw8J7mQ
251 ,r'B3BR8251 ,r'B3BR8
252 0Ye7CiF"252 0Ye7CiF"
253 OL{U[4JE253 OL{U[4JE
 254 mhn·yT6B
 255 7(t[fr» {^
 256 QR$#:&(B
 257 ?b{_&:=w
 258 'fj)XO1NZ»      
 259 `v`KHB0_
 260 *["WYS:T
 261 FL_YfmK·M
 262 -\J8L/w·:0
 263 zbjy=9qJ
 264 9t9FPo]*@;7
 265 yS4[{xR}x
 266 Nw[[~ogO
 267 v)J_M%F\
 268 c6*O2`P»D
 269 "ub0.@'u"
 270 -%[%XSE^
 271 mu$p5!A»
 272 !0=ceh-%
 273 GG934eE9
 274 cp=L>+~`
 275 ]*/1G9Fc
 276 GV?S;RH-E<`
 277 |Q&_Y&&?
 278 bB[a;:Z]n
 279 nj'lG%XgO
 280 9]Y=#!Y_#
 281 *TqpgT\S
 282 H@_'xK2x8
 283 y}gqtcgT
 284 Stmt5^']
 285 pS])TcJ<-
 286 ?)>I9hLZ
254 ZsU5%axuHA 
255 /\BrGRqg 
256 (0wOlIR*< 
257 b1`:.B`o 
258 =_!s:[H< 
259 jZ}Fh2hs 
260 >G9;UW)<\{ 
261 !;#$R1ig 
262 ;>RR:fs7 
263 ]`»     '}8}I 
264 N{It0yvM1O 
265 2|TW9qTW1 
266 "11Z_F@vr 
267 ]wPS(·q@ 
268 '_c!g'n$ 
269 FGu'in>;j 
270 Aq!&5#=S 
271 f*Mj]r/U 
272 u5xPC#N} 
273 g!pu/A» t#0 
274 c%p5$=$P 
275 {<cg:k8x 
276 nc>9PC,` 
277 ')sIV6iiYA 
278 A\nQ]L1_ 
279 hN!qvsbH 
280 R·N\C-KR 
281 `41o(_29 
282 W^J,?f@· 
283 Xbz<,pXPR 
284 {NU/U]]u 
285 %xG5·bRn»f· 
286 +·.Rd?"-_@ 
287 &F{mUcR`9 
288 hJY-_0gIu·M287 hJY-_0gQu·M
289 !4;Qo-g,' 
290 sdnNXs3s 
291 'bBE~\-? 
292 O;t-:>=N 
293 `vO`9·v# 
294 (»      t|PB\Mv 
295 ·];"j603 
296 Bozy3+@nm 
297 }I@sSr65 
298 uKDw$$Hbx) 
299 ·\4+»    QADB=*F 
300 y`J"/Q2V 
301 [LcuJ}4/s) 
302 hNNjNx(Sm 
303 »       |»      D'bhG 
304 cqy»    V^@h 
305 /.!UORnR 
306 4J7QN71uF5bm 
307 V<m*7i[me288 __{9vR=_
 289 TIAt&m8·
 290 5eq%Xn}x
 291 gRyWzY.4J
 292 GM1,jLRdV_
 293 /CT9@'7p
 294 z5%BcOQ"
 295 u6m~ifP+
 296 ·Z!4_(pS
 297 d»      yY>:p/
 298 B%ZJ4jh}w
 299 u0YCfs·8
 300 v}u3|no0?
 301 QO[=7:+zn
 302 @?&_4#X"
 303 yQ$tzY5Z
 304 5},Mq·q,d
 305 RN~p5]S·
 306 #`·,K~»  E!t
 307 :d)dF%.qP
 308 yXmC76fC
 309 $TK$6V?6
 310 w.0;»   Goo
 311 SUOJ3Xoa
 312 +|G»    Un&M
Max diff block lines reached; 25834/29257 bytes (88.30%) of diff not shown.
1.47 KB
readelf --wide --decompress --string-dump=.debug_line_str {}
    
Offset 274, 27 lines modifiedOffset 274, 27 lines modified
274 ··[··1002]··token_type.h274 ··[··1002]··token_type.h
275 ··[··100f]··hex_string.h275 ··[··100f]··hex_string.h
276 ··[··101c]··meta.h276 ··[··101c]··meta.h
277 ··[··1023]··uid_generator.h277 ··[··1023]··uid_generator.h
278 ··[··1033]··sections_summary.h278 ··[··1033]··sections_summary.h
279 ··[··1046]··value.h279 ··[··1046]··value.h
280 ··[··104e]··features.h280 ··[··104e]··features.h
281 ··[··1059]··module_pe_generated.h 
282 ··[··106f]··module_cuckoo_generated.h 
283 ··[··1089]··module_hash_generated.h 
284 ··[··10a1]··module_time_generated.h281 ··[··1059]··module_time_generated.h
285 ··[··10b9]··module_math_generated.h282 ··[··1071]··module_hash_generated.h
 283 ··[··1089]··module_elf_generated.h
 284 ··[··10a0]··module_console_generated.h
 285 ··[··10bb]··module_cuckoo_deprecated_generated.h
286 ··[··10d1]··module_string_generated.h286 ··[··10e0]··module_magic_generated.h
287 ··[··10eb]··module_dotnet_generated.h287 ··[··10f9]··module_dotnet_generated.h
288 ··[··1105]··module_magic_generated.h 
289 ··[··111e]··module_dex_generated.h288 ··[··1113]··module_dex_generated.h
290 ··[··1135]··module_macho_generated.h289 ··[··112a]··module_macho_generated.h
291 ··[··114e]··module_console_generated.h 
292 ··[··1169]··module_cuckoo_deprecated_generated.h 
293 ··[··118e]··module_elf_generated.h290 ··[··1143]··module_pe_generated.h
 291 ··[··1159]··module_string_generated.h
 292 ··[··1173]··module_math_generated.h
 293 ··[··118b]··module_cuckoo_generated.h
294 ··[··11a5]··modifying_visitor.h294 ··[··11a5]··modifying_visitor.h
295 ··[··11b9]··observing_visitor.h295 ··[··11b9]··observing_visitor.h
296 ··[··11cd]··core.h296 ··[··11cd]··core.h
297 ··[··11d4]··format.h297 ··[··11d4]··format.h
298 ··[··11dd]··precedence.h298 ··[··11dd]··precedence.h
299 ··[··11ea]··action.h299 ··[··11ea]··action.h
300 ··[··11f3]··raw_logging.h300 ··[··11f3]··raw_logging.h