50.9 MB
/srv/reproducible-results/rbuild-debian/r-b-build.ABp1kF3k/b1/yaramod_3.21.0-1.1_i386.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.ABp1kF3k/b2/yaramod_3.21.0-1.1_i386.changes
982 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·53c5a59db637eca2395a600d66e19499·768512·libdevel·optional·libyaramod-dev_3.21.0-1.1_i386.deb 
2 ·2da95db2e2277872a8459049025b7885·12397216·debug·optional·libyaramod0-dbgsym_3.21.0-1.1_i386.deb 
3 ·36cd6d14757c023f1b16ade8542dcbd8·568964·libs·optional·libyaramod0_3.21.0-1.1_i386.deb 
4 ·595617c197182abec14d5118bda24915·10411772·debug·optional·python3-yaramod-dbgsym_3.21.0-1.1_i386.deb 
5 ·50fe9d60d4e1432fbe79d535fb56c859·430364·python·optional·python3-yaramod_3.21.0-1.1_i386.deb1 ·ccb0b39d66cf4e4a5e0db4d19aa58c82·762892·libdevel·optional·libyaramod-dev_3.21.0-1.1_i386.deb
 2 ·120d4e27f40ea94d908166e06f50414c·12397008·debug·optional·libyaramod0-dbgsym_3.21.0-1.1_i386.deb
 3 ·523aa7cc57883cd89e0f1942ee3d63a3·569144·libs·optional·libyaramod0_3.21.0-1.1_i386.deb
 4 ·fe12c379954e4dee034bf626e7681f95·10411840·debug·optional·python3-yaramod-dbgsym_3.21.0-1.1_i386.deb
 5 ·055bb6efe06d19aa8a6c60ad55552264·431100·python·optional·python3-yaramod_3.21.0-1.1_i386.deb
2.25 MB
libyaramod-dev_3.21.0-1.1_i386.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···765688·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0···760068·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.25 MB
data.tar.xz
2.25 MB
data.tar
1.68 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_dex_generated.h" 
12 #include·"module_hash_generated.h"9 #include·"module_hash_generated.h"
13 #include·"module_time_generated.h" 
14 #include·"module_dotnet_generated.h"10 #include·"module_dotnet_generated.h"
 11 #include·"module_dex_generated.h"
15 #include·"module_math_generated.h"12 #include·"module_math_generated.h"
 13 #include·"module_magic_generated.h"
16 #include·"module_string_generated.h"14 #include·"module_string_generated.h"
17 #include·"module_elf_generated.h" 
18 #include·"module_console_generated.h"15 #include·"module_console_generated.h"
19 #include·"module_cuckoo_deprecated_generated.h" 
20 #include·"module_magic_generated.h"16 #include·"module_time_generated.h"
21 #include·"module_macho_generated.h"17 #include·"module_macho_generated.h"
 18 #include·"module_elf_generated.h"
 19 #include·"module_cuckoo_generated.h"
 20 #include·"module_cuckoo_deprecated_generated.h"
 21 #include·"module_pe_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_dex{},·Gmodule_hash{},·Gmodule_time{},·Gmodule_dotnet{},·Gmodule_math{},·Gmodule_string{},·Gmodule_elf{},·Gmodule_console{},·Gmodule_cuckoo_deprecated{},·Gmodule_magic{},·Gmodule_macho{}};26 »       std::vector<ModuleContent>·list·=·{Gmodule_hash{},·Gmodule_dotnet{},·Gmodule_dex{},·Gmodule_math{},·Gmodule_magic{},·Gmodule_string{},·Gmodule_console{},·Gmodule_time{},·Gmodule_macho{},·Gmodule_elf{},·Gmodule_cuckoo{},·Gmodule_cuckoo_deprecated{},·Gmodule_pe{}};
27 };27 };
  
28 }·//namespace·modules28 }·//namespace·modules
  
29 }·//·namespace·yaramod29 }·//·namespace·yaramod
2.24 MB
./usr/lib/i386-linux-gnu/libyaramod.a
988 B
nm -s {}
    
Offset 15682, 26 lines modifiedOffset 15682, 26 lines modified
15682 00000055·r·.LC2715682 00000055·r·.LC27
15683 000004a0·r·.LC2815683 000004a0·r·.LC28
15684 000002d8·r·.LC315684 000002d8·r·.LC3
15685 00000000·r·.LC615685 00000000·r·.LC6
15686 00000000·r·.LC715686 00000000·r·.LC7
15687 00000048·r·.LC815687 00000048·r·.LC8
15688 0000008c·r·.LC915688 0000008c·r·.LC9
 15689 00038b20·r·C.2.0
 15690 00033e80·r·C.22.1
 15691 0002c700·r·C.23.2
 15692 00028600·r·C.24.3
15689 000272c0·r·C.2.015693 000282c0·r·C.25.4
15690 00025180·r·C.22.1 
15691 0001da00·r·C.23.2 
15692 0001c420·r·C.24.3 
15693 0001c240·r·C.25.4 
15694 000175a0·r·C.26.515694 00027a40·r·C.26.5
15695 000134a0·r·C.27.615695 00026a20·r·C.27.6
15696 00012c20·r·C.28.715696 00026840·r·C.28.7
15697 0000c000·r·C.29.815697 0001bea0·r·C.29.8
15698 0000afe0·r·C.30.915698 00015280·r·C.30.9
15699 0000ace0·r·C.31.1015699 00013140·r·C.31.10
15700 0000a9a0·r·C.32.1115700 00012e40·r·C.32.11
15701 00000000·r·C.33.1215701 00000000·r·C.33.12
15702 00000000·V·DW.ref.__gxx_personality_v015702 00000000·V·DW.ref.__gxx_personality_v0
15703 ·········U·_GLOBAL_OFFSET_TABLE_15703 ·········U·_GLOBAL_OFFSET_TABLE_
15704 ·········U·_Unwind_Resume15704 ·········U·_Unwind_Resume
15705 00001270·T·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE15705 00001270·T·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE
15706 000001e4·t·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold15706 000001e4·t·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold
15707 00002210·T·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE15707 00002210·T·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE
2.24 MB
module_pool.cpp.o
2.78 KB
readelf --wide --sections {}
    
Offset 104, 15 lines modifiedOffset 104, 15 lines modified
104 ··[99]·.rel.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EED2Ev·REL·············00000000·04b058·0000a0·08··IG·139··98··4104 ··[99]·.rel.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EED2Ev·REL·············00000000·04b058·0000a0·08··IG·139··98··4
105 ··[100]·.rodata._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEj.str1.1·PROGBITS········00000000·009e56·000010·01·AMS··0···0··1105 ··[100]·.rodata._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEj.str1.1·PROGBITS········00000000·009e56·000010·01·AMS··0···0··1
106 ··[101]·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEj·PROGBITS········00000000·009e70·000235·00·AXG··0···0·16106 ··[101]·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEj·PROGBITS········00000000·009e70·000235·00·AXG··0···0·16
107 ··[102]·.rel.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEj·REL·············00000000·04b0f8·0000a0·08··IG·139·101··4107 ··[102]·.rel.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE7reserveEj·REL·············00000000·04b0f8·0000a0·08··IG·139·101··4
108 ··[103]·.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_bxydSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E·PROGBITS········00000000·00a0b0·00010e·00·AXG··0···0·16108 ··[103]·.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_bxydSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E·PROGBITS········00000000·00a0b0·00010e·00·AXG··0···0·16
109 ··[104]·.rel.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_bxydSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeI·REL·············00000000·04b198·000090·08··IG·139·103··4109 ··[104]·.rel.text._ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_bxydSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeI·REL·············00000000·04b198·000090·08··IG·139·103··4
110 ··[105]·.rodata.str1.1····PROGBITS········00000000·00a1be·000061·01·AMS··0···0··1110 ··[105]·.rodata.str1.1····PROGBITS········00000000·00a1be·000061·01·AMS··0···0··1
111 ··[106]·.rodata···········PROGBITS········00000000·00a220·03a0f0·00···A··0···0·32111 ··[106]·.rodata···········PROGBITS········00000000·00a220·03a0e1·00···A··0···0·32
112 ··[107]·.rodata._ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·044320·00002f·00··AG··0···0·32112 ··[107]·.rodata._ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·044320·00002f·00··AG··0···0·32
113 ··[108]·.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·044350·000008·00·WAG··0···0··4113 ··[108]·.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·044350·000008·00·WAG··0···0··4
114 ··[109]·.rel.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·REL·············00000000·04b228·000010·08··IG·139·108··4114 ··[109]·.rel.data.rel.ro._ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE·REL·············00000000·04b228·000010·08··IG·139·108··4
115 ··[110]·.rodata._ZTSSt19_Sp_make_shared_tag·PROGBITS········00000000·044358·000018·00··AG··0···0··4115 ··[110]·.rodata._ZTSSt19_Sp_make_shared_tag·PROGBITS········00000000·044358·000018·00··AG··0···0··4
116 ··[111]·.rodata._ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·044380·000034·00··AG··0···0·32116 ··[111]·.rodata._ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·044380·000034·00··AG··0···0·32
117 ··[112]·.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·0443b4·00000c·00·WAG··0···0··4117 ··[112]·.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·PROGBITS········00000000·0443b4·00000c·00·WAG··0···0··4
118 ··[113]·.rel.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·REL·············00000000·04b238·000018·08··IG·139·112··4118 ··[113]·.rel.data.rel.ro._ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE·REL·············00000000·04b238·000018·08··IG·139·112··4
4.17 KB
readelf --wide --symbols {}
    
Offset 30, 27 lines modifiedOffset 30, 27 lines modified
30 ····26:·000001aa····57·FUNC····LOCAL··DEFAULT···53·_ZNK7yaramod10ModulePool10getModulesB5cxx11Ev.cold30 ····26:·000001aa····57·FUNC····LOCAL··DEFAULT···53·_ZNK7yaramod10ModulePool10getModulesB5cxx11Ev.cold
31 ····27:·00000000·····0·SECTION·LOCAL··DEFAULT···72·.text._ZNSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrIN7yaramod6ModuleEEED2Ev31 ····27:·00000000·····0·SECTION·LOCAL··DEFAULT···72·.text._ZNSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrIN7yaramod6ModuleEEED2Ev
32 ····28:·00000000·····0·SECTION·LOCAL··DEFAULT···74·.text._ZNSt10unique_ptrINSt10filesystem7__cxx114path5_List5_ImplENS3_13_Impl_deleterEED2Ev32 ····28:·00000000·····0·SECTION·LOCAL··DEFAULT···74·.text._ZNSt10unique_ptrINSt10filesystem7__cxx114path5_List5_ImplENS3_13_Impl_deleterEED2Ev
33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···76·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···76·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev
34 ····30:·00000000·····0·SECTION·LOCAL··DEFAULT···78·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev34 ····30:·00000000·····0·SECTION·LOCAL··DEFAULT···78·.text._ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev
35 ····31:·00000000·····0·SECTION·LOCAL··DEFAULT···80·.text._ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE35 ····31:·00000000·····0·SECTION·LOCAL··DEFAULT···80·.text._ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
36 ····32:·00000000·····0·SECTION·LOCAL··DEFAULT···82·.text._ZN7yaramod7modules10ModuleListC2Ev36 ····32:·00000000·····0·SECTION·LOCAL··DEFAULT···82·.text._ZN7yaramod7modules10ModuleListC2Ev
37 ····33:·000272c0·77360·OBJECT··LOCAL··DEFAULT··106·C.2.037 ····33:·00038b20··5569·OBJECT··LOCAL··DEFAULT··106·C.2.0
38 ····34:·00025180··8500·OBJECT··LOCAL··DEFAULT··106·C.22.138 ····34:·00033e80·19589·OBJECT··LOCAL··DEFAULT··106·C.22.1
39 ····35:·0001da00·30578·OBJECT··LOCAL··DEFAULT··106·C.23.239 ····35:·0002c700·30578·OBJECT··LOCAL··DEFAULT··106·C.23.2
40 ····36:·0001c420··5569·OBJECT··LOCAL··DEFAULT··106·C.24.340 ····36:·00028600·16610·OBJECT··LOCAL··DEFAULT··106·C.24.3
41 ····37:·0001c240···462·OBJECT··LOCAL··DEFAULT··106·C.25.441 ····37:·000282c0···826·OBJECT··LOCAL··DEFAULT··106·C.25.4
42 ····38:·000175a0·19589·OBJECT··LOCAL··DEFAULT··106·C.26.542 ····38:·00027a40··2162·OBJECT··LOCAL··DEFAULT··106·C.26.5
43 ····39:·000134a0·16610·OBJECT··LOCAL··DEFAULT··106·C.27.643 ····39:·00026a20··4113·OBJECT··LOCAL··DEFAULT··106·C.27.6
44 ····40:·00012c20··2162·OBJECT··LOCAL··DEFAULT··106·C.28.744 ····40:·00026840···462·OBJECT··LOCAL··DEFAULT··106·C.28.7
 45 ····41:·0001bea0·43418·OBJECT··LOCAL··DEFAULT··106·C.29.8
45 ····41:·0000c000·27655·OBJECT··LOCAL··DEFAULT··106·C.29.846 ····42:·00015280·27655·OBJECT··LOCAL··DEFAULT··106·C.30.9
46 ····42:·0000afe0··4113·OBJECT··LOCAL··DEFAULT··106·C.30.947 ····43:·00013140··8500·OBJECT··LOCAL··DEFAULT··106·C.31.10
47 ····43:·0000ace0···745·OBJECT··LOCAL··DEFAULT··106·C.31.1048 ····44:·00012e40···745·OBJECT··LOCAL··DEFAULT··106·C.32.11
48 ····44:·0000a9a0···826·OBJECT··LOCAL··DEFAULT··106·C.32.11 
49 ····45:·00000000·43418·OBJECT··LOCAL··DEFAULT··106·C.33.1249 ····45:·00000000·77360·OBJECT··LOCAL··DEFAULT··106·C.33.12
50 ····46:·00000000·····0·SECTION·LOCAL··DEFAULT···84·.text._ZNSt6vectorIN7yaramod13ModuleContentESaIS1_EED2Ev50 ····46:·00000000·····0·SECTION·LOCAL··DEFAULT···84·.text._ZNSt6vectorIN7yaramod13ModuleContentESaIS1_EED2Ev
51 ····47:·00000000·····0·SECTION·LOCAL··DEFAULT···86·.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_po51 ····47:·00000000·····0·SECTION·LOCAL··DEFAULT···86·.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
52 ····48:·00000000·····0·SECTION·LOCAL··DEFAULT···88·.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:·00000000·····0·SECTION·LOCAL··DEFAULT···88·.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:·00000000·····0·SECTION·LOCAL··DEFAULT···92·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE17_M_realloc_appendIJSD_EEEvDpOT_53 ····49:·00000000·····0·SECTION·LOCAL··DEFAULT···92·.text._ZNSt6vectorIN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapS_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS1_14adl_serializerES_IhSaIhEEvEESaISD_EE17_M_realloc_appendIJSD_EEEvDpOT_
54 ····50:·00000000·····0·SECTION·LOCAL··DEFAULT···94·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS0_14adl_serializerES3_IhSaIhEEvE10json_value7destroyENS0_6detail7value_tE54 ····50:·00000000·····0·SECTION·LOCAL··DEFAULT···94·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS0_14adl_serializerES3_IhSaIhEEvE10json_value7destroyENS0_6detail7value_tE
55 ····51:·00000000···270·FUNC····LOCAL··DEFAULT··103·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_bxydSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E.isra.055 ····51:·00000000···270·FUNC····LOCAL··DEFAULT··103·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorS5_bxydSaNS9_14adl_serializerESC_IhSaIhEEvEEESt10_Select1stISH_ESt4lessIvESaISH_EE8_M_eraseEPSt13_Rb_tree_nodeISH_E.isra.0
56 ····52:·00000000·····0·SECTION·LOCAL··DEFAULT···96·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS0_14adl_serializerES3_IhSaIhEEvED2Ev56 ····52:·00000000·····0·SECTION·LOCAL··DEFAULT···96·.text._ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbxydSaNS0_14adl_serializerES3_IhSaIhEEvED2Ev
7.67 KB
readelf --wide --relocs {}
    
Offset 715, 53 lines modifiedOffset 715, 53 lines modified
715 00000641··0000ac04·R_386_PLT32············00000000···_ZNSt8ios_baseD2Ev715 00000641··0000ac04·R_386_PLT32············00000000···_ZNSt8ios_baseD2Ev
716 0000065d··0000a004·R_386_PLT32············00000000···_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev716 0000065d··0000a004·R_386_PLT32············00000000···_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev
717 0000066e··0000af04·R_386_PLT32············00000000···_ZNSdD2Ev717 0000066e··0000af04·R_386_PLT32············00000000···_ZNSdD2Ev
718 00000688··00007704·R_386_PLT32············00000000···_Unwind_Resume718 00000688··00007704·R_386_PLT32············00000000···_Unwind_Resume
  
719 Relocation·section·'.rel.text._ZN7yaramod7modules10ModuleListC2Ev'·at·offset·0x4a960·contains·124·entries:719 Relocation·section·'.rel.text._ZN7yaramod7modules10ModuleListC2Ev'·at·offset·0x4a960·contains·124·entries:
720 ·Offset·····Info····Type················Sym.·Value··Symbol's·Name720 ·Offset·····Info····Type················Sym.·Value··Symbol's·Name
721 0000000f··00007202·R_386_PC32·············00000000···__x86.get_pc_thunk.di721 0000000a··00007202·R_386_PC32·············00000000···__x86.get_pc_thunk.di
722 00000015··00006b0a·R_386_GOTPC············00000000···_GLOBAL_OFFSET_TABLE_722 00000010··00006b0a·R_386_GOTPC············00000000···_GLOBAL_OFFSET_TABLE_
723 0000003d··00003c09·R_386_GOTOFF···········00000000···.rodata723 00000038··00003c09·R_386_GOTOFF···········00000000···.rodata
724 0000007e··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE724 0000007c··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
725 0000009e··00006c04·R_386_PLT32············00000000···_ZdlPvj725 0000009c··00006c04·R_386_PLT32············00000000···_ZdlPvj
726 0000016e··00003c09·R_386_GOTOFF···········00000000···.rodata726 0000016c··00003c09·R_386_GOTOFF···········00000000···.rodata
727 000001c4··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE727 000001c2··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
728 000001e4··00006c04·R_386_PLT32············00000000···_ZdlPvj728 000001e2··00006c04·R_386_PLT32············00000000···_ZdlPvj
729 000002ba··00003c09·R_386_GOTOFF···········00000000···.rodata729 000002b5··00003c09·R_386_GOTOFF···········00000000···.rodata
730 00000300··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE730 000002fe··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
731 00000320··00006c04·R_386_PLT32············00000000···_ZdlPvj731 0000031e··00006c04·R_386_PLT32············00000000···_ZdlPvj
732 000003f1··00003c09·R_386_GOTOFF···········00000000···.rodata732 000003ef··00003c09·R_386_GOTOFF···········00000000···.rodata
733 00000433··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE733 00000431··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
734 00000453··00006c04·R_386_PLT32············00000000···_ZdlPvj734 00000451··00006c04·R_386_PLT32············00000000···_ZdlPvj
735 00000524··00003c09·R_386_GOTOFF···········00000000···.rodata735 00000522··00003c09·R_386_GOTOFF···········00000000···.rodata
736 00000566··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE736 0000056b··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
737 00000586··00006c04·R_386_PLT32············00000000···_ZdlPvj737 0000058b··00006c04·R_386_PLT32············00000000···_ZdlPvj
738 00000659··00003c09·R_386_GOTOFF···········00000000···.rodata738 00000661··00003c09·R_386_GOTOFF···········00000000···.rodata
739 000006a5··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE739 000006aa··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
740 000006c5··00006c04·R_386_PLT32············00000000···_ZdlPvj740 000006ca··00006c04·R_386_PLT32············00000000···_ZdlPvj
741 00000796··00003c09·R_386_GOTOFF···········00000000···.rodata741 00000798··00003c09·R_386_GOTOFF···········00000000···.rodata
742 000007d8··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE742 000007e7··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
743 000007f8··00006c04·R_386_PLT32············00000000···_ZdlPvj743 00000807··00006c04·R_386_PLT32············00000000···_ZdlPvj
744 000008ce··00003c09·R_386_GOTOFF···········00000000···.rodata744 000008d8··00003c09·R_386_GOTOFF···········00000000···.rodata
745 00000917··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE745 0000091a··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
746 00000937··00006c04·R_386_PLT32············00000000···_ZdlPvj746 0000093a··00006c04·R_386_PLT32············00000000···_ZdlPvj
747 00000a0a··00003c09·R_386_GOTOFF···········00000000···.rodata747 00000a0b··00003c09·R_386_GOTOFF···········00000000···.rodata
748 00000a53··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE748 00000a54··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
749 00000a73··00006c04·R_386_PLT32············00000000···_ZdlPvj749 00000a74··00006c04·R_386_PLT32············00000000···_ZdlPvj
750 00000b41··00003c09·R_386_GOTOFF···········00000000···.rodata750 00000b47··00003c09·R_386_GOTOFF···········00000000···.rodata
751 00000b90··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE751 00000b90··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
752 00000bb0··00006c04·R_386_PLT32············00000000···_ZdlPvj752 00000bb0··00006c04·R_386_PLT32············00000000···_ZdlPvj
753 00000c86··00003c09·R_386_GOTOFF···········00000000···.rodata753 00000c86··00003c09·R_386_GOTOFF···········00000000···.rodata
754 00000ccf··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE754 00000ccf··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
755 00000cef··00006c04·R_386_PLT32············00000000···_ZdlPvj755 00000cef··00006c04·R_386_PLT32············00000000···_ZdlPvj
756 00000dc0··00003c09·R_386_GOTOFF···········00000000···.rodata756 00000dc2··00003c09·R_386_GOTOFF···········00000000···.rodata
757 00000e09··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE757 00000e0e··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
758 00000e29··00006c04·R_386_PLT32············00000000···_ZdlPvj758 00000e2e··00006c04·R_386_PLT32············00000000···_ZdlPvj
759 00000ee2··00003c09·R_386_GOTOFF···········00000000···.rodata759 00000ee3··00003c09·R_386_GOTOFF···········00000000···.rodata
760 00000f25··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE760 00000f25··0000a204·R_386_PLT32············00000000···_ZN7yaramod13ModuleContentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt16initializer_listIcE
761 00000f4b··00006c04·R_386_PLT32············00000000···_ZdlPvj761 00000f4b··00006c04·R_386_PLT32············00000000···_ZdlPvj
762 00001015··00008c04·R_386_PLT32············00000000···_Znwj762 00001015··00008c04·R_386_PLT32············00000000···_Znwj
763 0000104f··00000102·R_386_PC32·············00000000···.text763 0000104f··00000102·R_386_PC32·············00000000···.text
764 00001065··00000102·R_386_PC32·············00000000···.text764 00001065··00000102·R_386_PC32·············00000000···.text
765 000010ca··00006c04·R_386_PLT32············00000000···_ZdlPvj765 000010ca··00006c04·R_386_PLT32············00000000···_ZdlPvj
766 000010f4··00006c04·R_386_PLT32············00000000···_ZdlPvj766 000010f4··00006c04·R_386_PLT32············00000000···_ZdlPvj
1.15 KB
readelf --wide --debug-dump=frames {}
    
Offset 1113, 25 lines modifiedOffset 1113, 25 lines modified
1113 ··DW_CFA_nop1113 ··DW_CFA_nop
  
1114 00000820·0000003c·00000720·FDE·cie=00000104·pc=00000000..0000275f1114 00000820·0000003c·00000720·FDE·cie=00000104·pc=00000000..0000275f
1115 ··Augmentation·data:·····53·f8·ff·ff1115 ··Augmentation·data:·····53·f8·ff·ff
1116 ··DW_CFA_advance_loc:·1·to·000000011116 ··DW_CFA_advance_loc:·1·to·00000001
1117 ··DW_CFA_def_cfa_offset:·81117 ··DW_CFA_def_cfa_offset:·8
1118 ··DW_CFA_offset:·r5·(ebp)·at·cfa-81118 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
1119 ··DW_CFA_advance_loc:·12·to·0000000d1119 ··DW_CFA_advance_loc:·7·to·00000008
1120 ··DW_CFA_def_cfa_register:·r5·(ebp)1120 ··DW_CFA_def_cfa_register:·r5·(ebp)
1121 ··DW_CFA_advance_loc:·1·to·0000000e1121 ··DW_CFA_advance_loc:·1·to·00000009
1122 ··DW_CFA_offset:·r7·(edi)·at·cfa-121122 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
1123 ··DW_CFA_advance_loc:·12·to·0000001a1123 ··DW_CFA_advance_loc:·12·to·00000015
1124 ··DW_CFA_offset:·r6·(esi)·at·cfa-161124 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
1125 ··DW_CFA_advance_loc:·7·to·000000211125 ··DW_CFA_advance_loc:·7·to·0000001c
1126 ··DW_CFA_offset:·r3·(ebx)·at·cfa-201126 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
1127 ··DW_CFA_advance_loc1:·92·to·0000007d1127 ··DW_CFA_advance_loc1:·95·to·0000007b
1128 ··DW_CFA_GNU_args_size:·161128 ··DW_CFA_GNU_args_size:·16
1129 ··DW_CFA_advance_loc2:·4049·to·0000104e1129 ··DW_CFA_advance_loc2:·4051·to·0000104e
1130 ··DW_CFA_GNU_args_size:·01130 ··DW_CFA_GNU_args_size:·0
1131 ··DW_CFA_advance_loc2:·1258·to·000015381131 ··DW_CFA_advance_loc2:·1258·to·00001538
1132 ··DW_CFA_remember_state1132 ··DW_CFA_remember_state
1133 ··DW_CFA_restore:·r3·(ebx)1133 ··DW_CFA_restore:·r3·(ebx)
1134 ··DW_CFA_advance_loc:·1·to·000015391134 ··DW_CFA_advance_loc:·1·to·00001539
1135 ··DW_CFA_restore:·r6·(esi)1135 ··DW_CFA_restore:·r6·(esi)
1136 ··DW_CFA_advance_loc:·1·to·0000153a1136 ··DW_CFA_advance_loc:·1·to·0000153a
297 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 15, 1499 lines modifiedOffset 15, 2197 lines modified
15 m_data.m_type·!=·value_t::string·||·m_data.m_value.string·!=·nullptr15 m_data.m_type·!=·value_t::string·||·m_data.m_value.string·!=·nullptr
16 vector::reserve16 vector::reserve
17 basic_string::substr17 basic_string::substr
18 deprecated18 deprecated
19 YARAMOD_MODULE_SPEC_PATH19 YARAMOD_MODULE_SPEC_PATH
20 Directory·'20 Directory·'
21 ····"kind":·"struct",21 ····"kind":·"struct",
22 ····"name":·"macho",22 ····"name":·"pe",
23 ····"attributes":·[23 ····"attributes":·[
24 ········{24 ········{
25 ············"kind":·"value",25 ············"kind":·"value",
26 ············"name":·"MH_MAGIC",26 ············"name":·"MACHINE_UNKNOWN",
27 ············"documentation":·"",27 ············"documentation":·"",
28 ············"type":·"s"28 ············"type":·"i"
29 ········},29 ········},
30 ········{30 ········{
31 ············"kind":·"value",31 ············"kind":·"value",
32 ············"name":·"MH_CIGAM",32 ············"name":·"MACHINE_AM33",
33 ············"documentation":·"",33 ············"documentation":·"",
34 ············"type":·"i"34 ············"type":·"i"
35 ········},35 ········},
36 ········{36 ········{
37 ············"kind":·"value",37 ············"kind":·"value",
38 ············"name":·"MH_MAGIC_64",38 ············"name":·"MACHINE_AMD64",
39 ············"documentation":·"",39 ············"documentation":·"",
40 ············"type":·"i"40 ············"type":·"i"
41 ········},41 ········},
42 ········{42 ········{
43 ············"kind":·"value",43 ············"kind":·"value",
44 ············"name":·"MH_CIGAM_64",44 ············"name":·"MACHINE_ARM",
45 ············"documentation":·"",45 ············"documentation":·"",
46 ············"type":·"i"46 ············"type":·"i"
47 ········},47 ········},
48 ········{48 ········{
49 ············"kind":·"value",49 ············"kind":·"value",
50 ············"name":·"FAT_MAGIC",50 ············"name":·"MACHINE_ARMNT",
51 ············"documentation":·"",51 ············"documentation":·"",
52 ············"type":·"i"52 ············"type":·"i"
53 ········},53 ········},
54 ········{54 ········{
55 ············"kind":·"value",55 ············"kind":·"value",
56 ············"name":·"FAT_CIGAM",56 ············"name":·"MACHINE_ARM64",
57 ············"documentation":·"",57 ············"documentation":·"",
58 ············"type":·"i"58 ············"type":·"i"
59 ········},59 ········},
60 ········{60 ········{
61 ············"kind":·"value",61 ············"kind":·"value",
62 ············"name":·"FAT_MAGIC_64",62 ············"name":·"MACHINE_EBC",
63 ············"documentation":·"",63 ············"documentation":·"",
64 ············"type":·"i"64 ············"type":·"i"
65 ········},65 ········},
66 ········{66 ········{
67 ············"kind":·"value",67 ············"kind":·"value",
68 ············"name":·"FAT_CIGAM_64",68 ············"name":·"MACHINE_I386",
69 ············"documentation":·"",69 ············"documentation":·"",
70 ············"type":·"i"70 ············"type":·"i"
71 ········},71 ········},
72 ········{72 ········{
73 ············"kind":·"value",73 ············"kind":·"value",
74 ············"name":·"CPU_ARCH_ABI64",74 ············"name":·"MACHINE_IA64",
75 ············"documentation":·"",75 ············"documentation":·"",
76 ············"type":·"i"76 ············"type":·"i"
77 ········},77 ········},
78 ········{78 ········{
79 ············"kind":·"value",79 ············"kind":·"value",
80 ············"name":·"CPU_SUBTYPE_LIB64",80 ············"name":·"MACHINE_M32R",
81 ············"documentation":·"",81 ············"documentation":·"",
82 ············"type":·"i"82 ············"type":·"i"
83 ········},83 ········},
84 ········{84 ········{
85 ············"kind":·"value",85 ············"kind":·"value",
86 ············"name":·"CPU_TYPE_MC680X0",86 ············"name":·"MACHINE_MIPS16",
87 ············"documentation":·"",87 ············"documentation":·"",
88 ············"type":·"i"88 ············"type":·"i"
89 ········},89 ········},
90 ········{90 ········{
91 ············"kind":·"value",91 ············"kind":·"value",
92 ············"name":·"CPU_TYPE_X86",92 ············"name":·"MACHINE_MIPSFPU",
93 ············"documentation":·"",93 ············"documentation":·"",
94 ············"type":·"i"94 ············"type":·"i"
95 ········},95 ········},
96 ········{96 ········{
97 ············"kind":·"value",97 ············"kind":·"value",
98 ············"name":·"CPU_TYPE_I386",98 ············"name":·"MACHINE_MIPSFPU16",
99 ············"documentation":·"",99 ············"documentation":·"",
100 ············"type":·"i"100 ············"type":·"i"
101 ········},101 ········},
102 ········{102 ········{
103 ············"kind":·"value",103 ············"kind":·"value",
104 ············"name":·"CPU_TYPE_X86_64",104 ············"name":·"MACHINE_POWERPC",
105 ············"documentation":·"",105 ············"documentation":·"",
106 ············"type":·"i"106 ············"type":·"i"
107 ········},107 ········},
108 ········{108 ········{
109 ············"kind":·"value",109 ············"kind":·"value",
110 ············"name":·"CPU_TYPE_MIPS",110 ············"name":·"MACHINE_POWERPCFP",
111 ············"documentation":·"",111 ············"documentation":·"",
112 ············"type":·"i"112 ············"type":·"i"
113 ········},113 ········},
114 ········{114 ········{
115 ············"kind":·"value",115 ············"kind":·"value",
116 ············"name":·"CPU_TYPE_MC98000",116 ············"name":·"MACHINE_R4000",
117 ············"documentation":·"",117 ············"documentation":·"",
118 ············"type":·"i"118 ············"type":·"i"
119 ········},119 ········},
120 ········{120 ········{
121 ············"kind":·"value",121 ············"kind":·"value",
122 ············"name":·"CPU_TYPE_ARM",122 ············"name":·"MACHINE_SH3",
123 ············"documentation":·"",123 ············"documentation":·"",
124 ············"type":·"i"124 ············"type":·"i"
125 ········},125 ········},
126 ········{126 ········{
127 ············"kind":·"value",127 ············"kind":·"value",
128 ············"name":·"CPU_TYPE_ARM64",128 ············"name":·"MACHINE_SH3DSP",
129 ············"documentation":·"",129 ············"documentation":·"",
130 ············"type":·"i"130 ············"type":·"i"
131 ········},131 ········},
132 ········{132 ········{
133 ············"kind":·"value",133 ············"kind":·"value",
134 ············"name":·"CPU_TYPE_MC88000",134 ············"name":·"MACHINE_SH4",
135 ············"documentation":·"",135 ············"documentation":·"",
136 ············"type":·"i"136 ············"type":·"i"
137 ········},137 ········},
138 ········{138 ········{
139 ············"kind":·"value",139 ············"kind":·"value",
140 ············"name":·"CPU_TYPE_SPARC",140 ············"name":·"MACHINE_SH5",
141 ············"documentation":·"",141 ············"documentation":·"",
Max diff block lines reached; 300139/304175 bytes (98.67%) of diff not shown.
1.7 KB
readelf --wide --decompress --hex-dump=.gcc_except_table {}
    
Offset 4, 19 lines modifiedOffset 4, 19 lines modified
4 ··0x00000010·162b0500·00d90205·e60a00f7·0505e60a·.+..............4 ··0x00000010·162b0500·00d90205·e60a00f7·0505e60a·.+..............
5 ··0x00000020·00c80a19·e60a00ff·ff01044c·050000ff·...........L....5 ··0x00000020·00c80a19·e60a00ff·ff01044c·050000ff·...........L....
6 ··0x00000030·ff010b93·0105e001·00eb0105·0000ffff·................6 ··0x00000030·ff010b93·0105e001·00eb0105·0000ffff·................
7 ··0x00000040·010c8401·05c00b00·9b0305b9·0b00ffff·................7 ··0x00000040·010c8401·05c00b00·9b0305b9·0b00ffff·................
8 ··0x00000050·01042f05·0000ffff·01285305·00008802·../......(S.....8 ··0x00000050·01042f05·0000ffff·01285305·00008802·../......(S.....
9 ··0x00000060·05e60b00·bb0205fa·0b00bf04·05ee0b00·................9 ··0x00000060·05e60b00·bb0205fa·0b00bf04·05ee0b00·................
10 ··0x00000070·870545f6·0b00c006·a304ea0b·00870d05·..E.............10 ··0x00000070·870545f6·0b00c006·a304ea0b·00870d05·..E.............
11 ··0x00000080·00000000·ff9b7501·6a7d05be·4900c303·......u.j}..I...11 ··0x00000080·00000000·ff9b7501·6a7b05be·4900c103·......u.j{..I...
12 ··0x00000090·059f4c00·ff0505a8·4900b208·05ee4900·..L.....I.....I.12 ··0x00000090·059f4c00·fd0505a8·4900b008·05ee4900·..L.....I.....I.
13 ··0x000000a0·e50a05bf·4400a40d·05e74c00·d70f059a·....D.....L.....13 ··0x000000a0·ea0a05bf·4400a90d·05e74c00·e60f059a·....D.....L.....
14 ··0x000000b0·49009612·05af4d00·d21405b7·49008f17·I.....M.....I...14 ··0x000000b0·49009912·05af4d00·d31405b7·49008f17·I.....M.....I...
15 ··0x000000c0·05ca4900·ce1905a1·4900881c·05bd4a00·..I.....I.....J.15 ··0x000000c0·05ca4900·ce1905a1·49008d1c·05bd4a00·..I.....I.....J.
16 ··0x000000d0·a41e05af·49009420·05bb4400·ce2005c5·....I..·..D..·..16 ··0x000000d0·a41e05af·49009420·05bb4400·ce2005c5·....I..·..D..·..
17 ··0x000000e0·4901e420·05b54a01·9a4c0500·00894e05·I..·..J..L....N.17 ··0x000000e0·4901e420·05b54a01·9a4c0500·00894e05·I..·..J..L....N.
18 ··0x000000f0·d84e0001·00000000·00000000·ffff0100·.N..............18 ··0x000000f0·d84e0001·00000000·00000000·ffff0100·.N..............
19 ··0x00000100·ffff0109·6b050000·c6060500·00ffff01·....k...........19 ··0x00000100·ffff0109·6b050000·c6060500·00ffff01·....k...........
20 ··0x00000110·1fa901b5·018f1700·8f078a01·8f1700f4·................20 ··0x00000110·1fa901b5·018f1700·8f078a01·8f1700f4·................
21 ··0x00000120·0d059317·00d81205·9317009b·17050000·................21 ··0x00000120·0d059317·00d81205·9317009b·17050000·................
22 ··0x00000130·ffff0100·ffff0100·ffff0109·5f050000·............_...22 ··0x00000130·ffff0100·ffff0100·ffff0109·5f050000·............_...
50.0 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text._ZN7yaramod7modules10ModuleListC2 […]
    
Offset 2, 58 lines modifiedOffset 2, 57 lines modified
  
  
2 Disassembly·of·section·.text._ZN7yaramod7modules10ModuleListC2Ev:2 Disassembly·of·section·.text._ZN7yaramod7modules10ModuleListC2Ev:
  
3 00000000·<yaramod::modules::ModuleList::ModuleList()>:3 00000000·<yaramod::modules::ModuleList::ModuleList()>:
4 yaramod::modules::ModuleList::ModuleList():4 yaramod::modules::ModuleList::ModuleList():
5 »       push···%ebp5 »       push···%ebp
6 »       mov····$0x12e30,%edx6 »       mov····$0x15c1,%edx
7 »       mov····$0x6570,%ecx 
8 »       mov····%esp,%ebp7 »       mov····%esp,%ebp
9 »       push···%edi8 »       push···%edi
10 »       call···f·<yaramod::modules::ModuleList::ModuleList()+0xf>9 »       call···a·<yaramod::modules::ModuleList::ModuleList()+0xa>
11 ·R_386_PC32»     __x86.get_pc_thunk.di10 ·R_386_PC32»     __x86.get_pc_thunk.di
12 »       add····$0x2,%edi11 »       add····$0x2,%edi
13 ·R_386_GOTPC»    _GLOBAL_OFFSET_TABLE_12 ·R_386_GOTPC»    _GLOBAL_OFFSET_TABLE_
14 »       push···%esi13 »       push···%esi
15 »       lea····-0x28c(%ebp),%esi14 »       lea····-0x28c(%ebp),%esi
16 »       push···%ebx15 »       push···%ebx
17 »       mov····%esi,%ebx16 »       mov····%esi,%ebx
18 »       sub····$0x5bc,%esp17 »       sub····$0x5bc,%esp
19 »       mov····0x8(%ebp),%eax18 »       mov····0x8(%ebp),%eax
20 »       mov····%eax,-0x590(%ebp)19 »       mov····%eax,-0x590(%ebp)
21 »       mov····%gs:0x14,%eax20 »       mov····%gs:0x14,%eax
22 »       mov····%eax,-0x1c(%ebp)21 »       mov····%eax,-0x1c(%ebp)
23 »       lea····0x272c0(%edi),%eax22 »       lea····0x38b20(%edi),%eax
24 ·R_386_GOTOFF»   .rodata23 ·R_386_GOTOFF»   .rodata
25 »       mov····%esi,-0x568(%ebp)24 »       mov····%esi,-0x568(%ebp)
26 »       lea····-0x284(%ebp),%esi25 »       lea····-0x284(%ebp),%esi
27 »       mov····%esi,-0x28c(%ebp)26 »       mov····%esi,-0x28c(%ebp)
28 »       mov····%cx,-0x284(%ebp)27 »       movl···$0x68736168,-0x284(%ebp)
29 »       movl···$0x2,-0x288(%ebp)28 »       movl···$0x4,-0x288(%ebp)
30 »       movb···$0x0,-0x282(%ebp)29 »       movb···$0x0,-0x280(%ebp)
31 »       push···%edx30 »       push···%edx
32 »       push···%eax31 »       push···%eax
33 »       lea····-0x4fc(%ebp),%eax32 »       lea····-0x4fc(%ebp),%eax
34 »       push···%ebx33 »       push···%ebx
35 »       mov····%edi,%ebx34 »       mov····%edi,%ebx
36 »       mov····%eax,-0x5b4(%ebp)35 »       mov····%eax,-0x5b4(%ebp)
37 »       push···%eax36 »       push···%eax
38 »       call···7e·<yaramod::modules::ModuleList::ModuleList()+0x7e>37 »       call···7c·<yaramod::modules::ModuleList::ModuleList()+0x7c>
39 ·R_386_PLT32»    yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)38 ·R_386_PLT32»    yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)
40 »       mov····-0x28c(%ebp),%edx39 »       mov····-0x28c(%ebp),%edx
41 »       add····$0x10,%esp40 »       add····$0x10,%esp
42 »       cmp····%esi,%edx41 »       cmp····%esi,%edx
43 »       je·····a5·<yaramod::modules::ModuleList::ModuleList()+0xa5>42 »       je·····a3·<yaramod::modules::ModuleList::ModuleList()+0xa3>
44 »       mov····-0x284(%ebp),%eax43 »       mov····-0x284(%ebp),%eax
45 »       sub····$0x8,%esp44 »       sub····$0x8,%esp
46 »       add····$0x1,%eax45 »       add····$0x1,%eax
47 »       push···%eax46 »       push···%eax
48 »       push···%edx47 »       push···%edx
49 »       call···9e·<yaramod::modules::ModuleList::ModuleList()+0x9e>48 »       call···9c·<yaramod::modules::ModuleList::ModuleList()+0x9c>
50 ·R_386_PLT32»    operator·delete(void*,·unsigned·int)49 ·R_386_PLT32»    operator·delete(void*,·unsigned·int)
51 »       add····$0x10,%esp50 »       add····$0x10,%esp
52 »       mov····-0x4fc(%ebp),%eax51 »       mov····-0x4fc(%ebp),%eax
53 »       lea····-0x4f4(%ebp),%ebx52 »       lea····-0x4f4(%ebp),%ebx
54 »       mov····%esi,-0x28c(%ebp)53 »       mov····%esi,-0x28c(%ebp)
55 »       mov····%ebx,-0x56c(%ebp)54 »       mov····%ebx,-0x56c(%ebp)
56 »       mov····-0x4f8(%ebp),%edx55 »       mov····-0x4f8(%ebp),%edx
Offset 76, 49 lines modifiedOffset 75, 49 lines modified
76 »       cmp····%esi,%eax75 »       cmp····%esi,%eax
77 »       je·····1588·<yaramod::modules::ModuleList::ModuleList()+0x1588>76 »       je·····1588·<yaramod::modules::ModuleList::ModuleList()+0x1588>
78 »       mov····%eax,-0x274(%ebp)77 »       mov····%eax,-0x274(%ebp)
79 »       mov····-0x4dc(%ebp),%eax78 »       mov····-0x4dc(%ebp),%eax
80 »       mov····%eax,-0x26c(%ebp)79 »       mov····%eax,-0x26c(%ebp)
81 »       mov····-0x570(%ebp),%eax80 »       mov····-0x570(%ebp),%eax
82 »       mov····%edx,-0x270(%ebp)81 »       mov····%edx,-0x270(%ebp)
83 »       mov····$0x6f6f,%ecx82 »       mov····$0x7465,%ecx
84 »       lea····-0x2bc(%ebp),%ebx83 »       lea····-0x2bc(%ebp),%ebx
85 »       lea····-0x2b4(%ebp),%esi84 »       lea····-0x2b4(%ebp),%esi
86 »       mov····$0x2134,%edx85 »       mov····$0x4c85,%edx
87 »       mov····%ebx,-0x520(%ebp)86 »       mov····%ebx,-0x520(%ebp)
88 »       mov····%eax,-0x4e4(%ebp)87 »       mov····%eax,-0x4e4(%ebp)
89 »       lea····0x25180(%edi),%eax88 »       lea····0x33e80(%edi),%eax
90 ·R_386_GOTOFF»   .rodata89 ·R_386_GOTOFF»   .rodata
91 »       movl···$0x0,-0x4e0(%ebp)90 »       movl···$0x0,-0x4e0(%ebp)
92 »       movb···$0x0,-0x4dc(%ebp)91 »       movb···$0x0,-0x4dc(%ebp)
93 »       mov····%esi,-0x51c(%ebp)92 »       mov····%esi,-0x51c(%ebp)
94 »       mov····%esi,-0x2bc(%ebp)93 »       mov····%esi,-0x2bc(%ebp)
95 »       movl···$0x6b637563,-0x2b4(%ebp)94 »       movl···$0x6e746f64,-0x2b4(%ebp)
96 »       mov····%cx,-0x2b0(%ebp)95 »       mov····%cx,-0x2b0(%ebp)
97 »       movl···$0x6,-0x2b8(%ebp)96 »       movl···$0x6,-0x2b8(%ebp)
98 »       movb···$0x0,-0x2ae(%ebp)97 »       movb···$0x0,-0x2ae(%ebp)
99 »       push···%edx98 »       push···%edx
100 »       push···%eax99 »       push···%eax
101 »       lea····-0x4cc(%ebp),%eax100 »       lea····-0x4cc(%ebp),%eax
102 »       push···%ebx101 »       push···%ebx
103 »       mov····%edi,%ebx102 »       mov····%edi,%ebx
104 »       mov····%eax,-0x5b8(%ebp)103 »       mov····%eax,-0x5b8(%ebp)
105 »       push···%eax104 »       push···%eax
106 »       call···1c4·<yaramod::modules::ModuleList::ModuleList()+0x1c4>105 »       call···1c2·<yaramod::modules::ModuleList::ModuleList()+0x1c2>
107 ·R_386_PLT32»    yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)106 ·R_386_PLT32»    yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)
108 »       mov····-0x2bc(%ebp),%edx107 »       mov····-0x2bc(%ebp),%edx
109 »       add····$0x10,%esp108 »       add····$0x10,%esp
110 »       cmp····%esi,%edx109 »       cmp····%esi,%edx
111 »       je·····1eb·<yaramod::modules::ModuleList::ModuleList()+0x1eb>110 »       je·····1e9·<yaramod::modules::ModuleList::ModuleList()+0x1e9>
112 »       mov····-0x2b4(%ebp),%eax111 »       mov····-0x2b4(%ebp),%eax
113 »       sub····$0x8,%esp112 »       sub····$0x8,%esp
114 »       add····$0x1,%eax113 »       add····$0x1,%eax
115 »       push···%eax114 »       push···%eax
116 »       push···%edx115 »       push···%edx
117 »       call···1e4·<yaramod::modules::ModuleList::ModuleList()+0x1e4>116 »       call···1e2·<yaramod::modules::ModuleList::ModuleList()+0x1e2>
118 ·R_386_PLT32»    operator·delete(void*,·unsigned·int)117 ·R_386_PLT32»    operator·delete(void*,·unsigned·int)
119 »       add····$0x10,%esp118 »       add····$0x10,%esp
120 »       mov····-0x4cc(%ebp),%eax119 »       mov····-0x4cc(%ebp),%eax
121 »       lea····-0x254(%ebp),%ecx120 »       lea····-0x254(%ebp),%ecx
122 »       lea····-0x4c4(%ebp),%esi121 »       lea····-0x4c4(%ebp),%esi
123 »       mov····-0x4c8(%ebp),%edx122 »       mov····-0x4c8(%ebp),%edx
124 »       mov····%ecx,-0x25c(%ebp)123 »       mov····%ecx,-0x25c(%ebp)
Offset 142, 46 lines modifiedOffset 141, 46 lines modified
142 »       cmp····%esi,%eax141 »       cmp····%esi,%eax
143 »       je·····1840·<yaramod::modules::ModuleList::ModuleList()+0x1840>142 »       je·····1840·<yaramod::modules::ModuleList::ModuleList()+0x1840>
144 »       mov····%eax,-0x244(%ebp)143 »       mov····%eax,-0x244(%ebp)
145 »       mov····-0x4ac(%ebp),%eax144 »       mov····-0x4ac(%ebp),%eax
146 »       mov····%eax,-0x23c(%ebp)145 »       mov····%eax,-0x23c(%ebp)
147 »       mov····-0x578(%ebp),%eax146 »       mov····-0x578(%ebp),%eax
148 »       mov····-0x51c(%ebp),%esi147 »       mov····-0x51c(%ebp),%esi
149 »       mov····%edi,%ebx 
150 »       mov····%edx,-0x240(%ebp)148 »       mov····%edx,-0x240(%ebp)
151 »       mov····$0x6564,%ecx149 »       mov····$0x6564,%ebx
152 »       mov····$0x7772,%edx150 »       mov····$0x7772,%edx
153 »       movl···$0x0,-0x4b0(%ebp)151 »       mov····%bx,-0x2b4(%ebp)
 152 »       mov····%edi,%ebx
154 »       mov····%eax,-0x4b4(%ebp)153 »       mov····%eax,-0x4b4(%ebp)
155 »       lea····0x1da00(%edi),%eax154 »       lea····0x2c700(%edi),%eax
156 ·R_386_GOTOFF»   .rodata155 ·R_386_GOTOFF»   .rodata
 156 »       movl···$0x0,-0x4b0(%ebp)
157 »       movb···$0x0,-0x4ac(%ebp)157 »       movb···$0x0,-0x4ac(%ebp)
Max diff block lines reached; 46440/50945 bytes (91.16%) 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 (1658 lines added, 1658 lines removed)
3 ··0x00000010·74727563·74222c0a·20202020·226e616d·truct",.····"nam3 ··0x00000010·74727563·74222c0a·20202020·226e616d·truct",.····"nam
4 ··0x00000020·65223a20·226d6163·686f222c·0a202020·e":·"macho",.···4 ··0x00000020·65223a20·22706522·2c0a2020·20202261·e":·"pe",.····"a
5 ··0x00000030·20226174·74726962·75746573·223a205b··"attributes":·[5 ··0x00000030·74747269·62757465·73223a20·5b0a2020·ttributes":·[.··
6 ··0x00000040·0a202020·20202020·207b0a20·20202020·.········{.·····6 ··0x00000040·20202020·20207b0a·20202020·20202020·······{.········
7 ··0x00000050·20202020·20202022·6b696e64·223a2022········"kind":·"7 ··0x00000050·20202020·226b696e·64223a20·2276616c·····"kind":·"val
8 ··0x00000060·76616c75·65222c0a·20202020·20202020·value",.········8 ··0x00000060·7565222c·0a202020·20202020·20202020·ue",.···········
9 ··0x00000070·20202020·226e616d·65223a20·224d485f·····"name":·"MH_9 ··0x00000070·20226e61·6d65223a·20224d41·4348494e··"name":·"MACHIN
10 ··0x00000080·4d414749·43222c0a·20202020·20202020·MAGIC",.········10 ··0x00000080·455f554e·4b4e4f57·4e222c0a·20202020·E_UNKNOWN",.····
11 ··0x00000090·20202020·22646f63·756d656e·74617469·····"documentati11 ··0x00000090·20202020·20202020·22646f63·756d656e·········"documen
12 ··0x000000a0·6f6e223a·2022222c·0a202020·20202020·on":·"",.·······12 ··0x000000a0·74617469·6f6e223a·2022222c·0a202020·tation":·"",.···
13 ··0x000000b0·20202020·20227479·7065223a·20227322······"type":·"s"13 ··0x000000b0·20202020·20202020·20227479·7065223a··········"type":
14 ··0x000000c0·0a202020·20202020·207d2c0a·20202020·.········},.····14 ··0x000000c0·20226922·0a202020·20202020·207d2c0a··"i".········},.
15 ··0x000000d0·20202020·7b0a2020·20202020·20202020·····{.··········15 ··0x000000d0·20202020·20202020·7b0a2020·20202020·········{.······
16 ··0x000000e0·2020226b·696e6422·3a202276·616c7565···"kind":·"value16 ··0x000000e0·20202020·2020226b·696e6422·3a202276·······"kind":·"v
17 ··0x000000f0·222c0a20·20202020·20202020·20202022·",.············"17 ··0x000000f0·616c7565·222c0a20·20202020·20202020·alue",.·········
18 ··0x00000100·6e616d65·223a2022·4d485f43·4947414d·name":·"MH_CIGAM18 ··0x00000100·20202022·6e616d65·223a2022·4d414348····"name":·"MACH
19 ··0x00000110·222c0a20·20202020·20202020·20202022·",.············"19 ··0x00000110·494e455f·414d3333·222c0a20·20202020·INE_AM33",.·····
20 ··0x00000120·646f6375·6d656e74·6174696f·6e223a20·documentation":·20 ··0x00000120·20202020·20202022·646f6375·6d656e74········"document
21 ··0x00000130·22222c0a·20202020·20202020·20202020·"",.············21 ··0x00000130·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····
22 ··0x00000140·22747970·65223a20·2269220a·20202020·"type":·"i".····22 ··0x00000140·20202020·20202020·22747970·65223a20·········"type":·
23 ··0x00000150·20202020·7d2c0a20·20202020·2020207b·····},.········{23 ··0x00000150·2269220a·20202020·20202020·7d2c0a20·"i".········},.·
24 ··0x00000160·0a202020·20202020·20202020·20226b69·.············"ki24 ··0x00000160·20202020·2020207b·0a202020·20202020········{.·······
25 ··0x00000170·6e64223a·20227661·6c756522·2c0a2020·nd":·"value",.··25 ··0x00000170·20202020·20226b69·6e64223a·20227661······"kind":·"va
26 ··0x00000180·20202020·20202020·2020226e·616d6522···········"name"26 ··0x00000180·6c756522·2c0a2020·20202020·20202020·lue",.··········
27 ··0x00000190·3a20224d·485f4d41·4749435f·3634222c·:·"MH_MAGIC_64",27 ··0x00000190·2020226e·616d6522·3a20224d·41434849···"name":·"MACHI
28 ··0x000001a0·0a202020·20202020·20202020·2022646f·.············"do28 ··0x000001a0·4e455f41·4d443634·222c0a20·20202020·NE_AMD64",.·····
29 ··0x000001b0·63756d65·6e746174·696f6e22·3a202222·cumentation":·""29 ··0x000001b0·20202020·20202022·646f6375·6d656e74········"document
30 ··0x000001c0·2c0a2020·20202020·20202020·20202274·,.············"t30 ··0x000001c0·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····
31 ··0x000001d0·79706522·3a202269·220a2020·20202020·ype":·"i".······31 ··0x000001d0·20202020·20202020·22747970·65223a20·········"type":·
32 ··0x000001e0·20207d2c·0a202020·20202020·207b0a20···},.········{.·32 ··0x000001e0·2269220a·20202020·20202020·7d2c0a20·"i".········},.·
33 ··0x000001f0·20202020·20202020·20202022·6b696e64············"kind33 ··0x000001f0·20202020·2020207b·0a202020·20202020········{.·······
34 ··0x00000200·223a2022·76616c75·65222c0a·20202020·":·"value",.····34 ··0x00000200·20202020·20226b69·6e64223a·20227661······"kind":·"va
35 ··0x00000210·20202020·20202020·226e616d·65223a20·········"name":·35 ··0x00000210·6c756522·2c0a2020·20202020·20202020·lue",.··········
36 ··0x00000220·224d485f·43494741·4d5f3634·222c0a20·"MH_CIGAM_64",.·36 ··0x00000220·2020226e·616d6522·3a20224d·41434849···"name":·"MACHI
37 ··0x00000230·20202020·20202020·20202022·646f6375············"docu37 ··0x00000230·4e455f41·524d222c·0a202020·20202020·NE_ARM",.·······
38 ··0x00000240·6d656e74·6174696f·6e223a20·22222c0a·mentation":·"",.38 ··0x00000240·20202020·2022646f·63756d65·6e746174······"documentat
39 ··0x00000250·20202020·20202020·20202020·22747970·············"typ39 ··0x00000250·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······
40 ··0x00000260·65223a20·2269220a·20202020·20202020·e":·"i".········40 ··0x00000260·20202020·20202274·79706522·3a202269·······"type":·"i
41 ··0x00000270·7d2c0a20·20202020·2020207b·0a202020·},.········{.···41 ··0x00000270·220a2020·20202020·20207d2c·0a202020·".········},.···
42 ··0x00000280·20202020·20202020·20226b69·6e64223a··········"kind":42 ··0x00000280·20202020·207b0a20·20202020·20202020······{.·········
43 ··0x00000290·20227661·6c756522·2c0a2020·20202020··"value",.······43 ··0x00000290·20202022·6b696e64·223a2022·76616c75····"kind":·"valu
44 ··0x000002a0·20202020·2020226e·616d6522·3a202246·······"name":·"F44 ··0x000002a0·65222c0a·20202020·20202020·20202020·e",.············
45 ··0x000002b0·41545f4d·41474943·222c0a20·20202020·AT_MAGIC",.·····45 ··0x000002b0·226e616d·65223a20·224d4143·48494e45·"name":·"MACHINE
46 ··0x000002c0·20202020·20202022·646f6375·6d656e74········"document46 ··0x000002c0·5f41524d·4e54222c·0a202020·20202020·_ARMNT",.·······
47 ··0x000002d0·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····47 ··0x000002d0·20202020·2022646f·63756d65·6e746174······"documentat
48 ··0x000002e0·20202020·20202020·22747970·65223a20·········"type":·48 ··0x000002e0·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······
49 ··0x000002f0·2269220a·20202020·20202020·7d2c0a20·"i".········},.·49 ··0x000002f0·20202020·20202274·79706522·3a202269·······"type":·"i
50 ··0x00000300·20202020·2020207b·0a202020·20202020········{.·······50 ··0x00000300·220a2020·20202020·20207d2c·0a202020·".········},.···
51 ··0x00000310·20202020·20226b69·6e64223a·20227661······"kind":·"va51 ··0x00000310·20202020·207b0a20·20202020·20202020······{.·········
52 ··0x00000320·6c756522·2c0a2020·20202020·20202020·lue",.··········52 ··0x00000320·20202022·6b696e64·223a2022·76616c75····"kind":·"valu
53 ··0x00000330·2020226e·616d6522·3a202246·41545f43···"name":·"FAT_C53 ··0x00000330·65222c0a·20202020·20202020·20202020·e",.············
54 ··0x00000340·4947414d·222c0a20·20202020·20202020·IGAM",.·········54 ··0x00000340·226e616d·65223a20·224d4143·48494e45·"name":·"MACHINE
55 ··0x00000350·20202022·646f6375·6d656e74·6174696f····"documentatio55 ··0x00000350·5f41524d·3634222c·0a202020·20202020·_ARM64",.·······
56 ··0x00000360·6e223a20·22222c0a·20202020·20202020·n":·"",.········56 ··0x00000360·20202020·2022646f·63756d65·6e746174······"documentat
57 ··0x00000370·20202020·22747970·65223a20·2269220a·····"type":·"i".57 ··0x00000370·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······
58 ··0x00000380·20202020·20202020·7d2c0a20·20202020·········},.·····58 ··0x00000380·20202020·20202274·79706522·3a202269·······"type":·"i
59 ··0x00000390·2020207b·0a202020·20202020·20202020····{.···········59 ··0x00000390·220a2020·20202020·20207d2c·0a202020·".········},.···
60 ··0x000003a0·20226b69·6e64223a·20227661·6c756522··"kind":·"value"60 ··0x000003a0·20202020·207b0a20·20202020·20202020······{.·········
61 ··0x000003b0·2c0a2020·20202020·20202020·2020226e·,.············"n61 ··0x000003b0·20202022·6b696e64·223a2022·76616c75····"kind":·"valu
62 ··0x000003c0·616d6522·3a202246·41545f4d·41474943·ame":·"FAT_MAGIC62 ··0x000003c0·65222c0a·20202020·20202020·20202020·e",.············
63 ··0x000003d0·5f363422·2c0a2020·20202020·20202020·_64",.··········63 ··0x000003d0·226e616d·65223a20·224d4143·48494e45·"name":·"MACHINE
64 ··0x000003e0·20202264·6f63756d·656e7461·74696f6e···"documentation64 ··0x000003e0·5f454243·222c0a20·20202020·20202020·_EBC",.·········
65 ··0x000003f0·223a2022·222c0a20·20202020·20202020·":·"",.·········65 ··0x000003f0·20202022·646f6375·6d656e74·6174696f····"documentatio
66 ··0x00000400·20202022·74797065·223a2022·69220a20····"type":·"i".·66 ··0x00000400·6e223a20·22222c0a·20202020·20202020·n":·"",.········
67 ··0x00000410·20202020·2020207d·2c0a2020·20202020········},.······67 ··0x00000410·20202020·22747970·65223a20·2269220a·····"type":·"i".
68 ··0x00000420·20207b0a·20202020·20202020·20202020···{.············68 ··0x00000420·20202020·20202020·7d2c0a20·20202020·········},.·····
69 ··0x00000430·226b696e·64223a20·2276616c·7565222c·"kind":·"value",69 ··0x00000430·2020207b·0a202020·20202020·20202020····{.···········
70 ··0x00000440·0a202020·20202020·20202020·20226e61·.············"na70 ··0x00000440·20226b69·6e64223a·20227661·6c756522··"kind":·"value"
71 ··0x00000450·6d65223a·20224641·545f4349·47414d5f·me":·"FAT_CIGAM_71 ··0x00000450·2c0a2020·20202020·20202020·2020226e·,.············"n
72 ··0x00000460·3634222c·0a202020·20202020·20202020·64",.···········72 ··0x00000460·616d6522·3a20224d·41434849·4e455f49·ame":·"MACHINE_I
73 ··0x00000470·2022646f·63756d65·6e746174·696f6e22··"documentation"73 ··0x00000470·33383622·2c0a2020·20202020·20202020·386",.··········
74 ··0x00000480·3a202222·2c0a2020·20202020·20202020·:·"",.··········74 ··0x00000480·20202264·6f63756d·656e7461·74696f6e···"documentation
75 ··0x00000490·20202274·79706522·3a202269·220a2020···"type":·"i".··75 ··0x00000490·223a2022·222c0a20·20202020·20202020·":·"",.·········
76 ··0x000004a0·20202020·20207d2c·0a202020·20202020·······},.·······76 ··0x000004a0·20202022·74797065·223a2022·69220a20····"type":·"i".·
77 ··0x000004b0·207b0a20·20202020·20202020·20202022··{.············"77 ··0x000004b0·20202020·2020207d·2c0a2020·20202020········},.······
78 ··0x000004c0·6b696e64·223a2022·76616c75·65222c0a·kind":·"value",.78 ··0x000004c0·20207b0a·20202020·20202020·20202020···{.············
79 ··0x000004d0·20202020·20202020·20202020·226e616d·············"nam79 ··0x000004d0·226b696e·64223a20·2276616c·7565222c·"kind":·"value",
80 ··0x000004e0·65223a20·22435055·5f415243·485f4142·e":·"CPU_ARCH_AB80 ··0x000004e0·0a202020·20202020·20202020·20226e61·.············"na
81 ··0x000004f0·49363422·2c0a2020·20202020·20202020·I64",.··········81 ··0x000004f0·6d65223a·20224d41·4348494e·455f4941·me":·"MACHINE_IA
82 ··0x00000500·20202264·6f63756d·656e7461·74696f6e···"documentation82 ··0x00000500·3634222c·0a202020·20202020·20202020·64",.···········
83 ··0x00000510·223a2022·222c0a20·20202020·20202020·":·"",.·········83 ··0x00000510·2022646f·63756d65·6e746174·696f6e22··"documentation"
84 ··0x00000520·20202022·74797065·223a2022·69220a20····"type":·"i".·84 ··0x00000520·3a202222·2c0a2020·20202020·20202020·:·"",.··········
85 ··0x00000530·20202020·2020207d·2c0a2020·20202020········},.······85 ··0x00000530·20202274·79706522·3a202269·220a2020···"type":·"i".··
86 ··0x00000540·20207b0a·20202020·20202020·20202020···{.············86 ··0x00000540·20202020·20207d2c·0a202020·20202020·······},.·······
87 ··0x00000550·226b696e·64223a20·2276616c·7565222c·"kind":·"value",87 ··0x00000550·207b0a20·20202020·20202020·20202022··{.············"
88 ··0x00000560·0a202020·20202020·20202020·20226e61·.············"na88 ··0x00000560·6b696e64·223a2022·76616c75·65222c0a·kind":·"value",.
89 ··0x00000570·6d65223a·20224350·555f5355·42545950·me":·"CPU_SUBTYP89 ··0x00000570·20202020·20202020·20202020·226e616d·············"nam
90 ··0x00000580·455f4c49·42363422·2c0a2020·20202020·E_LIB64",.······90 ··0x00000580·65223a20·224d4143·48494e45·5f4d3332·e":·"MACHINE_M32
91 ··0x00000590·20202020·20202264·6f63756d·656e7461·······"documenta91 ··0x00000590·52222c0a·20202020·20202020·20202020·R",.············
92 ··0x000005a0·74696f6e·223a2022·222c0a20·20202020·tion":·"",.·····92 ··0x000005a0·22646f63·756d656e·74617469·6f6e223a·"documentation":
93 ··0x000005b0·20202020·20202022·74797065·223a2022········"type":·"93 ··0x000005b0·2022222c·0a202020·20202020·20202020··"",.···········
94 ··0x000005c0·69220a20·20202020·2020207d·2c0a2020·i".········},.··94 ··0x000005c0·20227479·7065223a·20226922·0a202020··"type":·"i".···
95 ··0x000005d0·20202020·20207b0a·20202020·20202020·······{.········95 ··0x000005d0·20202020·207d2c0a·20202020·20202020······},.········
96 ··0x000005e0·20202020·226b696e·64223a20·2276616c·····"kind":·"val96 ··0x000005e0·7b0a2020·20202020·20202020·2020226b·{.············"k
97 ··0x000005f0·7565222c·0a202020·20202020·20202020·ue",.···········97 ··0x000005f0·696e6422·3a202276·616c7565·222c0a20·ind":·"value",.·
98 ··0x00000600·20226e61·6d65223a·20224350·555f5459··"name":·"CPU_TY98 ··0x00000600·20202020·20202020·20202022·6e616d65············"name
99 ··0x00000610·50455f4d·43363830·5830222c·0a202020·PE_MC680X0",.···99 ··0x00000610·223a2022·4d414348·494e455f·4d495053·":·"MACHINE_MIPS
100 ··0x00000620·20202020·20202020·2022646f·63756d65··········"docume100 ··0x00000620·3136222c·0a202020·20202020·20202020·16",.···········
101 ··0x00000630·6e746174·696f6e22·3a202222·2c0a2020·ntation":·"",.··101 ··0x00000630·2022646f·63756d65·6e746174·696f6e22··"documentation"
102 ··0x00000640·20202020·20202020·20202274·79706522···········"type"102 ··0x00000640·3a202222·2c0a2020·20202020·20202020·:·"",.··········
103 ··0x00000650·3a202269·220a2020·20202020·20207d2c·:·"i".········},103 ··0x00000650·20202274·79706522·3a202269·220a2020···"type":·"i".··
104 ··0x00000660·0a202020·20202020·207b0a20·20202020·.········{.·····104 ··0x00000660·20202020·20207d2c·0a202020·20202020·······},.·······
105 ··0x00000670·20202020·20202022·6b696e64·223a2022········"kind":·"105 ··0x00000670·207b0a20·20202020·20202020·20202022··{.············"
106 ··0x00000680·76616c75·65222c0a·20202020·20202020·value",.········106 ··0x00000680·6b696e64·223a2022·76616c75·65222c0a·kind":·"value",.
107 ··0x00000690·20202020·226e616d·65223a20·22435055·····"name":·"CPU107 ··0x00000690·20202020·20202020·20202020·226e616d·············"nam
108 ··0x000006a0·5f545950·455f5838·36222c0a·20202020·_TYPE_X86",.····108 ··0x000006a0·65223a20·224d4143·48494e45·5f4d4950·e":·"MACHINE_MIP
109 ··0x000006b0·20202020·20202020·22646f63·756d656e·········"documen109 ··0x000006b0·53465055·222c0a20·20202020·20202020·SFPU",.·········
110 ··0x000006c0·74617469·6f6e223a·2022222c·0a202020·tation":·"",.···110 ··0x000006c0·20202022·646f6375·6d656e74·6174696f····"documentatio
111 ··0x000006d0·20202020·20202020·20227479·7065223a··········"type":111 ··0x000006d0·6e223a20·22222c0a·20202020·20202020·n":·"",.········
112 ··0x000006e0·20226922·0a202020·20202020·207d2c0a··"i".········},.112 ··0x000006e0·20202020·22747970·65223a20·2269220a·····"type":·"i".
113 ··0x000006f0·20202020·20202020·7b0a2020·20202020·········{.······113 ··0x000006f0·20202020·20202020·7d2c0a20·20202020·········},.·····
114 ··0x00000700·20202020·2020226b·696e6422·3a202276·······"kind":·"v114 ··0x00000700·2020207b·0a202020·20202020·20202020····{.···········
115 ··0x00000710·616c7565·222c0a20·20202020·20202020·alue",.·········115 ··0x00000710·20226b69·6e64223a·20227661·6c756522··"kind":·"value"
116 ··0x00000720·20202022·6e616d65·223a2022·4350555f····"name":·"CPU_116 ··0x00000720·2c0a2020·20202020·20202020·2020226e·,.············"n
117 ··0x00000730·54595045·5f493338·36222c0a·20202020·TYPE_I386",.····117 ··0x00000730·616d6522·3a20224d·41434849·4e455f4d·ame":·"MACHINE_M
118 ··0x00000740·20202020·20202020·22646f63·756d656e·········"documen118 ··0x00000740·49505346·50553136·222c0a20·20202020·IPSFPU16",.·····
119 ··0x00000750·74617469·6f6e223a·2022222c·0a202020·tation":·"",.···119 ··0x00000750·20202020·20202022·646f6375·6d656e74········"document
120 ··0x00000760·20202020·20202020·20227479·7065223a··········"type":120 ··0x00000760·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····
121 ··0x00000770·20226922·0a202020·20202020·207d2c0a··"i".········},.121 ··0x00000770·20202020·20202020·22747970·65223a20·········"type":·
122 ··0x00000780·20202020·20202020·7b0a2020·20202020·········{.······122 ··0x00000780·2269220a·20202020·20202020·7d2c0a20·"i".········},.·
123 ··0x00000790·20202020·2020226b·696e6422·3a202276·······"kind":·"v123 ··0x00000790·20202020·2020207b·0a202020·20202020········{.·······
124 ··0x000007a0·616c7565·222c0a20·20202020·20202020·alue",.·········124 ··0x000007a0·20202020·20226b69·6e64223a·20227661······"kind":·"va
125 ··0x000007b0·20202022·6e616d65·223a2022·4350555f····"name":·"CPU_125 ··0x000007b0·6c756522·2c0a2020·20202020·20202020·lue",.··········
Max diff block lines reached; 1754248/1976679 bytes (88.75%) of diff not shown.
1.3 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 128, 16 lines modifiedOffset 128, 16 lines modified
128 ··0x000007c0·1c490e20·460e1c41·0e18420e·1c410e20·.I.·F..A..B..A.·128 ··0x000007c0·1c490e20·460e1c41·0e18420e·1c410e20·.I.·F..A..B..A.·
129 ··0x000007d0·480e0c41·c30e0841·c60e0400·40000000·H..A...A....@...129 ··0x000007d0·480e0c41·c30e0841·c60e0400·40000000·H..A...A....@...
130 ··0x000007e0·dc060000·00000000·8c060000·04560000·.............V..130 ··0x000007e0·dc060000·00000000·8c060000·04560000·.............V..
131 ··0x000007f0·00410e08·8502420d·05438703·86048305·.A....B..C......131 ··0x000007f0·00410e08·8502420d·05438703·86048305·.A....B..C......
132 ··0x00000800·0302012e·10033802·2e20038d·010ac341·......8..·.....A132 ··0x00000800·0302012e·10033802·2e20038d·010ac341·......8..·.....A
133 ··0x00000810·c641c741·c50c0404·480b0286·2e100000·.A.A....H.......133 ··0x00000810·c641c741·c50c0404·480b0286·2e100000·.A.A....H.......
134 ··0x00000820·3c000000·20070000·00000000·5f270000·<...·......._'..134 ··0x00000820·3c000000·20070000·00000000·5f270000·<...·......._'..
135 ··0x00000830·04840000·00410e08·85024c0d·05418703·.....A....L..A..135 ··0x00000830·04840000·00410e08·8502470d·05418703·.....A....G..A..
136 ··0x00000840·4c860447·8305025c·2e1003d1·0f2e0003·L..G...\........136 ··0x00000840·4c860447·8305025f·2e1003d3·0f2e0003·L..G..._........
137 ··0x00000850·ea040ac3·41c641c7·41c50c04·04450b00·....A.A.A....E..137 ··0x00000850·ea040ac3·41c641c7·41c50c04·04450b00·....A.A.A....E..
138 ··0x00000860·5c000000·64080000·00000000·81000000·\...d...........138 ··0x00000860·5c000000·64080000·00000000·81000000·\...d...........
139 ··0x00000870·00410e08·8502410e·0c870341·0e108604·.A....A....A....139 ··0x00000870·00410e08·8502410e·0c870341·0e108604·.A....A....A....
140 ··0x00000880·410e1483·054e0e20·5e0e2844·0e2c410e·A....N.·^.(D.,A.140 ··0x00000880·410e1483·054e0e20·5e0e2844·0e2c410e·A....N.·^.(D.,A.
141 ··0x00000890·30480e20·4f0e2844·0e2c410e·30480e20·0H.·O.(D.,A.0H.·141 ··0x00000890·30480e20·4f0e2844·0e2c410e·30480e20·0H.·O.(D.,A.0H.·
142 ··0x000008a0·540e2843·0e2c410e·30480e20·430e1441·T.(C.,A.0H.·C..A142 ··0x000008a0·540e2843·0e2c410e·30480e20·430e1441·T.(C.,A.0H.·C..A
143 ··0x000008b0·c30e1041·c60e0c41·c70e0841·c50e0400·...A...A...A....143 ··0x000008b0·c30e1041·c60e0c41·c70e0841·c50e0400·...A...A...A....
2.25 MB
libyaramod0_3.21.0-1.1_i386.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······904·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0······904·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0···567868·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0···568048·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.25 MB
data.tar.xz
2.25 MB
data.tar
2.25 MB
./usr/lib/i386-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:·d61835c0177957bf83168d876ff2410b26301f2f3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·8a027c84a0df63df4ce65d16f570b76933b5cfb4
1.15 KB
readelf --wide --debug-dump=frames {}
    
Offset 91300, 25 lines modifiedOffset 91300, 25 lines modified
91300 ··DW_CFA_nop91300 ··DW_CFA_nop
  
91301 0002cc84·0000003c·000292f0·FDE·cie=00003998·pc=00184be0..0018733f91301 0002cc84·0000003c·000292f0·FDE·cie=00003998·pc=00184be0..0018733f
91302 ··Augmentation·data:·····73·29·01·0091302 ··Augmentation·data:·····73·29·01·00
91303 ··DW_CFA_advance_loc:·1·to·00184be191303 ··DW_CFA_advance_loc:·1·to·00184be1
91304 ··DW_CFA_def_cfa_offset:·891304 ··DW_CFA_def_cfa_offset:·8
91305 ··DW_CFA_offset:·r5·(ebp)·at·cfa-891305 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
91306 ··DW_CFA_advance_loc:·12·to·00184bed91306 ··DW_CFA_advance_loc:·7·to·00184be8
91307 ··DW_CFA_def_cfa_register:·r5·(ebp)91307 ··DW_CFA_def_cfa_register:·r5·(ebp)
91308 ··DW_CFA_advance_loc:·1·to·00184bee91308 ··DW_CFA_advance_loc:·1·to·00184be9
91309 ··DW_CFA_offset:·r7·(edi)·at·cfa-1291309 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
91310 ··DW_CFA_advance_loc:·12·to·00184bfa91310 ··DW_CFA_advance_loc:·12·to·00184bf5
91311 ··DW_CFA_offset:·r6·(esi)·at·cfa-1691311 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
91312 ··DW_CFA_advance_loc:·7·to·00184c0191312 ··DW_CFA_advance_loc:·7·to·00184bfc
91313 ··DW_CFA_offset:·r3·(ebx)·at·cfa-2091313 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
91314 ··DW_CFA_advance_loc1:·92·to·00184c5d91314 ··DW_CFA_advance_loc1:·95·to·00184c5b
91315 ··DW_CFA_GNU_args_size:·1691315 ··DW_CFA_GNU_args_size:·16
91316 ··DW_CFA_advance_loc2:·4049·to·00185c2e91316 ··DW_CFA_advance_loc2:·4051·to·00185c2e
91317 ··DW_CFA_GNU_args_size:·091317 ··DW_CFA_GNU_args_size:·0
91318 ··DW_CFA_advance_loc2:·1258·to·0018611891318 ··DW_CFA_advance_loc2:·1258·to·00186118
91319 ··DW_CFA_remember_state91319 ··DW_CFA_remember_state
91320 ··DW_CFA_restore:·r3·(ebx)91320 ··DW_CFA_restore:·r3·(ebx)
91321 ··DW_CFA_advance_loc:·1·to·0018611991321 ··DW_CFA_advance_loc:·1·to·00186119
91322 ··DW_CFA_restore:·r6·(esi)91322 ··DW_CFA_restore:·r6·(esi)
91323 ··DW_CFA_advance_loc:·1·to·0018611a91323 ··DW_CFA_advance_loc:·1·to·0018611a
297 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 4799, 1499 lines modifiedOffset 4799, 2197 lines modified
4799 )147:;=IJ]4799 )147:;=IJ]
4800 )14:;EFIJ^de4800 )14:;EFIJ^de
4801 FGNOXZ\^~4801 FGNOXZ\^~
4802 N7yaramod9HexStringE4802 N7yaramod9HexStringE
4803 N7yaramod11ModuleErrorE4803 N7yaramod11ModuleErrorE
4804 N7yaramod6ModuleE4804 N7yaramod6ModuleE
4805 ····"kind":·"struct",4805 ····"kind":·"struct",
4806 ····"name":·"macho",4806 ····"name":·"pe",
4807 ····"attributes":·[4807 ····"attributes":·[
4808 ········{4808 ········{
4809 ············"kind":·"value",4809 ············"kind":·"value",
4810 ············"name":·"MH_MAGIC",4810 ············"name":·"MACHINE_UNKNOWN",
4811 ············"documentation":·"",4811 ············"documentation":·"",
4812 ············"type":·"s"4812 ············"type":·"i"
4813 ········},4813 ········},
4814 ········{4814 ········{
4815 ············"kind":·"value",4815 ············"kind":·"value",
4816 ············"name":·"MH_CIGAM",4816 ············"name":·"MACHINE_AM33",
4817 ············"documentation":·"",4817 ············"documentation":·"",
4818 ············"type":·"i"4818 ············"type":·"i"
4819 ········},4819 ········},
4820 ········{4820 ········{
4821 ············"kind":·"value",4821 ············"kind":·"value",
4822 ············"name":·"MH_MAGIC_64",4822 ············"name":·"MACHINE_AMD64",
4823 ············"documentation":·"",4823 ············"documentation":·"",
4824 ············"type":·"i"4824 ············"type":·"i"
4825 ········},4825 ········},
4826 ········{4826 ········{
4827 ············"kind":·"value",4827 ············"kind":·"value",
4828 ············"name":·"MH_CIGAM_64",4828 ············"name":·"MACHINE_ARM",
4829 ············"documentation":·"",4829 ············"documentation":·"",
4830 ············"type":·"i"4830 ············"type":·"i"
4831 ········},4831 ········},
4832 ········{4832 ········{
4833 ············"kind":·"value",4833 ············"kind":·"value",
4834 ············"name":·"FAT_MAGIC",4834 ············"name":·"MACHINE_ARMNT",
4835 ············"documentation":·"",4835 ············"documentation":·"",
4836 ············"type":·"i"4836 ············"type":·"i"
4837 ········},4837 ········},
4838 ········{4838 ········{
4839 ············"kind":·"value",4839 ············"kind":·"value",
4840 ············"name":·"FAT_CIGAM",4840 ············"name":·"MACHINE_ARM64",
4841 ············"documentation":·"",4841 ············"documentation":·"",
4842 ············"type":·"i"4842 ············"type":·"i"
4843 ········},4843 ········},
4844 ········{4844 ········{
4845 ············"kind":·"value",4845 ············"kind":·"value",
4846 ············"name":·"FAT_MAGIC_64",4846 ············"name":·"MACHINE_EBC",
4847 ············"documentation":·"",4847 ············"documentation":·"",
4848 ············"type":·"i"4848 ············"type":·"i"
4849 ········},4849 ········},
4850 ········{4850 ········{
4851 ············"kind":·"value",4851 ············"kind":·"value",
4852 ············"name":·"FAT_CIGAM_64",4852 ············"name":·"MACHINE_I386",
4853 ············"documentation":·"",4853 ············"documentation":·"",
4854 ············"type":·"i"4854 ············"type":·"i"
4855 ········},4855 ········},
4856 ········{4856 ········{
4857 ············"kind":·"value",4857 ············"kind":·"value",
4858 ············"name":·"CPU_ARCH_ABI64",4858 ············"name":·"MACHINE_IA64",
4859 ············"documentation":·"",4859 ············"documentation":·"",
4860 ············"type":·"i"4860 ············"type":·"i"
4861 ········},4861 ········},
4862 ········{4862 ········{
4863 ············"kind":·"value",4863 ············"kind":·"value",
4864 ············"name":·"CPU_SUBTYPE_LIB64",4864 ············"name":·"MACHINE_M32R",
4865 ············"documentation":·"",4865 ············"documentation":·"",
4866 ············"type":·"i"4866 ············"type":·"i"
4867 ········},4867 ········},
4868 ········{4868 ········{
4869 ············"kind":·"value",4869 ············"kind":·"value",
4870 ············"name":·"CPU_TYPE_MC680X0",4870 ············"name":·"MACHINE_MIPS16",
4871 ············"documentation":·"",4871 ············"documentation":·"",
4872 ············"type":·"i"4872 ············"type":·"i"
4873 ········},4873 ········},
4874 ········{4874 ········{
4875 ············"kind":·"value",4875 ············"kind":·"value",
4876 ············"name":·"CPU_TYPE_X86",4876 ············"name":·"MACHINE_MIPSFPU",
4877 ············"documentation":·"",4877 ············"documentation":·"",
4878 ············"type":·"i"4878 ············"type":·"i"
4879 ········},4879 ········},
4880 ········{4880 ········{
4881 ············"kind":·"value",4881 ············"kind":·"value",
4882 ············"name":·"CPU_TYPE_I386",4882 ············"name":·"MACHINE_MIPSFPU16",
4883 ············"documentation":·"",4883 ············"documentation":·"",
4884 ············"type":·"i"4884 ············"type":·"i"
4885 ········},4885 ········},
4886 ········{4886 ········{
4887 ············"kind":·"value",4887 ············"kind":·"value",
4888 ············"name":·"CPU_TYPE_X86_64",4888 ············"name":·"MACHINE_POWERPC",
4889 ············"documentation":·"",4889 ············"documentation":·"",
4890 ············"type":·"i"4890 ············"type":·"i"
4891 ········},4891 ········},
4892 ········{4892 ········{
4893 ············"kind":·"value",4893 ············"kind":·"value",
4894 ············"name":·"CPU_TYPE_MIPS",4894 ············"name":·"MACHINE_POWERPCFP",
4895 ············"documentation":·"",4895 ············"documentation":·"",
4896 ············"type":·"i"4896 ············"type":·"i"
4897 ········},4897 ········},
4898 ········{4898 ········{
4899 ············"kind":·"value",4899 ············"kind":·"value",
4900 ············"name":·"CPU_TYPE_MC98000",4900 ············"name":·"MACHINE_R4000",
4901 ············"documentation":·"",4901 ············"documentation":·"",
4902 ············"type":·"i"4902 ············"type":·"i"
4903 ········},4903 ········},
4904 ········{4904 ········{
4905 ············"kind":·"value",4905 ············"kind":·"value",
4906 ············"name":·"CPU_TYPE_ARM",4906 ············"name":·"MACHINE_SH3",
4907 ············"documentation":·"",4907 ············"documentation":·"",
4908 ············"type":·"i"4908 ············"type":·"i"
4909 ········},4909 ········},
4910 ········{4910 ········{
4911 ············"kind":·"value",4911 ············"kind":·"value",
4912 ············"name":·"CPU_TYPE_ARM64",4912 ············"name":·"MACHINE_SH3DSP",
4913 ············"documentation":·"",4913 ············"documentation":·"",
4914 ············"type":·"i"4914 ············"type":·"i"
4915 ········},4915 ········},
4916 ········{4916 ········{
4917 ············"kind":·"value",4917 ············"kind":·"value",
4918 ············"name":·"CPU_TYPE_MC88000",4918 ············"name":·"MACHINE_SH4",
4919 ············"documentation":·"",4919 ············"documentation":·"",
4920 ············"type":·"i"4920 ············"type":·"i"
4921 ········},4921 ········},
4922 ········{4922 ········{
4923 ············"kind":·"value",4923 ············"kind":·"value",
4924 ············"name":·"CPU_TYPE_SPARC",4924 ············"name":·"MACHINE_SH5",
4925 ············"documentation":·"",4925 ············"documentation":·"",
Max diff block lines reached; 300195/304178 bytes (98.69%) of diff not shown.
73.0 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 455569, 64 lines modifiedOffset 455569, 62 lines modified
455569 »       xchg···%ax,%ax455569 »       xchg···%ax,%ax
455570 »       xchg···%ax,%ax455570 »       xchg···%ax,%ax
  
455571 00184be0·<yaramod::modules::ModuleList::ModuleList()@@Base>:455571 00184be0·<yaramod::modules::ModuleList::ModuleList()@@Base>:
455572 yaramod::modules::ModuleList::ModuleList():455572 yaramod::modules::ModuleList::ModuleList():
455573 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30455573 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30
455574 »       push···%ebp455574 »       push···%ebp
455575 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17455575 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17
455576 »       mov····$0x12e30,%edx455576 »       mov····$0x15c1,%edx
455577 /usr/include/c++/14/bits/char_traits.h:427 
455578 »       mov····$0x6570,%ecx 
455579 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30455577 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30
455580 »       mov····%esp,%ebp455578 »       mov····%esp,%ebp
455581 »       push···%edi455579 »       push···%edi
455582 »       call···b6d7f·<std::_Sp_counted_ptr_inplace<yaramod::TokenStream,·std::allocator<void>,·(__gnu_cxx::_Lock_policy)2>::_M_dispose()@@Base+0x4f>455580 »       call···b6d7f·<std::_Sp_counted_ptr_inplace<yaramod::TokenStream,·std::allocator<void>,·(__gnu_cxx::_Lock_policy)2>::_M_dispose()@@Base+0x4f>
455583 »       add····$0xce1fd,%edi455581 »       add····$0xce202,%edi
455584 »       push···%esi455582 »       push···%esi
455585 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)455583 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
455586 »       lea····-0x28c(%ebp),%esi455584 »       lea····-0x28c(%ebp),%esi
455587 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30455585 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30
455588 »       push···%ebx455586 »       push···%ebx
455589 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)455587 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
455590 »       mov····%esi,%ebx455588 »       mov····%esi,%ebx
455591 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30455589 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_list.h:30
455592 »       sub····$0x5bc,%esp455590 »       sub····$0x5bc,%esp
455593 »       mov····0x8(%ebp),%eax455591 »       mov····0x8(%ebp),%eax
455594 »       mov····%eax,-0x590(%ebp)455592 »       mov····%eax,-0x590(%ebp)
455595 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17455593 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17
455596 »       mov····%gs:0x14,%eax455594 »       mov····%gs:0x14,%eax
455597 »       mov····%eax,-0x1c(%ebp)455595 »       mov····%eax,-0x1c(%ebp)
455598 »       lea····-0x60710(%edi),%eax455596 »       lea····-0x4eeb0(%edi),%eax
455599 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)455597 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
455600 »       mov····%esi,-0x568(%ebp)455598 »       mov····%esi,-0x568(%ebp)
455601 »       lea····-0x284(%ebp),%esi455599 »       lea····-0x284(%ebp),%esi
455602 »       mov····%esi,-0x28c(%ebp)455600 »       mov····%esi,-0x28c(%ebp)
455603 /usr/include/c++/14/bits/char_traits.h:427455601 /usr/include/c++/14/bits/char_traits.h:427
455604 »       mov····%cx,-0x284(%ebp)455602 »       movl···$0x68736168,-0x284(%ebp)
455605 /usr/include/c++/14/bits/basic_string.h:223455603 /usr/include/c++/14/bits/basic_string.h:223
455606 »       movl···$0x2,-0x288(%ebp)455604 »       movl···$0x4,-0x288(%ebp)
455607 /usr/include/c++/14/bits/char_traits.h:350455605 /usr/include/c++/14/bits/char_traits.h:350
455608 »       movb···$0x0,-0x282(%ebp)455606 »       movb···$0x0,-0x280(%ebp)
455609 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17·(discriminator·2)455607 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)
455610 »       push···%edx455608 »       push···%edx
455611 »       push···%eax455609 »       push···%eax
455612 »       lea····-0x4fc(%ebp),%eax455610 »       lea····-0x4fc(%ebp),%eax
455613 »       push···%ebx455611 »       push···%ebx
455614 »       mov····%edi,%ebx455612 »       mov····%edi,%ebx
455615 »       mov····%eax,-0x5b4(%ebp)455613 »       mov····%eax,-0x5b4(%ebp)
455616 »       push···%eax455614 »       push···%eax
455617 »       call···6d890·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>455615 »       call···6d890·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>
455618 /usr/include/c++/14/bits/basic_string.h:228455616 /usr/include/c++/14/bits/basic_string.h:228
455619 »       mov····-0x28c(%ebp),%edx455617 »       mov····-0x28c(%ebp),%edx
455620 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_pe_generated.h:17·(discriminator·2)455618 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_hash_generated.h:17·(discriminator·2)
455621 »       add····$0x10,%esp455619 »       add····$0x10,%esp
455622 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)455620 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)
455623 »       cmp····%esi,%edx455621 »       cmp····%esi,%edx
455624 »       je·····184c85·<yaramod::modules::ModuleList::ModuleList()@@Base+0xa5>455622 »       je·····184c83·<yaramod::modules::ModuleList::ModuleList()@@Base+0xa3>
455625 /usr/include/c++/14/bits/basic_string.h:294455623 /usr/include/c++/14/bits/basic_string.h:294
455626 »       mov····-0x284(%ebp),%eax455624 »       mov····-0x284(%ebp),%eax
455627 /usr/include/c++/14/bits/new_allocator.h:172455625 /usr/include/c++/14/bits/new_allocator.h:172
455628 »       sub····$0x8,%esp455626 »       sub····$0x8,%esp
455629 /usr/include/c++/14/bits/basic_string.h:294455627 /usr/include/c++/14/bits/basic_string.h:294
455630 »       add····$0x1,%eax455628 »       add····$0x1,%eax
455631 /usr/include/c++/14/bits/new_allocator.h:172455629 /usr/include/c++/14/bits/new_allocator.h:172
Offset 455682, 56 lines modifiedOffset 455680, 56 lines modified
455682 »       mov····-0x4dc(%ebp),%eax455680 »       mov····-0x4dc(%ebp),%eax
455683 »       mov····%eax,-0x26c(%ebp)455681 »       mov····%eax,-0x26c(%ebp)
455684 /usr/include/c++/14/bits/basic_string.h:218455682 /usr/include/c++/14/bits/basic_string.h:218
455685 »       mov····-0x570(%ebp),%eax455683 »       mov····-0x570(%ebp),%eax
455686 /usr/include/c++/14/bits/basic_string.h:223455684 /usr/include/c++/14/bits/basic_string.h:223
455687 »       mov····%edx,-0x270(%ebp)455685 »       mov····%edx,-0x270(%ebp)
455688 /usr/include/c++/14/bits/char_traits.h:427455686 /usr/include/c++/14/bits/char_traits.h:427
455689 »       mov····$0x6f6f,%ecx455687 »       mov····$0x7465,%ecx
455690 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)455688 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
455691 »       lea····-0x2bc(%ebp),%ebx455689 »       lea····-0x2bc(%ebp),%ebx
455692 »       lea····-0x2b4(%ebp),%esi455690 »       lea····-0x2b4(%ebp),%esi
455693 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17455691 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_dotnet_generated.h:17
455694 »       mov····$0x2134,%edx455692 »       mov····$0x4c85,%edx
455695 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)455693 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
455696 »       mov····%ebx,-0x520(%ebp)455694 »       mov····%ebx,-0x520(%ebp)
455697 /usr/include/c++/14/bits/basic_string.h:218455695 /usr/include/c++/14/bits/basic_string.h:218
455698 »       mov····%eax,-0x4e4(%ebp)455696 »       mov····%eax,-0x4e4(%ebp)
455699 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17455697 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_dotnet_generated.h:17
455700 »       lea····-0x62850(%edi),%eax455698 »       lea····-0x53b50(%edi),%eax
455701 /usr/include/c++/14/bits/basic_string.h:223455699 /usr/include/c++/14/bits/basic_string.h:223
455702 »       movl···$0x0,-0x4e0(%ebp)455700 »       movl···$0x0,-0x4e0(%ebp)
455703 /usr/include/c++/14/bits/char_traits.h:350455701 /usr/include/c++/14/bits/char_traits.h:350
455704 »       movb···$0x0,-0x4dc(%ebp)455702 »       movb···$0x0,-0x4dc(%ebp)
455705 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)455703 /usr/include/c++/14/bits/basic_string.h:194·(discriminator·1)
455706 »       mov····%esi,-0x51c(%ebp)455704 »       mov····%esi,-0x51c(%ebp)
455707 »       mov····%esi,-0x2bc(%ebp)455705 »       mov····%esi,-0x2bc(%ebp)
455708 /usr/include/c++/14/bits/char_traits.h:427455706 /usr/include/c++/14/bits/char_traits.h:427
455709 »       movl···$0x6b637563,-0x2b4(%ebp)455707 »       movl···$0x6e746f64,-0x2b4(%ebp)
455710 »       mov····%cx,-0x2b0(%ebp)455708 »       mov····%cx,-0x2b0(%ebp)
455711 /usr/include/c++/14/bits/basic_string.h:223455709 /usr/include/c++/14/bits/basic_string.h:223
455712 »       movl···$0x6,-0x2b8(%ebp)455710 »       movl···$0x6,-0x2b8(%ebp)
455713 /usr/include/c++/14/bits/char_traits.h:350455711 /usr/include/c++/14/bits/char_traits.h:350
455714 »       movb···$0x0,-0x2ae(%ebp)455712 »       movb···$0x0,-0x2ae(%ebp)
455715 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17·(discriminator·2)455713 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_dotnet_generated.h:17·(discriminator·2)
455716 »       push···%edx455714 »       push···%edx
455717 »       push···%eax455715 »       push···%eax
455718 »       lea····-0x4cc(%ebp),%eax455716 »       lea····-0x4cc(%ebp),%eax
455719 »       push···%ebx455717 »       push···%ebx
455720 »       mov····%edi,%ebx455718 »       mov····%edi,%ebx
455721 »       mov····%eax,-0x5b8(%ebp)455719 »       mov····%eax,-0x5b8(%ebp)
455722 »       push···%eax455720 »       push···%eax
455723 »       call···6d890·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>455721 »       call···6d890·<yaramod::ModuleContent::ModuleContent(std::__cxx11::basic_string<char,·std::char_traits<char>,·std::allocator<char>·>·const&,·std::initializer_list<char>)@plt>
455724 /usr/include/c++/14/bits/basic_string.h:228455722 /usr/include/c++/14/bits/basic_string.h:228
455725 »       mov····-0x2bc(%ebp),%edx455723 »       mov····-0x2bc(%ebp),%edx
455726 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_cuckoo_generated.h:17·(discriminator·2)455724 ./obj-i686-linux-gnu/src/./include/yaramod/types/modules/generated/module_dotnet_generated.h:17·(discriminator·2)
455727 »       add····$0x10,%esp455725 »       add····$0x10,%esp
455728 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)455726 /usr/include/c++/14/bits/basic_string.h:269·(discriminator·2)
455729 »       cmp····%esi,%edx455727 »       cmp····%esi,%edx
455730 »       je·····184dcb·<yaramod::modules::ModuleList::ModuleList()@@Base+0x1eb>455728 »       je·····184dc9·<yaramod::modules::ModuleList::ModuleList()@@Base+0x1e9>
455731 /usr/include/c++/14/bits/basic_string.h:294455729 /usr/include/c++/14/bits/basic_string.h:294
455732 »       mov····-0x2b4(%ebp),%eax455730 »       mov····-0x2b4(%ebp),%eax
455733 /usr/include/c++/14/bits/new_allocator.h:172455731 /usr/include/c++/14/bits/new_allocator.h:172
455734 »       sub····$0x8,%esp455732 »       sub····$0x8,%esp
455735 /usr/include/c++/14/bits/basic_string.h:294455733 /usr/include/c++/14/bits/basic_string.h:294
455736 »       add····$0x1,%eax455734 »       add····$0x1,%eax
455737 /usr/include/c++/14/bits/new_allocator.h:172455735 /usr/include/c++/14/bits/new_allocator.h:172
Offset 455787, 34 lines modifiedOffset 455785, 35 lines modified
455787 /usr/include/c++/14/bits/basic_string.h:255455785 /usr/include/c++/14/bits/basic_string.h:255
455788 »       mov····-0x4ac(%ebp),%eax455786 »       mov····-0x4ac(%ebp),%eax
455789 »       mov····%eax,-0x23c(%ebp)455787 »       mov····%eax,-0x23c(%ebp)
455790 /usr/include/c++/14/bits/basic_string.h:218455788 /usr/include/c++/14/bits/basic_string.h:218
455791 »       mov····-0x578(%ebp),%eax455789 »       mov····-0x578(%ebp),%eax
Max diff block lines reached; 67958/74552 bytes (91.16%) of diff not shown.
1.89 MB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 5696, 14875 lines modifiedOffset 5696, 14875 lines modified
5696 ··0x001cb3d0·3838f2ff·10d3f2ff·80d1f2ff·80d1f2ff·88..............5696 ··0x001cb3d0·3838f2ff·10d3f2ff·80d1f2ff·80d1f2ff·88..............
5697 ··0x001cb3e0·30d2f2ff·48d2f2ff·4e377961·72616d6f·0...H...N7yaramo5697 ··0x001cb3e0·30d2f2ff·48d2f2ff·4e377961·72616d6f·0...H...N7yaramo
5698 ··0x001cb3f0·6431314d·6f64756c·65457272·6f724500·d11ModuleErrorE.5698 ··0x001cb3f0·6431314d·6f64756c·65457272·6f724500·d11ModuleErrorE.
5699 ··0x001cb400·4e377961·72616d6f·64364d6f·64756c65·N7yaramod6Module5699 ··0x001cb400·4e377961·72616d6f·64364d6f·64756c65·N7yaramod6Module
5700 ··0x001cb410·45000000·00000000·00000000·00000000·E...............5700 ··0x001cb410·45000000·00000000·00000000·00000000·E...............
5701 ··0x001cb420·7b0a2020·2020226b·696e6422·3a202273·{.····"kind":·"s5701 ··0x001cb420·7b0a2020·2020226b·696e6422·3a202273·{.····"kind":·"s
Diff chunk too large, falling back to line-by-line diff (1658 lines added, 1658 lines removed)
5702 ··0x001cb430·74727563·74222c0a·20202020·226e616d·truct",.····"nam5702 ··0x001cb430·74727563·74222c0a·20202020·226e616d·truct",.····"nam
5703 ··0x001cb440·65223a20·226d6163·686f222c·0a202020·e":·"macho",.···5703 ··0x001cb440·65223a20·22706522·2c0a2020·20202261·e":·"pe",.····"a
5704 ··0x001cb450·20226174·74726962·75746573·223a205b··"attributes":·[5704 ··0x001cb450·74747269·62757465·73223a20·5b0a2020·ttributes":·[.··
5705 ··0x001cb460·0a202020·20202020·207b0a20·20202020·.········{.·····5705 ··0x001cb460·20202020·20207b0a·20202020·20202020·······{.········
5706 ··0x001cb470·20202020·20202022·6b696e64·223a2022········"kind":·"5706 ··0x001cb470·20202020·226b696e·64223a20·2276616c·····"kind":·"val
5707 ··0x001cb480·76616c75·65222c0a·20202020·20202020·value",.········5707 ··0x001cb480·7565222c·0a202020·20202020·20202020·ue",.···········
5708 ··0x001cb490·20202020·226e616d·65223a20·224d485f·····"name":·"MH_5708 ··0x001cb490·20226e61·6d65223a·20224d41·4348494e··"name":·"MACHIN
5709 ··0x001cb4a0·4d414749·43222c0a·20202020·20202020·MAGIC",.········5709 ··0x001cb4a0·455f554e·4b4e4f57·4e222c0a·20202020·E_UNKNOWN",.····
5710 ··0x001cb4b0·20202020·22646f63·756d656e·74617469·····"documentati5710 ··0x001cb4b0·20202020·20202020·22646f63·756d656e·········"documen
5711 ··0x001cb4c0·6f6e223a·2022222c·0a202020·20202020·on":·"",.·······5711 ··0x001cb4c0·74617469·6f6e223a·2022222c·0a202020·tation":·"",.···
5712 ··0x001cb4d0·20202020·20227479·7065223a·20227322······"type":·"s"5712 ··0x001cb4d0·20202020·20202020·20227479·7065223a··········"type":
5713 ··0x001cb4e0·0a202020·20202020·207d2c0a·20202020·.········},.····5713 ··0x001cb4e0·20226922·0a202020·20202020·207d2c0a··"i".········},.
5714 ··0x001cb4f0·20202020·7b0a2020·20202020·20202020·····{.··········5714 ··0x001cb4f0·20202020·20202020·7b0a2020·20202020·········{.······
5715 ··0x001cb500·2020226b·696e6422·3a202276·616c7565···"kind":·"value5715 ··0x001cb500·20202020·2020226b·696e6422·3a202276·······"kind":·"v
5716 ··0x001cb510·222c0a20·20202020·20202020·20202022·",.············"5716 ··0x001cb510·616c7565·222c0a20·20202020·20202020·alue",.·········
5717 ··0x001cb520·6e616d65·223a2022·4d485f43·4947414d·name":·"MH_CIGAM5717 ··0x001cb520·20202022·6e616d65·223a2022·4d414348····"name":·"MACH
5718 ··0x001cb530·222c0a20·20202020·20202020·20202022·",.············"5718 ··0x001cb530·494e455f·414d3333·222c0a20·20202020·INE_AM33",.·····
5719 ··0x001cb540·646f6375·6d656e74·6174696f·6e223a20·documentation":·5719 ··0x001cb540·20202020·20202022·646f6375·6d656e74········"document
5720 ··0x001cb550·22222c0a·20202020·20202020·20202020·"",.············5720 ··0x001cb550·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····
5721 ··0x001cb560·22747970·65223a20·2269220a·20202020·"type":·"i".····5721 ··0x001cb560·20202020·20202020·22747970·65223a20·········"type":·
5722 ··0x001cb570·20202020·7d2c0a20·20202020·2020207b·····},.········{5722 ··0x001cb570·2269220a·20202020·20202020·7d2c0a20·"i".········},.·
5723 ··0x001cb580·0a202020·20202020·20202020·20226b69·.············"ki5723 ··0x001cb580·20202020·2020207b·0a202020·20202020········{.·······
5724 ··0x001cb590·6e64223a·20227661·6c756522·2c0a2020·nd":·"value",.··5724 ··0x001cb590·20202020·20226b69·6e64223a·20227661······"kind":·"va
5725 ··0x001cb5a0·20202020·20202020·2020226e·616d6522···········"name"5725 ··0x001cb5a0·6c756522·2c0a2020·20202020·20202020·lue",.··········
5726 ··0x001cb5b0·3a20224d·485f4d41·4749435f·3634222c·:·"MH_MAGIC_64",5726 ··0x001cb5b0·2020226e·616d6522·3a20224d·41434849···"name":·"MACHI
5727 ··0x001cb5c0·0a202020·20202020·20202020·2022646f·.············"do5727 ··0x001cb5c0·4e455f41·4d443634·222c0a20·20202020·NE_AMD64",.·····
5728 ··0x001cb5d0·63756d65·6e746174·696f6e22·3a202222·cumentation":·""5728 ··0x001cb5d0·20202020·20202022·646f6375·6d656e74········"document
5729 ··0x001cb5e0·2c0a2020·20202020·20202020·20202274·,.············"t5729 ··0x001cb5e0·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····
5730 ··0x001cb5f0·79706522·3a202269·220a2020·20202020·ype":·"i".······5730 ··0x001cb5f0·20202020·20202020·22747970·65223a20·········"type":·
5731 ··0x001cb600·20207d2c·0a202020·20202020·207b0a20···},.········{.·5731 ··0x001cb600·2269220a·20202020·20202020·7d2c0a20·"i".········},.·
5732 ··0x001cb610·20202020·20202020·20202022·6b696e64············"kind5732 ··0x001cb610·20202020·2020207b·0a202020·20202020········{.·······
5733 ··0x001cb620·223a2022·76616c75·65222c0a·20202020·":·"value",.····5733 ··0x001cb620·20202020·20226b69·6e64223a·20227661······"kind":·"va
5734 ··0x001cb630·20202020·20202020·226e616d·65223a20·········"name":·5734 ··0x001cb630·6c756522·2c0a2020·20202020·20202020·lue",.··········
5735 ··0x001cb640·224d485f·43494741·4d5f3634·222c0a20·"MH_CIGAM_64",.·5735 ··0x001cb640·2020226e·616d6522·3a20224d·41434849···"name":·"MACHI
5736 ··0x001cb650·20202020·20202020·20202022·646f6375············"docu5736 ··0x001cb650·4e455f41·524d222c·0a202020·20202020·NE_ARM",.·······
5737 ··0x001cb660·6d656e74·6174696f·6e223a20·22222c0a·mentation":·"",.5737 ··0x001cb660·20202020·2022646f·63756d65·6e746174······"documentat
5738 ··0x001cb670·20202020·20202020·20202020·22747970·············"typ5738 ··0x001cb670·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······
5739 ··0x001cb680·65223a20·2269220a·20202020·20202020·e":·"i".········5739 ··0x001cb680·20202020·20202274·79706522·3a202269·······"type":·"i
5740 ··0x001cb690·7d2c0a20·20202020·2020207b·0a202020·},.········{.···5740 ··0x001cb690·220a2020·20202020·20207d2c·0a202020·".········},.···
5741 ··0x001cb6a0·20202020·20202020·20226b69·6e64223a··········"kind":5741 ··0x001cb6a0·20202020·207b0a20·20202020·20202020······{.·········
5742 ··0x001cb6b0·20227661·6c756522·2c0a2020·20202020··"value",.······5742 ··0x001cb6b0·20202022·6b696e64·223a2022·76616c75····"kind":·"valu
5743 ··0x001cb6c0·20202020·2020226e·616d6522·3a202246·······"name":·"F5743 ··0x001cb6c0·65222c0a·20202020·20202020·20202020·e",.············
5744 ··0x001cb6d0·41545f4d·41474943·222c0a20·20202020·AT_MAGIC",.·····5744 ··0x001cb6d0·226e616d·65223a20·224d4143·48494e45·"name":·"MACHINE
5745 ··0x001cb6e0·20202020·20202022·646f6375·6d656e74········"document5745 ··0x001cb6e0·5f41524d·4e54222c·0a202020·20202020·_ARMNT",.·······
5746 ··0x001cb6f0·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····5746 ··0x001cb6f0·20202020·2022646f·63756d65·6e746174······"documentat
5747 ··0x001cb700·20202020·20202020·22747970·65223a20·········"type":·5747 ··0x001cb700·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······
5748 ··0x001cb710·2269220a·20202020·20202020·7d2c0a20·"i".········},.·5748 ··0x001cb710·20202020·20202274·79706522·3a202269·······"type":·"i
5749 ··0x001cb720·20202020·2020207b·0a202020·20202020········{.·······5749 ··0x001cb720·220a2020·20202020·20207d2c·0a202020·".········},.···
5750 ··0x001cb730·20202020·20226b69·6e64223a·20227661······"kind":·"va5750 ··0x001cb730·20202020·207b0a20·20202020·20202020······{.·········
5751 ··0x001cb740·6c756522·2c0a2020·20202020·20202020·lue",.··········5751 ··0x001cb740·20202022·6b696e64·223a2022·76616c75····"kind":·"valu
5752 ··0x001cb750·2020226e·616d6522·3a202246·41545f43···"name":·"FAT_C5752 ··0x001cb750·65222c0a·20202020·20202020·20202020·e",.············
5753 ··0x001cb760·4947414d·222c0a20·20202020·20202020·IGAM",.·········5753 ··0x001cb760·226e616d·65223a20·224d4143·48494e45·"name":·"MACHINE
5754 ··0x001cb770·20202022·646f6375·6d656e74·6174696f····"documentatio5754 ··0x001cb770·5f41524d·3634222c·0a202020·20202020·_ARM64",.·······
5755 ··0x001cb780·6e223a20·22222c0a·20202020·20202020·n":·"",.········5755 ··0x001cb780·20202020·2022646f·63756d65·6e746174······"documentat
5756 ··0x001cb790·20202020·22747970·65223a20·2269220a·····"type":·"i".5756 ··0x001cb790·696f6e22·3a202222·2c0a2020·20202020·ion":·"",.······
5757 ··0x001cb7a0·20202020·20202020·7d2c0a20·20202020·········},.·····5757 ··0x001cb7a0·20202020·20202274·79706522·3a202269·······"type":·"i
5758 ··0x001cb7b0·2020207b·0a202020·20202020·20202020····{.···········5758 ··0x001cb7b0·220a2020·20202020·20207d2c·0a202020·".········},.···
5759 ··0x001cb7c0·20226b69·6e64223a·20227661·6c756522··"kind":·"value"5759 ··0x001cb7c0·20202020·207b0a20·20202020·20202020······{.·········
5760 ··0x001cb7d0·2c0a2020·20202020·20202020·2020226e·,.············"n5760 ··0x001cb7d0·20202022·6b696e64·223a2022·76616c75····"kind":·"valu
5761 ··0x001cb7e0·616d6522·3a202246·41545f4d·41474943·ame":·"FAT_MAGIC5761 ··0x001cb7e0·65222c0a·20202020·20202020·20202020·e",.············
5762 ··0x001cb7f0·5f363422·2c0a2020·20202020·20202020·_64",.··········5762 ··0x001cb7f0·226e616d·65223a20·224d4143·48494e45·"name":·"MACHINE
5763 ··0x001cb800·20202264·6f63756d·656e7461·74696f6e···"documentation5763 ··0x001cb800·5f454243·222c0a20·20202020·20202020·_EBC",.·········
5764 ··0x001cb810·223a2022·222c0a20·20202020·20202020·":·"",.·········5764 ··0x001cb810·20202022·646f6375·6d656e74·6174696f····"documentatio
5765 ··0x001cb820·20202022·74797065·223a2022·69220a20····"type":·"i".·5765 ··0x001cb820·6e223a20·22222c0a·20202020·20202020·n":·"",.········
5766 ··0x001cb830·20202020·2020207d·2c0a2020·20202020········},.······5766 ··0x001cb830·20202020·22747970·65223a20·2269220a·····"type":·"i".
5767 ··0x001cb840·20207b0a·20202020·20202020·20202020···{.············5767 ··0x001cb840·20202020·20202020·7d2c0a20·20202020·········},.·····
5768 ··0x001cb850·226b696e·64223a20·2276616c·7565222c·"kind":·"value",5768 ··0x001cb850·2020207b·0a202020·20202020·20202020····{.···········
5769 ··0x001cb860·0a202020·20202020·20202020·20226e61·.············"na5769 ··0x001cb860·20226b69·6e64223a·20227661·6c756522··"kind":·"value"
5770 ··0x001cb870·6d65223a·20224641·545f4349·47414d5f·me":·"FAT_CIGAM_5770 ··0x001cb870·2c0a2020·20202020·20202020·2020226e·,.············"n
5771 ··0x001cb880·3634222c·0a202020·20202020·20202020·64",.···········5771 ··0x001cb880·616d6522·3a20224d·41434849·4e455f49·ame":·"MACHINE_I
5772 ··0x001cb890·2022646f·63756d65·6e746174·696f6e22··"documentation"5772 ··0x001cb890·33383622·2c0a2020·20202020·20202020·386",.··········
5773 ··0x001cb8a0·3a202222·2c0a2020·20202020·20202020·:·"",.··········5773 ··0x001cb8a0·20202264·6f63756d·656e7461·74696f6e···"documentation
5774 ··0x001cb8b0·20202274·79706522·3a202269·220a2020···"type":·"i".··5774 ··0x001cb8b0·223a2022·222c0a20·20202020·20202020·":·"",.·········
5775 ··0x001cb8c0·20202020·20207d2c·0a202020·20202020·······},.·······5775 ··0x001cb8c0·20202022·74797065·223a2022·69220a20····"type":·"i".·
5776 ··0x001cb8d0·207b0a20·20202020·20202020·20202022··{.············"5776 ··0x001cb8d0·20202020·2020207d·2c0a2020·20202020········},.······
5777 ··0x001cb8e0·6b696e64·223a2022·76616c75·65222c0a·kind":·"value",.5777 ··0x001cb8e0·20207b0a·20202020·20202020·20202020···{.············
5778 ··0x001cb8f0·20202020·20202020·20202020·226e616d·············"nam5778 ··0x001cb8f0·226b696e·64223a20·2276616c·7565222c·"kind":·"value",
5779 ··0x001cb900·65223a20·22435055·5f415243·485f4142·e":·"CPU_ARCH_AB5779 ··0x001cb900·0a202020·20202020·20202020·20226e61·.············"na
5780 ··0x001cb910·49363422·2c0a2020·20202020·20202020·I64",.··········5780 ··0x001cb910·6d65223a·20224d41·4348494e·455f4941·me":·"MACHINE_IA
5781 ··0x001cb920·20202264·6f63756d·656e7461·74696f6e···"documentation5781 ··0x001cb920·3634222c·0a202020·20202020·20202020·64",.···········
5782 ··0x001cb930·223a2022·222c0a20·20202020·20202020·":·"",.·········5782 ··0x001cb930·2022646f·63756d65·6e746174·696f6e22··"documentation"
5783 ··0x001cb940·20202022·74797065·223a2022·69220a20····"type":·"i".·5783 ··0x001cb940·3a202222·2c0a2020·20202020·20202020·:·"",.··········
5784 ··0x001cb950·20202020·2020207d·2c0a2020·20202020········},.······5784 ··0x001cb950·20202274·79706522·3a202269·220a2020···"type":·"i".··
5785 ··0x001cb960·20207b0a·20202020·20202020·20202020···{.············5785 ··0x001cb960·20202020·20207d2c·0a202020·20202020·······},.·······
5786 ··0x001cb970·226b696e·64223a20·2276616c·7565222c·"kind":·"value",5786 ··0x001cb970·207b0a20·20202020·20202020·20202022··{.············"
5787 ··0x001cb980·0a202020·20202020·20202020·20226e61·.············"na5787 ··0x001cb980·6b696e64·223a2022·76616c75·65222c0a·kind":·"value",.
5788 ··0x001cb990·6d65223a·20224350·555f5355·42545950·me":·"CPU_SUBTYP5788 ··0x001cb990·20202020·20202020·20202020·226e616d·············"nam
5789 ··0x001cb9a0·455f4c49·42363422·2c0a2020·20202020·E_LIB64",.······5789 ··0x001cb9a0·65223a20·224d4143·48494e45·5f4d3332·e":·"MACHINE_M32
5790 ··0x001cb9b0·20202020·20202264·6f63756d·656e7461·······"documenta5790 ··0x001cb9b0·52222c0a·20202020·20202020·20202020·R",.············
5791 ··0x001cb9c0·74696f6e·223a2022·222c0a20·20202020·tion":·"",.·····5791 ··0x001cb9c0·22646f63·756d656e·74617469·6f6e223a·"documentation":
5792 ··0x001cb9d0·20202020·20202022·74797065·223a2022········"type":·"5792 ··0x001cb9d0·2022222c·0a202020·20202020·20202020··"",.···········
5793 ··0x001cb9e0·69220a20·20202020·2020207d·2c0a2020·i".········},.··5793 ··0x001cb9e0·20227479·7065223a·20226922·0a202020··"type":·"i".···
5794 ··0x001cb9f0·20202020·20207b0a·20202020·20202020·······{.········5794 ··0x001cb9f0·20202020·207d2c0a·20202020·20202020······},.········
5795 ··0x001cba00·20202020·226b696e·64223a20·2276616c·····"kind":·"val5795 ··0x001cba00·7b0a2020·20202020·20202020·2020226b·{.············"k
5796 ··0x001cba10·7565222c·0a202020·20202020·20202020·ue",.···········5796 ··0x001cba10·696e6422·3a202276·616c7565·222c0a20·ind":·"value",.·
5797 ··0x001cba20·20226e61·6d65223a·20224350·555f5459··"name":·"CPU_TY5797 ··0x001cba20·20202020·20202020·20202022·6e616d65············"name
5798 ··0x001cba30·50455f4d·43363830·5830222c·0a202020·PE_MC680X0",.···5798 ··0x001cba30·223a2022·4d414348·494e455f·4d495053·":·"MACHINE_MIPS
5799 ··0x001cba40·20202020·20202020·2022646f·63756d65··········"docume5799 ··0x001cba40·3136222c·0a202020·20202020·20202020·16",.···········
5800 ··0x001cba50·6e746174·696f6e22·3a202222·2c0a2020·ntation":·"",.··5800 ··0x001cba50·2022646f·63756d65·6e746174·696f6e22··"documentation"
5801 ··0x001cba60·20202020·20202020·20202274·79706522···········"type"5801 ··0x001cba60·3a202222·2c0a2020·20202020·20202020·:·"",.··········
5802 ··0x001cba70·3a202269·220a2020·20202020·20207d2c·:·"i".········},5802 ··0x001cba70·20202274·79706522·3a202269·220a2020···"type":·"i".··
5803 ··0x001cba80·0a202020·20202020·207b0a20·20202020·.········{.·····5803 ··0x001cba80·20202020·20207d2c·0a202020·20202020·······},.·······
5804 ··0x001cba90·20202020·20202022·6b696e64·223a2022········"kind":·"5804 ··0x001cba90·207b0a20·20202020·20202020·20202022··{.············"
5805 ··0x001cbaa0·76616c75·65222c0a·20202020·20202020·value",.········5805 ··0x001cbaa0·6b696e64·223a2022·76616c75·65222c0a·kind":·"value",.
5806 ··0x001cbab0·20202020·226e616d·65223a20·22435055·····"name":·"CPU5806 ··0x001cbab0·20202020·20202020·20202020·226e616d·············"nam
5807 ··0x001cbac0·5f545950·455f5838·36222c0a·20202020·_TYPE_X86",.····5807 ··0x001cbac0·65223a20·224d4143·48494e45·5f4d4950·e":·"MACHINE_MIP
5808 ··0x001cbad0·20202020·20202020·22646f63·756d656e·········"documen5808 ··0x001cbad0·53465055·222c0a20·20202020·20202020·SFPU",.·········
5809 ··0x001cbae0·74617469·6f6e223a·2022222c·0a202020·tation":·"",.···5809 ··0x001cbae0·20202022·646f6375·6d656e74·6174696f····"documentatio
5810 ··0x001cbaf0·20202020·20202020·20227479·7065223a··········"type":5810 ··0x001cbaf0·6e223a20·22222c0a·20202020·20202020·n":·"",.········
5811 ··0x001cbb00·20226922·0a202020·20202020·207d2c0a··"i".········},.5811 ··0x001cbb00·20202020·22747970·65223a20·2269220a·····"type":·"i".
5812 ··0x001cbb10·20202020·20202020·7b0a2020·20202020·········{.······5812 ··0x001cbb10·20202020·20202020·7d2c0a20·20202020·········},.·····
5813 ··0x001cbb20·20202020·2020226b·696e6422·3a202276·······"kind":·"v5813 ··0x001cbb20·2020207b·0a202020·20202020·20202020····{.···········
5814 ··0x001cbb30·616c7565·222c0a20·20202020·20202020·alue",.·········5814 ··0x001cbb30·20226b69·6e64223a·20227661·6c756522··"kind":·"value"
5815 ··0x001cbb40·20202022·6e616d65·223a2022·4350555f····"name":·"CPU_5815 ··0x001cbb40·2c0a2020·20202020·20202020·2020226e·,.············"n
5816 ··0x001cbb50·54595045·5f493338·36222c0a·20202020·TYPE_I386",.····5816 ··0x001cbb50·616d6522·3a20224d·41434849·4e455f4d·ame":·"MACHINE_M
5817 ··0x001cbb60·20202020·20202020·22646f63·756d656e·········"documen5817 ··0x001cbb60·49505346·50553136·222c0a20·20202020·IPSFPU16",.·····
5818 ··0x001cbb70·74617469·6f6e223a·2022222c·0a202020·tation":·"",.···5818 ··0x001cbb70·20202020·20202022·646f6375·6d656e74········"document
5819 ··0x001cbb80·20202020·20202020·20227479·7065223a··········"type":5819 ··0x001cbb80·6174696f·6e223a20·22222c0a·20202020·ation":·"",.····
5820 ··0x001cbb90·20226922·0a202020·20202020·207d2c0a··"i".········},.5820 ··0x001cbb90·20202020·20202020·22747970·65223a20·········"type":·
5821 ··0x001cbba0·20202020·20202020·7b0a2020·20202020·········{.······5821 ··0x001cbba0·2269220a·20202020·20202020·7d2c0a20·"i".········},.·
Max diff block lines reached; 1754730/1977468 bytes (88.74%) of diff not shown.
1.3 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 11461, 16 lines modifiedOffset 11461, 16 lines modified
11461 ··0x0023a380·2b000000·00410e08·83024e0e·104d0e18·+....A....N..M..11461 ··0x0023a380·2b000000·00410e08·83024e0e·104d0e18·+....A....N..M..
11462 ··0x0023a390·410e1c41·0e20480e·10430e08·41c30e04·A..A.·H..C..A...11462 ··0x0023a390·410e1c41·0e20480e·10430e08·41c30e04·A..A.·H..C..A...
11463 ··0x0023a3a0·40000000·ac920200·a8a1f4ff·8c060000·@...............11463 ··0x0023a3a0·40000000·ac920200·a8a1f4ff·8c060000·@...............
11464 ··0x0023a3b0·04892901·00410e08·8502420d·05438703·..)..A....B..C..11464 ··0x0023a3b0·04892901·00410e08·8502420d·05438703·..)..A....B..C..
11465 ··0x0023a3c0·86048305·0302012e·10033802·2e20038d·..........8..·..11465 ··0x0023a3c0·86048305·0302012e·10033802·2e20038d·..........8..·..
11466 ··0x0023a3d0·010ac341·c641c741·c50c0404·480b0286·...A.A.A....H...11466 ··0x0023a3d0·010ac341·c641c741·c50c0404·480b0286·...A.A.A....H...
11467 ··0x0023a3e0·2e100000·3c000000·f0920200·f4a7f4ff·....<...........11467 ··0x0023a3e0·2e100000·3c000000·f0920200·f4a7f4ff·....<...........
11468 ··0x0023a3f0·5f270000·04732901·00410e08·85024c0d·_'...s)..A....L.11468 ··0x0023a3f0·5f270000·04732901·00410e08·8502470d·_'...s)..A....G.
11469 ··0x0023a400·05418703·4c860447·8305025c·2e1003d1·.A..L..G...\....11469 ··0x0023a400·05418703·4c860447·8305025f·2e1003d3·.A..L..G..._....
11470 ··0x0023a410·0f2e0003·ea040ac3·41c641c7·41c50c04·........A.A.A...11470 ··0x0023a410·0f2e0003·ea040ac3·41c641c7·41c50c04·........A.A.A...
11471 ··0x0023a420·04450b00·5c000000·c8cc0200·14cff4ff·.E..\...........11471 ··0x0023a420·04450b00·5c000000·c8cc0200·14cff4ff·.E..\...........
11472 ··0x0023a430·81000000·00410e08·8502410e·0c870341·.....A....A....A11472 ··0x0023a430·81000000·00410e08·8502410e·0c870341·.....A....A....A
11473 ··0x0023a440·0e108604·410e1483·054e0e20·5e0e2844·....A....N.·^.(D11473 ··0x0023a440·0e108604·410e1483·054e0e20·5e0e2844·....A....N.·^.(D
11474 ··0x0023a450·0e2c410e·30480e20·4f0e2844·0e2c410e·.,A.0H.·O.(D.,A.11474 ··0x0023a450·0e2c410e·30480e20·4f0e2844·0e2c410e·.,A.0H.·O.(D.,A.
11475 ··0x0023a460·30480e20·540e2843·0e2c410e·30480e20·0H.·T.(C.,A.0H.·11475 ··0x0023a460·30480e20·540e2843·0e2c410e·30480e20·0H.·T.(C.,A.0H.·
11476 ··0x0023a470·430e1441·c30e1041·c60e0c41·c70e0841·C..A...A...A...A11476 ··0x0023a470·430e1441·c30e1041·c60e0c41·c70e0841·C..A...A...A...A
1.71 KB
readelf --wide --decompress --hex-dump=.gcc_except_table {}
    
Offset 3047, 19 lines modifiedOffset 3047, 19 lines modified
3047 ··0x0024ccfc·e60a00f7·0505e60a·00c80a19·e60a00ff·................3047 ··0x0024ccfc·e60a00f7·0505e60a·00c80a19·e60a00ff·................
3048 ··0x0024cd0c·ff01044c·050000ff·ff010b93·0105e001·...L............3048 ··0x0024cd0c·ff01044c·050000ff·ff010b93·0105e001·...L............
3049 ··0x0024cd1c·00eb0105·0000ffff·010c8401·05c00b00·................3049 ··0x0024cd1c·00eb0105·0000ffff·010c8401·05c00b00·................
3050 ··0x0024cd2c·9b0305b9·0b00ffff·01042f05·0000ffff·........../.....3050 ··0x0024cd2c·9b0305b9·0b00ffff·01042f05·0000ffff·........../.....
3051 ··0x0024cd3c·01285305·00008802·05e60b00·bb0205fa·.(S.............3051 ··0x0024cd3c·01285305·00008802·05e60b00·bb0205fa·.(S.............
3052 ··0x0024cd4c·0b00bf04·05ee0b00·870545f6·0b00c006·..........E.....3052 ··0x0024cd4c·0b00bf04·05ee0b00·870545f6·0b00c006·..........E.....
3053 ··0x0024cd5c·a304ea0b·00870d05·00000000·ff9b7501·..............u.3053 ··0x0024cd5c·a304ea0b·00870d05·00000000·ff9b7501·..............u.
3054 ··0x0024cd6c·6a7d05be·4900c303·059f4c00·ff0505a8·j}..I.....L.....3054 ··0x0024cd6c·6a7b05be·4900c103·059f4c00·fd0505a8·j{..I.....L.....
3055 ··0x0024cd7c·4900b208·05ee4900·e50a05bf·4400a40d·I.....I.....D...3055 ··0x0024cd7c·4900b008·05ee4900·ea0a05bf·4400a90d·I.....I.....D...
3056 ··0x0024cd8c·05e74c00·d70f059a·49009612·05af4d00·..L.....I.....M.3056 ··0x0024cd8c·05e74c00·e60f059a·49009912·05af4d00·..L.....I.....M.
3057 ··0x0024cd9c·d21405b7·49008f17·05ca4900·ce1905a1·....I.....I.....3057 ··0x0024cd9c·d31405b7·49008f17·05ca4900·ce1905a1·....I.....I.....
3058 ··0x0024cdac·4900881c·05bd4a00·a41e05af·49009420·I.....J.....I..·3058 ··0x0024cdac·49008d1c·05bd4a00·a41e05af·49009420·I.....J.....I..·
3059 ··0x0024cdbc·05bb4400·ce2005c5·4901e420·05b54a01·..D..·..I..·..J.3059 ··0x0024cdbc·05bb4400·ce2005c5·4901e420·05b54a01·..D..·..I..·..J.
3060 ··0x0024cdcc·9a4c0500·00894e05·d84e0001·00000000·.L....N..N......3060 ··0x0024cdcc·9a4c0500·00894e05·d84e0001·00000000·.L....N..N......
3061 ··0x0024cddc·00000000·ffff0100·ffff0109·6b050000·............k...3061 ··0x0024cddc·00000000·ffff0100·ffff0109·6b050000·............k...
3062 ··0x0024cdec·c6060500·00ffff01·1fa901b5·018f1700·................3062 ··0x0024cdec·c6060500·00ffff01·1fa901b5·018f1700·................
3063 ··0x0024cdfc·8f078a01·8f1700f4·0d059317·00d81205·................3063 ··0x0024cdfc·8f078a01·8f1700f4·0d059317·00d81205·................
3064 ··0x0024ce0c·9317009b·17050000·ffff0100·ffff0100·................3064 ··0x0024ce0c·9317009b·17050000·ffff0100·ffff0100·................
3065 ··0x0024ce1c·ffff0109·5f050000·b0040500·00ffff01·...._...........3065 ··0x0024ce1c·ffff0109·5f050000·b0040500·00ffff01·...._...........
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·31383335·63303137·37393537·62663833·1835c0177957bf83 
3 ··0x00000010·31363864·38373666·66323431·30623236·168d876ff2410b262 ··0x00000000·30323763·38346130·64663633·64663463·027c84a0df63df4c
 3 ··0x00000010·65363564·31366635·37306237·36393333·e65d16f570b76933
4 ··0x00000020·33303166·32662e64·65627567·00000000·301f2f.debug....4 ··0x00000020·62356366·62342e64·65627567·00000000·b5cfb4.debug....
5 ··0x00000030·c983889e····························....5 ··0x00000030·647e96bb····························d~..
  
1.97 KB
python3-yaramod_3.21.0-1.1_i386.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·····1028·2024-07-03·21:18:46.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1028·2024-07-03·21:18:46.000000·control.tar.xz
3 -rw-r--r--···0········0········0···429144·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0···429880·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.44 KB
data.tar.xz
1.42 KB
data.tar
1.41 KB
./usr/lib/python3/dist-packages/yaramod.cpython-312-i386-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:·91e6b6d41a3126c4c9400147d3ba342ae8bca8553 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·f025d494ba9993248635146b86a42242fd2f2c54
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·65366236·64343161·33313236·63346339·e6b6d41a3126c4c9 
3 ··0x00000010·34303031·34376433·62613334·32616538·400147d3ba342ae82 ··0x00000000·32356434·39346261·39393933·32343836·25d494ba99932486
 3 ··0x00000010·33353134·36623836·61343232·34326664·35146b86a42242fd
4 ··0x00000020·62636138·35352e64·65627567·00000000·bca855.debug....4 ··0x00000020·32663263·35342e64·65627567·00000000·2f2c54.debug....
5 ··0x00000030·5dec96c6····························]...5 ··0x00000030·e7438ff6····························.C..
  
46.3 MB
libyaramod0-dbgsym_3.21.0-1.1_i386.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······532·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·12396492·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0·12396284·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:·129907 Installed-Size:·12990
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:·d61835c0177957bf83168d876ff2410b26301f2f13 Build-Ids:·8a027c84a0df63df4ce65d16f570b76933b5cfb4
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/d6/1835c0177957bf83168d876ff2410b26301f2f.debug1 usr/lib/debug/.build-id/8a/027c84a0df63df4ce65d16f570b76933b5cfb4.debug
46.3 MB
data.tar.xz
46.3 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/d6/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/8a/
7 -rw-r--r--···0·root·········(0)·root·········(0)·13290868·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/d6/1835c0177957bf83168d876ff2410b26301f2f.debug7 -rw-r--r--···0·root·········(0)·root·········(0)·13290892·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/8a/027c84a0df63df4ce65d16f570b76933b5cfb4.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
46.3 MB
./usr/lib/debug/.build-id/d6/1835c0177957bf83168d876ff2410b26301f2f.debug vs.
./usr/lib/debug/.build-id/8a/027c84a0df63df4ce65d16f570b76933b5cfb4.debug
File has been modified after NT_GNU_BUILD_ID has been applied. Files 4% similar despite different names
866 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:···························Intel·803869 ··Machine:···························Intel·80386
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0x011 ··Entry·point·address:···············0x0
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········13289388·(bytes·into·file)13 ··Start·of·section·headers:··········13289412·(bytes·into·file)
14 ··Flags:·····························0x014 ··Flags:·····························0x0
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········917 ··Number·of·program·headers:·········9
18 ··Size·of·section·headers:···········40·(bytes)18 ··Size·of·section·headers:···········40·(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.22 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·37·section·headers,·starting·at·offset·0xcac7ac:1 There·are·37·section·headers,·starting·at·offset·0xcac7c4:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············00000000·000000·000000·00······0···0··04 ··[·0]···················NULL············00000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·006280·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·006280·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········000063f8·000178·00d460·10···A··4···1··47 ··[·3]·.dynsym···········NOBITS··········000063f8·000178·00d460·10···A··4···1··4
Offset 24, 23 lines modifiedOffset 24, 23 lines modified
24 ··[19]·.fini_array·······NOBITS··········0024f7dc·0007d4·000004·04··WA··0···0··424 ··[19]·.fini_array·······NOBITS··········0024f7dc·0007d4·000004·04··WA··0···0··4
25 ··[20]·.data.rel.ro······NOBITS··········0024f7e0·0007d4·0034f8·00··WA··0···0·3225 ··[20]·.data.rel.ro······NOBITS··········0024f7e0·0007d4·0034f8·00··WA··0···0·32
26 ··[21]·.dynamic··········NOBITS··········00252cd8·0007d4·000118·08··WA··4···0··426 ··[21]·.dynamic··········NOBITS··········00252cd8·0007d4·000118·08··WA··4···0··4
27 ··[22]·.got··············NOBITS··········00252df0·0007d4·001204·04··WA··0···0··427 ··[22]·.got··············NOBITS··········00252df0·0007d4·001204·04··WA··0···0··4
28 ··[23]·.data·············NOBITS··········00254000·0007d4·000014·00··WA··0···0··428 ··[23]·.data·············NOBITS··········00254000·0007d4·000014·00··WA··0···0··4
29 ··[24]·.bss··············NOBITS··········00254018·0007d4·00002c·00··WA··0···0··829 ··[24]·.bss··············NOBITS··········00254018·0007d4·00002c·00··WA··0···0··8
30 ··[25]·.comment··········PROGBITS········00000000·000178·00001e·01··MS··0···0··130 ··[25]·.comment··········PROGBITS········00000000·000178·00001e·01··MS··0···0··1
31 ··[26]·.debug_aranges····PROGBITS········00000000·000198·001da5·00···C··0···0··431 ··[26]·.debug_aranges····PROGBITS········00000000·000198·001da8·00···C··0···0··4
32 ··[27]·.debug_info·······PROGBITS········00000000·001f40·834eea·00···C··0···0··432 ··[27]·.debug_info·······PROGBITS········00000000·001f40·834ef0·00···C··0···0··4
33 ··[28]·.debug_abbrev·····PROGBITS········00000000·836e2c·00998e·00···C··0···0··433 ··[28]·.debug_abbrev·····PROGBITS········00000000·836e30·00998e·00···C··0···0··4
34 ··[29]·.debug_line·······PROGBITS········00000000·8407bc·08747b·00···C··0···0··434 ··[29]·.debug_line·······PROGBITS········00000000·8407c0·087479·00···C··0···0··4
35 ··[30]·.debug_str········PROGBITS········00000000·8c7c38·144082·01·MSC··0···0··435 ··[30]·.debug_str········PROGBITS········00000000·8c7c3c·144082·01·MSC··0···0··4
36 ··[31]·.debug_line_str···PROGBITS········00000000·a0bcbc·000734·01·MSC··0···0··436 ··[31]·.debug_line_str···PROGBITS········00000000·a0bcc0·000736·01·MSC··0···0··4
37 ··[32]·.debug_loclists···PROGBITS········00000000·a0c3f0·194812·00···C··0···0··437 ··[32]·.debug_loclists···PROGBITS········00000000·a0c3f8·194816·00···C··0···0··4
38 ··[33]·.debug_rnglists···PROGBITS········00000000·ba0c04·056688·00···C··0···0··438 ··[33]·.debug_rnglists···PROGBITS········00000000·ba0c10·056692·00···C··0···0··4
39 ··[34]·.symtab···········SYMTAB··········00000000·bf728c·018ec0·10·····35·2983··439 ··[34]·.symtab···········SYMTAB··········00000000·bf72a4·018ec0·10·····35·2983··4
40 ··[35]·.strtab···········STRTAB··········00000000·c1014c·09c4e9·00······0···0··140 ··[35]·.strtab···········STRTAB··········00000000·c10164·09c4e9·00······0···0··1
41 ··[36]·.shstrtab·········STRTAB··········00000000·cac635·000175·00······0···0··141 ··[36]·.shstrtab·········STRTAB··········00000000·cac64d·000175·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),·p·(processor·specific)46 ··R·(retain),·D·(mbind),·p·(processor·specific)
4.28 KB
readelf --wide --symbols {}
    
Offset 2641, 27 lines modifiedOffset 2641, 27 lines modified
2641 ··2637:·00180850···156·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_nodeEjRS7_j.isra.02641 ··2637:·00180850···156·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_nodeEjRS7_j.isra.0
2642 ··2638:·000919be···204·FUNC····LOCAL··DEFAULT···12·_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_.constprop.02642 ··2638:·000919be···204·FUNC····LOCAL··DEFAULT···12·_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_.constprop.0
2643 ··2639:·001808f0···329·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_.isra.02643 ··2639:·001808f0···329·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_.isra.0
2644 ··2640:·00180a40···717·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E.isra.02644 ··2640:·00180a40···717·FUNC····LOCAL··DEFAULT···12·_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7yaramod6ModuleEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E.isra.0
2645 ··2641:·00180d10··1390·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.02645 ··2641:·00180d10··1390·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
2646 ··2642:·00091a8a····86·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.cold2646 ··2642:·00091a8a····86·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
2647 ··2643:·00091ae0····57·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod10ModulePool10getModulesB5cxx11Ev.cold2647 ··2643:·00091ae0····57·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod10ModulePool10getModulesB5cxx11Ev.cold
2648 ··2644:·001f26e0·77360·OBJECT··LOCAL··DEFAULT···14·C.2.02648 ··2644:·00203f40··5569·OBJECT··LOCAL··DEFAULT···14·C.2.0
2649 ··2645:·001f05a0··8500·OBJECT··LOCAL··DEFAULT···14·C.22.12649 ··2645:·001ff2a0·19589·OBJECT··LOCAL··DEFAULT···14·C.22.1
2650 ··2646:·001e8e20·30578·OBJECT··LOCAL··DEFAULT···14·C.23.22650 ··2646:·001f7b20·30578·OBJECT··LOCAL··DEFAULT···14·C.23.2
2651 ··2647:·001e7840··5569·OBJECT··LOCAL··DEFAULT···14·C.24.32651 ··2647:·001f3a20·16610·OBJECT··LOCAL··DEFAULT···14·C.24.3
2652 ··2648:·001e7660···462·OBJECT··LOCAL··DEFAULT···14·C.25.42652 ··2648:·001f36e0···826·OBJECT··LOCAL··DEFAULT···14·C.25.4
2653 ··2649:·001e29c0·19589·OBJECT··LOCAL··DEFAULT···14·C.26.52653 ··2649:·001f2e60··2162·OBJECT··LOCAL··DEFAULT···14·C.26.5
2654 ··2650:·001de8c0·16610·OBJECT··LOCAL··DEFAULT···14·C.27.62654 ··2650:·001f1e40··4113·OBJECT··LOCAL··DEFAULT···14·C.27.6
2655 ··2651:·001de040··2162·OBJECT··LOCAL··DEFAULT···14·C.28.72655 ··2651:·001f1c60···462·OBJECT··LOCAL··DEFAULT···14·C.28.7
2656 ··2652:·001d7420·27655·OBJECT··LOCAL··DEFAULT···14·C.29.82656 ··2652:·001e72c0·43418·OBJECT··LOCAL··DEFAULT···14·C.29.8
2657 ··2653:·001d6400··4113·OBJECT··LOCAL··DEFAULT···14·C.30.92657 ··2653:·001e06a0·27655·OBJECT··LOCAL··DEFAULT···14·C.30.9
2658 ··2654:·001d6100···745·OBJECT··LOCAL··DEFAULT···14·C.31.102658 ··2654:·001de560··8500·OBJECT··LOCAL··DEFAULT···14·C.31.10
2659 ··2655:·001d5dc0···826·OBJECT··LOCAL··DEFAULT···14·C.32.112659 ··2655:·001de260···745·OBJECT··LOCAL··DEFAULT···14·C.32.11
2660 ··2656:·001cb420·43418·OBJECT··LOCAL··DEFAULT···14·C.33.122660 ··2656:·001cb420·77360·OBJECT··LOCAL··DEFAULT···14·C.33.12
2661 ··2657:·00091b1a···658·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold2661 ··2657:·00091b1a···658·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool12_processPathENSt10filesystem7__cxx114pathE.cold
2662 ··2658:·00091dac···752·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE.cold2662 ··2658:·00091dac···752·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool21_processModuleContentERKNS_13ModuleContentE.cold
2663 ··2659:·0009209c··1870·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool5_initERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold2663 ··2659:·0009209c··1870·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePool5_initERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold
2664 ··2660:·000927ea····72·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePoolC2ENS_8FeaturesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold2664 ··2660:·000927ea····72·FUNC····LOCAL··DEFAULT···12·_ZN7yaramod10ModulePoolC2ENS_8FeaturesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.cold
2665 ··2661:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·plain_string.cpp2665 ··2661:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·plain_string.cpp
2666 ··2662:·00205580····32·OBJECT··LOCAL··DEFAULT···14·C.33.02666 ··2662:·00205580····32·OBJECT··LOCAL··DEFAULT···14·C.33.0
2667 ··2663:·00092832···210·FUNC····LOCAL··DEFAULT···12·_ZNK7yaramod11PlainString7getTextB5cxx11Ev.cold2667 ··2663:·00092832···210·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:·d61835c0177957bf83168d876ff2410b26301f2f3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·8a027c84a0df63df4ce65d16f570b76933b5cfb4
23.9 MB
readelf --wide --debug-dump=rawline {}
    
Offset 135, 15 lines modifiedOffset 135, 15 lines modified
135 ··82»     (udata)»      4»     (line_strp)»  (offset:·0x5c5):·cmath135 ··82»     (udata)»      4»     (line_strp)»  (offset:·0x5c5):·cmath
136 ··83»     (udata)»      2»     (line_strp)»  (offset:·0x5cb):·ptr_traits.h136 ··83»     (udata)»      2»     (line_strp)»  (offset:·0x5cb):·ptr_traits.h
137 ··84»     (udata)»      2»     (line_strp)»  (offset:·0x5d8):·functexcept.h137 ··84»     (udata)»      2»     (line_strp)»  (offset:·0x5d8):·functexcept.h
138 ··85»     (udata)»      2»     (line_strp)»  (offset:·0x5e6):·basic_ios.tcc138 ··85»     (udata)»      2»     (line_strp)»  (offset:·0x5e6):·basic_ios.tcc
139 ··86»     (udata)»      2»     (line_strp)»  (offset:·0x5f4):·ostream_insert.h139 ··86»     (udata)»      2»     (line_strp)»  (offset:·0x5f4):·ostream_insert.h
140 ··87»     (udata)»      2»     (line_strp)»  (offset:·0x605):·predefined_ops.h140 ··87»     (udata)»      2»     (line_strp)»  (offset:·0x605):·predefined_ops.h
141 ··88»     (udata)»      6»     (line_strp)»  (offset:·0x616):·concurrence.h141 ··88»     (udata)»      6»     (line_strp)»  (offset:·0x616):·concurrence.h
142 ··89»     (udata)»      12»    (line_strp)» (offset:·0x1055):·types.h142 ··89»     (udata)»      12»    (line_strp)» (offset:·0x1057):·types.h
143 ··90»     (udata)»      12»    (line_strp)» (offset:·0x624):·stdint-intn.h143 ··90»     (udata)»      12»    (line_strp)» (offset:·0x624):·stdint-intn.h
144 ··91»     (udata)»      12»    (line_strp)» (offset:·0x632):·stdint-uintn.h144 ··91»     (udata)»      12»    (line_strp)» (offset:·0x632):·stdint-uintn.h
145 ··92»     (udata)»      12»    (line_strp)» (offset:·0x641):·stdint-least.h145 ··92»     (udata)»      12»    (line_strp)» (offset:·0x641):·stdint-least.h
146 ··93»     (udata)»      13»    (line_strp)» (offset:·0x650):·stdint.h146 ··93»     (udata)»      13»    (line_strp)» (offset:·0x650):·stdint.h
147 ··94»     (udata)»      14»    (line_strp)» (offset:·0x659):·stddef.h147 ··94»     (udata)»      14»    (line_strp)» (offset:·0x659):·stddef.h
148 ··95»     (udata)»      14»    (line_strp)» (offset:·0x662):·stdarg.h148 ··95»     (udata)»      14»    (line_strp)» (offset:·0x662):·stdarg.h
149 ··96»     (udata)»      15»    (line_strp)» (offset:·0x66b):·wint_t.h149 ··96»     (udata)»      15»    (line_strp)» (offset:·0x66b):·wint_t.h
Offset 151292, 15 lines modifiedOffset 151292, 15 lines modified
151292 ··54»     (udata)»      14»    (line_strp)» (offset:·0xb1a):·trie.h151292 ··54»     (udata)»      14»    (line_strp)» (offset:·0xb1a):·trie.h
151293 ··55»     (udata)»      3»     (line_strp)»  (offset:·0xb21):·stl_map.h151293 ··55»     (udata)»      3»     (line_strp)»  (offset:·0xb21):·stl_map.h
151294 ··56»     (udata)»      6»     (line_strp)»  (offset:·0xb2b):·grammar.h151294 ··56»     (udata)»      6»     (line_strp)»  (offset:·0xb2b):·grammar.h
151295 ··57»     (udata)»      3»     (line_strp)»  (offset:·0xb35):·std_function.h151295 ··57»     (udata)»      3»     (line_strp)»  (offset:·0xb35):·std_function.h
151296 ··58»     (udata)»      6»     (line_strp)»  (offset:·0xb44):·parser.h151296 ··58»     (udata)»      6»     (line_strp)»  (offset:·0xb44):·parser.h
151297 ··59»     (udata)»      6»     (line_strp)»  (offset:·0xb4d):·parser_report.h151297 ··59»     (udata)»      6»     (line_strp)»  (offset:·0xb4d):·parser_report.h
151298 ··60»     (udata)»      6»     (line_strp)»  (offset:·0xb5d):·token_builder.h151298 ··60»     (udata)»      6»     (line_strp)»  (offset:·0xb5d):·token_builder.h
151299 ··61»     (udata)»      6»     (line_strp)»  (offset:·0xf5f):·rule_builder.h151299 ··61»     (udata)»      6»     (line_strp)»  (offset:·0xf61):·rule_builder.h
151300 ··62»     (udata)»      6»     (line_strp)»  (offset:·0xb6d):·parsing_table.h151300 ··62»     (udata)»      6»     (line_strp)»  (offset:·0xb6d):·parsing_table.h
151301 ··63»     (udata)»      6»     (line_strp)»  (offset:·0xb7d):·automaton.h151301 ··63»     (udata)»      6»     (line_strp)»  (offset:·0xb7d):·automaton.h
151302 ··64»     (udata)»      6»     (line_strp)»  (offset:·0xb89):·tokenizer.h151302 ··64»     (udata)»      6»     (line_strp)»  (offset:·0xb89):·tokenizer.h
151303 ··65»     (udata)»      6»     (line_strp)»  (offset:·0x3d7):·token.h151303 ··65»     (udata)»      6»     (line_strp)»  (offset:·0x3d7):·token.h
151304 ··66»     (udata)»      13»    (line_strp)» (offset:·0xb95):·parser_driver.h151304 ··66»     (udata)»      13»    (line_strp)» (offset:·0xb95):·parser_driver.h
151305 ··67»     (udata)»      13»    (line_strp)» (offset:·0xba5):·file_context.h151305 ··67»     (udata)»      13»    (line_strp)» (offset:·0xba5):·file_context.h
151306 ··68»     (udata)»      3»     (line_strp)»  (offset:·0x43f):·vector.tcc151306 ··68»     (udata)»      3»     (line_strp)»  (offset:·0x43f):·vector.tcc
Offset 151368, 15 lines modifiedOffset 151368, 15 lines modified
151368 ··130»    (udata)»     8»    (line_strp)» (offset:·0xc77):·ratio151368 ··130»    (udata)»     8»    (line_strp)» (offset:·0xc77):·ratio
151369 ··131»    (udata)»     3»    (line_strp)» (offset:·0x5d8):·functexcept.h151369 ··131»    (udata)»     3»    (line_strp)» (offset:·0x5d8):·functexcept.h
151370 ··132»    (udata)»     3»    (line_strp)» (offset:·0x5e6):·basic_ios.tcc151370 ··132»    (udata)»     3»    (line_strp)» (offset:·0x5e6):·basic_ios.tcc
151371 ··133»    (udata)»     3»    (line_strp)» (offset:·0x5f4):·ostream_insert.h151371 ··133»    (udata)»     3»    (line_strp)» (offset:·0x5f4):·ostream_insert.h
151372 ··134»    (udata)»     3»    (line_strp)» (offset:·0x605):·predefined_ops.h151372 ··134»    (udata)»     3»    (line_strp)» (offset:·0x605):·predefined_ops.h
151373 ··135»    (udata)»     7»    (line_strp)» (offset:·0x616):·concurrence.h151373 ··135»    (udata)»     7»    (line_strp)» (offset:·0x616):·concurrence.h
151374 ··136»    (udata)»     17»   (line_strp)»(offset:·0x659):·stddef.h151374 ··136»    (udata)»     17»   (line_strp)»(offset:·0x659):·stddef.h
151375 ··137»    (udata)»     18»   (line_strp)»(offset:·0x1055):·types.h151375 ··137»    (udata)»     18»   (line_strp)»(offset:·0x1057):·types.h
151376 ··138»    (udata)»     18»   (line_strp)»(offset:·0x624):·stdint-intn.h151376 ··138»    (udata)»     18»   (line_strp)»(offset:·0x624):·stdint-intn.h
151377 ··139»    (udata)»     18»   (line_strp)»(offset:·0x632):·stdint-uintn.h151377 ··139»    (udata)»     18»   (line_strp)»(offset:·0x632):·stdint-uintn.h
151378 ··140»    (udata)»     18»   (line_strp)»(offset:·0x641):·stdint-least.h151378 ··140»    (udata)»     18»   (line_strp)»(offset:·0x641):·stdint-least.h
151379 ··141»    (udata)»     19»   (line_strp)»(offset:·0x650):·stdint.h151379 ··141»    (udata)»     19»   (line_strp)»(offset:·0x650):·stdint.h
151380 ··142»    (udata)»     17»   (line_strp)»(offset:·0x662):·stdarg.h151380 ··142»    (udata)»     17»   (line_strp)»(offset:·0x662):·stdarg.h
151381 ··143»    (udata)»     19»   (line_strp)»(offset:·0x72f):·wchar.h151381 ··143»    (udata)»     19»   (line_strp)»(offset:·0x72f):·wchar.h
151382 ··144»    (udata)»     20»   (line_strp)»(offset:·0x66b):·wint_t.h151382 ··144»    (udata)»     20»   (line_strp)»(offset:·0x66b):·wint_t.h
Offset 151431, 40 lines modifiedOffset 151431, 40 lines modified
151431 ··193»    (udata)»     12»   (line_strp)»(offset:·0x33b):·expression.h151431 ··193»    (udata)»     12»   (line_strp)»(offset:·0x33b):·expression.h
151432 ··194»    (udata)»     12»   (line_strp)»(offset:·0xd49):·meta.h151432 ··194»    (udata)»     12»   (line_strp)»(offset:·0xd49):·meta.h
151433 ··195»    (udata)»     12»   (line_strp)»(offset:·0x255):·regexp.h151433 ··195»    (udata)»     12»   (line_strp)»(offset:·0x255):·regexp.h
151434 ··196»    (udata)»     12»   (line_strp)»(offset:·0xd50):·sections_summary.h151434 ··196»    (udata)»     12»   (line_strp)»(offset:·0xd50):·sections_summary.h
151435 ··197»    (udata)»     13»   (line_strp)»(offset:·0xd63):·value.h151435 ··197»    (udata)»     13»   (line_strp)»(offset:·0xd63):·value.h
151436 ··198»    (udata)»     12»   (line_strp)»(offset:·0xd6b):·features.h151436 ··198»    (udata)»     12»   (line_strp)»(offset:·0xd6b):·features.h
151437 ··199»    (udata)»     28»   (line_strp)»(offset:·0xd76):·module_content.h151437 ··199»    (udata)»     28»   (line_strp)»(offset:·0xd76):·module_content.h
151438 ··200»    (udata)»     29»   (line_strp)»(offset:·0xd87):·module_pe_generated.h151438 ··200»    (udata)»     29»   (line_strp)»(offset:·0xd87):·module_hash_generated.h
151439 ··201»    (udata)»     29»   (line_strp)»(offset:·0xd9d):·module_list.h151439 ··201»    (udata)»     29»   (line_strp)»(offset:·0xd9f):·module_list.h
151440 ··202»    (udata)»     28»   (line_strp)»(offset:·0xdab):·module_pool.h151440 ··202»    (udata)»     28»   (line_strp)»(offset:·0xdad):·module_pool.h
151441 ··203»    (udata)»     30»   (line_strp)»(offset:·0xdb9):·void_t.hpp151441 ··203»    (udata)»     30»   (line_strp)»(offset:·0xdbb):·void_t.hpp
151442 ··204»    (udata)»     31»   (line_strp)»(offset:·0xdc4):·value_t.hpp151442 ··204»    (udata)»     31»   (line_strp)»(offset:·0xdc6):·value_t.hpp
151443 ··205»    (udata)»     32»   (line_strp)»(offset:·0xdd0):·input_adapters.hpp151443 ··205»    (udata)»     32»   (line_strp)»(offset:·0xdd2):·input_adapters.hpp
151444 ··206»    (udata)»     32»   (line_strp)»(offset:·0xde3):·binary_reader.hpp151444 ··206»    (udata)»     32»   (line_strp)»(offset:·0xde5):·binary_reader.hpp
151445 ··207»    (udata)»     32»   (line_strp)»(offset:·0xdf5):·parser.hpp151445 ··207»    (udata)»     32»   (line_strp)»(offset:·0xdf7):·parser.hpp
151446 ··208»    (udata)»     33»   (line_strp)»(offset:·0xe00):·primitive_iterator.hpp151446 ··208»    (udata)»     33»   (line_strp)»(offset:·0xe02):·primitive_iterator.hpp
151447 ··209»    (udata)»     31»   (line_strp)»(offset:·0xe17):·json_custom_base_class.hpp151447 ··209»    (udata)»     31»   (line_strp)»(offset:·0xe19):·json_custom_base_class.hpp
151448 ··210»    (udata)»     34»   (line_strp)»(offset:·0xe32):·to_chars.hpp151448 ··210»    (udata)»     34»   (line_strp)»(offset:·0xe34):·to_chars.hpp
151449 ··211»    (udata)»     35»   (line_strp)»(offset:·0x1425):·serializer.hpp151449 ··211»    (udata)»     35»   (line_strp)»(offset:·0x1425):·serializer.hpp
151450 ··212»    (udata)»     35»   (line_strp)»(offset:·0xe3f):·output_adapters.hpp151450 ··212»    (udata)»     35»   (line_strp)»(offset:·0xe41):·output_adapters.hpp
151451 ··213»    (udata)»     33»   (line_strp)»(offset:·0xe53):·internal_iterator.hpp151451 ··213»    (udata)»     33»   (line_strp)»(offset:·0xe55):·internal_iterator.hpp
151452 ··214»    (udata)»     33»   (line_strp)»(offset:·0xe69):·iter_impl.hpp151452 ··214»    (udata)»     33»   (line_strp)»(offset:·0xe6b):·iter_impl.hpp
151453 ··215»    (udata)»     31»   (line_strp)»(offset:·0xe77):·json_ref.hpp151453 ··215»    (udata)»     31»   (line_strp)»(offset:·0xe79):·json_ref.hpp
151454 ··216»    (udata)»     36»   (line_strp)»(offset:·0xe84):·begin.hpp151454 ··216»    (udata)»     36»   (line_strp)»(offset:·0xe86):·begin.hpp
151455 ··217»    (udata)»     37»   (line_strp)»(offset:·0x1439):·json.hpp151455 ··217»    (udata)»     37»   (line_strp)»(offset:·0x1439):·json.hpp
151456 ··218»    (udata)»     37»   (line_strp)»(offset:·0xe8e):·byte_container_with_subtype.hpp151456 ··218»    (udata)»     37»   (line_strp)»(offset:·0xe90):·byte_container_with_subtype.hpp
151457 ··219»    (udata)»     31»   (line_strp)»(offset:·0xeae):·json_pointer.hpp151457 ··219»    (udata)»     31»   (line_strp)»(offset:·0xeb0):·json_pointer.hpp
151458 ··220»    (udata)»     37»   (line_strp)»(offset:·0xebf):·json_fwd.hpp151458 ··220»    (udata)»     37»   (line_strp)»(offset:·0xec1):·json_fwd.hpp
151459 ··221»    (udata)»     19»   (line_strp)»(offset:·0x789):·assert.h151459 ··221»    (udata)»     19»   (line_strp)»(offset:·0x789):·assert.h
151460 ··222»    (udata)»     38»   (line_strp)»(offset:·0x792):·single_threaded.h151460 ··222»    (udata)»     38»   (line_strp)»(offset:·0x792):·single_threaded.h
151461 ··223»    (udata)»     3»    (line_strp)» (offset:·0x7a4):·memory_resource.h151461 ··223»    (udata)»     3»    (line_strp)» (offset:·0x7a4):·memory_resource.h
151462 ··224»    (udata)»     14»   (line_strp)»(offset:·0xecc):·filesystem.h151462 ··224»    (udata)»     14»   (line_strp)»(offset:·0xece):·filesystem.h
151463 ··225»    (udata)»     30»   (line_strp)»(offset:·0xed9):·std_fs.hpp151463 ··225»    (udata)»     30»   (line_strp)»(offset:·0xedb):·std_fs.hpp
  
151464 ·Line·Number·Statements:151464 ·Line·Number·Statements:
151465 ··[0x00041df1]··Set·column·to·24151465 ··[0x00041df1]··Set·column·to·24
151466 ··[0x00041df3]··Extended·opcode·2:·set·Address·to·0xa4570151466 ··[0x00041df3]··Extended·opcode·2:·set·Address·to·0xa4570
151467 ··[0x00041dfa]··Advance·Line·by·27·to·28151467 ··[0x00041dfa]··Advance·Line·by·27·to·28
151468 ··[0x00041dfc]··Copy151468 ··[0x00041dfc]··Copy
151469 ··[0x00041dfd]··Set·column·to·7151469 ··[0x00041dfd]··Set·column·to·7
Offset 222198, 25 lines modifiedOffset 222198, 25 lines modified
222198 ··13»     (line_strp)»  (offset:·0x14d):·/usr/include/i386-linux-gnu/bits222198 ··13»     (line_strp)»  (offset:·0x14d):·/usr/include/i386-linux-gnu/bits
222199 ··14»     (line_strp)»  (offset:·0x1c9):·/usr/include/c++/14/pstl222199 ··14»     (line_strp)»  (offset:·0x1c9):·/usr/include/c++/14/pstl
222200 ··15»     (line_strp)»  (offset:·0xc0):·./include/yaramod/builder222200 ··15»     (line_strp)»  (offset:·0xc0):·./include/yaramod/builder
222201 ··16»     (line_strp)»  (offset:·0x1e2):·/usr/include/i386-linux-gnu/sys222201 ··16»     (line_strp)»  (offset:·0x1e2):·/usr/include/i386-linux-gnu/sys
  
222202 ·The·File·Name·Table·(offset·0x602f0,·lines·119,·columns·2):222202 ·The·File·Name·Table·(offset·0x602f0,·lines·119,·columns·2):
222203 ··Entry»  Dir»       Name222203 ··Entry»  Dir»       Name
222204 ··0»      (udata)»       1»      (line_strp)»   (offset:·0xef2):·yara_hex_string_builder.cpp222204 ··0»      (udata)»       1»      (line_strp)»   (offset:·0xef4):·yara_hex_string_builder.cpp
222205 ··1»      (udata)»       2»      (line_strp)»   (offset:·0x202):·ios_base.h222205 ··1»      (udata)»       2»      (line_strp)»   (offset:·0x202):·ios_base.h
222206 ··2»      (udata)»       3»      (line_strp)»   (offset:·0xd3c):·hex_string.h222206 ··2»      (udata)»       3»      (line_strp)»   (offset:·0xd3c):·hex_string.h
222207 ··3»      (udata)»       2»      (line_strp)»   (offset:·0x243):·shared_ptr_base.h222207 ··3»      (udata)»       2»      (line_strp)»   (offset:·0x243):·shared_ptr_base.h
222208 ··4»      (udata)»       4»      (line_strp)»   (offset:·0x25e):·aligned_buffer.h222208 ··4»      (udata)»       4»      (line_strp)»   (offset:·0x25e):·aligned_buffer.h
222209 ··5»      (udata)»       2»      (line_strp)»   (offset:·0x26f):·alloc_traits.h222209 ··5»      (udata)»       2»      (line_strp)»   (offset:·0x26f):·alloc_traits.h
222210 ··6»      (udata)»       2»      (line_strp)»   (offset:·0x27e):·stl_construct.h222210 ··6»      (udata)»       2»      (line_strp)»   (offset:·0x27e):·stl_construct.h
222211 ··7»      (udata)»       2»      (line_strp)»   (offset:·0xbe7):·allocator.h222211 ··7»      (udata)»       2»      (line_strp)»   (offset:·0xbe7):·allocator.h
222212 ··8»      (udata)»       2»      (line_strp)»   (offset:·0x299):·new_allocator.h222212 ··8»      (udata)»       2»      (line_strp)»   (offset:·0x299):·new_allocator.h
222213 ··9»      (udata)»       2»      (line_strp)»   (offset:·0x2a9):·allocated_ptr.h222213 ··9»      (udata)»       2»      (line_strp)»   (offset:·0x2a9):·allocated_ptr.h
222214 ··10»     (udata)»      2»     (line_strp)»  (offset:·0xf0e):·stl_numeric.h222214 ··10»     (udata)»      2»     (line_strp)»  (offset:·0xf10):·stl_numeric.h
222215 ··11»     (udata)»      2»     (line_strp)»  (offset:·0x348):·stl_vector.h222215 ··11»     (udata)»      2»     (line_strp)»  (offset:·0x348):·stl_vector.h
222216 ··12»     (udata)»      2»     (line_strp)»  (offset:·0x355):·stl_iterator.h222216 ··12»     (udata)»      2»     (line_strp)»  (offset:·0x355):·stl_iterator.h
222217 ··13»     (udata)»      2»     (line_strp)»  (offset:·0x28e):·stl_list.h222217 ··13»     (udata)»      2»     (line_strp)»  (offset:·0x28e):·stl_list.h
222218 ··14»     (udata)»      2»     (line_strp)»  (offset:·0x21d):·basic_string.h222218 ··14»     (udata)»      2»     (line_strp)»  (offset:·0x21d):·basic_string.h
222219 ··15»     (udata)»      2»     (line_strp)»  (offset:·0x310):·basic_string.tcc222219 ··15»     (udata)»      2»     (line_strp)»  (offset:·0x310):·basic_string.tcc
222220 ··16»     (udata)»      2»     (line_strp)»  (offset:·0x321):·stl_iterator_base_funcs.h222220 ··16»     (udata)»      2»     (line_strp)»  (offset:·0x321):·stl_iterator_base_funcs.h
222221 ··17»     (udata)»      2»     (line_strp)»  (offset:·0x2b9):·char_traits.h222221 ··17»     (udata)»      2»     (line_strp)»  (offset:·0x2b9):·char_traits.h
Offset 222227, 15 lines modifiedOffset 222227, 15 lines modified
222227 ··22»     (udata)»      5»     (line_strp)»  (offset:·0x22c):·optional222227 ··22»     (udata)»      5»     (line_strp)»  (offset:·0x22c):·optional
222228 ··23»     (udata)»      5»     (line_strp)»  (offset:·0x3c6):·variant222228 ··23»     (udata)»      5»     (line_strp)»  (offset:·0x3c6):·variant
222229 ··24»     (udata)»      2»     (line_strp)»  (offset:·0x3ce):·invoke.h222229 ··24»     (udata)»      2»     (line_strp)»  (offset:·0x3ce):·invoke.h
222230 ··25»     (udata)»      3»     (line_strp)»  (offset:·0x3d7):·token.h222230 ··25»     (udata)»      3»     (line_strp)»  (offset:·0x3d7):·token.h
222231 ··26»     (udata)»      5»     (line_strp)»  (offset:·0x3df):·new222231 ··26»     (udata)»      5»     (line_strp)»  (offset:·0x3df):·new
222232 ··27»     (udata)»      6»     (line_strp)»  (offset:·0x3e3):·location.h222232 ··27»     (udata)»      6»     (line_strp)»  (offset:·0x3e3):·location.h
222233 ··28»     (udata)»      4»     (line_strp)»  (offset:·0x26f):·alloc_traits.h222233 ··28»     (udata)»      4»     (line_strp)»  (offset:·0x26f):·alloc_traits.h
222234 ··29»     (udata)»      1»     (line_strp)»  (offset:·0xef2):·yara_hex_string_builder.cpp222234 ··29»     (udata)»      1»     (line_strp)»  (offset:·0xef4):·yara_hex_string_builder.cpp
222235 ··30»     (udata)»      2»     (line_strp)»  (offset:·0x44a):·stl_uninitialized.h222235 ··30»     (udata)»      2»     (line_strp)»  (offset:·0x44a):·stl_uninitialized.h
222236 ··31»     (udata)»      5»     (line_strp)»  (offset:·0x3fa):·sstream222236 ··31»     (udata)»      5»     (line_strp)»  (offset:·0x3fa):·sstream
222237 ··32»     (udata)»      5»     (line_strp)»  (offset:·0x402):·streambuf222237 ··32»     (udata)»      5»     (line_strp)»  (offset:·0x402):·streambuf
222238 ··33»     (udata)»      2»     (line_strp)»  (offset:·0x40c):·basic_ios.h222238 ··33»     (udata)»      2»     (line_strp)»  (offset:·0x40c):·basic_ios.h
Max diff block lines reached; 25090285/25099202 bytes (99.96%) of diff not shown.
31.1 KB
readelf --wide --debug-dump=info {}
    
Offset 60843, 15 lines modifiedOffset 60843, 15 lines modified
60843 ··Compilation·Unit·@·offset·0x179ba:60843 ··Compilation·Unit·@·offset·0x179ba:
60844 ···Length:········0x137·(32-bit)60844 ···Length:········0x137·(32-bit)
60845 ···Version:·······560845 ···Version:·······5
60846 ···Unit·Type:·····DW_UT_partial·(3)60846 ···Unit·Type:·····DW_UT_partial·(3)
60847 ···Abbrev·Offset:·060847 ···Abbrev·Offset:·0
60848 ···Pointer·Size:··460848 ···Pointer·Size:··4
60849 ·<0><179c6>:·Abbrev·Number:·7·(DW_TAG_partial_unit)60849 ·<0><179c6>:·Abbrev·Number:·7·(DW_TAG_partial_unit)
60850 ····<179c7>···DW_AT_stmt_list···:·(sec_offset)·0x25a8ff60850 ····<179c7>···DW_AT_stmt_list···:·(sec_offset)·0x25a8fc
60851 ····<179cb>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src60851 ····<179cb>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src
60852 ·<1><179cf>:·Abbrev·Number:·60·(DW_TAG_imported_unit)60852 ·<1><179cf>:·Abbrev·Number:·60·(DW_TAG_imported_unit)
60853 ····<179d0>···DW_AT_import······:·(ref_addr)·<0x177d4>»[Abbrev·Number:·8·(DW_TAG_partial_unit)]60853 ····<179d0>···DW_AT_import······:·(ref_addr)·<0x177d4>»[Abbrev·Number:·8·(DW_TAG_partial_unit)]
60854 ·<1><179d4>:·Abbrev·Number:·60·(DW_TAG_imported_unit)60854 ·<1><179d4>:·Abbrev·Number:·60·(DW_TAG_imported_unit)
60855 ····<179d5>···DW_AT_import······:·(ref_addr)·<0x1d61c>»[Abbrev·Number:·120·(DW_TAG_partial_unit)]60855 ····<179d5>···DW_AT_import······:·(ref_addr)·<0x1d61c>»[Abbrev·Number:·120·(DW_TAG_partial_unit)]
60856 ·<1><179d9>:·Abbrev·Number:·60·(DW_TAG_imported_unit)60856 ·<1><179d9>:·Abbrev·Number:·60·(DW_TAG_imported_unit)
60857 ····<179da>···DW_AT_import······:·(ref_addr)·<0x1d7d8>»[Abbrev·Number:·120·(DW_TAG_partial_unit)]60857 ····<179da>···DW_AT_import······:·(ref_addr)·<0x1d7d8>»[Abbrev·Number:·120·(DW_TAG_partial_unit)]
Offset 61021, 15 lines modifiedOffset 61021, 15 lines modified
61021 ··Compilation·Unit·@·offset·0x17af5:61021 ··Compilation·Unit·@·offset·0x17af5:
61022 ···Length:········0x5790·(32-bit)61022 ···Length:········0x5790·(32-bit)
61023 ···Version:·······561023 ···Version:·······5
61024 ···Unit·Type:·····DW_UT_partial·(3)61024 ···Unit·Type:·····DW_UT_partial·(3)
61025 ···Abbrev·Offset:·0x405c61025 ···Abbrev·Offset:·0x405c
61026 ···Pointer·Size:··461026 ···Pointer·Size:··4
61027 ·<0><17b01>:·Abbrev·Number:·37·(DW_TAG_partial_unit)61027 ·<0><17b01>:·Abbrev·Number:·37·(DW_TAG_partial_unit)
61028 ····<17b02>···DW_AT_stmt_list···:·(sec_offset)·0x27f0fe61028 ····<17b02>···DW_AT_stmt_list···:·(sec_offset)·0x27f0fb
61029 ····<17b06>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src61029 ····<17b06>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src
61030 ·<1><17b0a>:·Abbrev·Number:·4·(DW_TAG_imported_unit)61030 ·<1><17b0a>:·Abbrev·Number:·4·(DW_TAG_imported_unit)
61031 ····<17b0b>···DW_AT_import······:·(ref_addr)·<0x36e2>» [Abbrev·Number:·2·(DW_TAG_partial_unit)]61031 ····<17b0b>···DW_AT_import······:·(ref_addr)·<0x36e2>» [Abbrev·Number:·2·(DW_TAG_partial_unit)]
61032 ·<1><17b0f>:·Abbrev·Number:·4·(DW_TAG_imported_unit)61032 ·<1><17b0f>:·Abbrev·Number:·4·(DW_TAG_imported_unit)
61033 ····<17b10>···DW_AT_import······:·(ref_addr)·<0x88c7>» [Abbrev·Number:·8·(DW_TAG_partial_unit)]61033 ····<17b10>···DW_AT_import······:·(ref_addr)·<0x88c7>» [Abbrev·Number:·8·(DW_TAG_partial_unit)]
61034 ·<1><17b14>:·Abbrev·Number:·4·(DW_TAG_imported_unit)61034 ·<1><17b14>:·Abbrev·Number:·4·(DW_TAG_imported_unit)
61035 ····<17b15>···DW_AT_import······:·(ref_addr)·<0x15401>»[Abbrev·Number:·2·(DW_TAG_partial_unit)]61035 ····<17b15>···DW_AT_import······:·(ref_addr)·<0x15401>»[Abbrev·Number:·2·(DW_TAG_partial_unit)]
Offset 75359, 15 lines modifiedOffset 75359, 15 lines modified
75359 ··Compilation·Unit·@·offset·0x1d289:75359 ··Compilation·Unit·@·offset·0x1d289:
75360 ···Length:········0x12d·(32-bit)75360 ···Length:········0x12d·(32-bit)
75361 ···Version:·······575361 ···Version:·······5
75362 ···Unit·Type:·····DW_UT_partial·(3)75362 ···Unit·Type:·····DW_UT_partial·(3)
75363 ···Abbrev·Offset:·0x16b975363 ···Abbrev·Offset:·0x16b9
75364 ···Pointer·Size:··475364 ···Pointer·Size:··4
75365 ·<0><1d295>:·Abbrev·Number:·2·(DW_TAG_partial_unit)75365 ·<0><1d295>:·Abbrev·Number:·2·(DW_TAG_partial_unit)
75366 ····<1d296>···DW_AT_stmt_list···:·(sec_offset)·0x2b8b1b75366 ····<1d296>···DW_AT_stmt_list···:·(sec_offset)·0x2b8b18
75367 ····<1d29a>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src75367 ····<1d29a>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src
75368 ·<1><1d29e>:·Abbrev·Number:·21·(DW_TAG_imported_unit)75368 ·<1><1d29e>:·Abbrev·Number:·21·(DW_TAG_imported_unit)
75369 ····<1d29f>···DW_AT_import······:·(ref_addr)·<0x1ccd>» [Abbrev·Number:·3·(DW_TAG_partial_unit)]75369 ····<1d29f>···DW_AT_import······:·(ref_addr)·<0x1ccd>» [Abbrev·Number:·3·(DW_TAG_partial_unit)]
75370 ·<1><1d2a3>:·Abbrev·Number:·21·(DW_TAG_imported_unit)75370 ·<1><1d2a3>:·Abbrev·Number:·21·(DW_TAG_imported_unit)
75371 ····<1d2a4>···DW_AT_import······:·(ref_addr)·<0x1fcd>» [Abbrev·Number:·31·(DW_TAG_partial_unit)]75371 ····<1d2a4>···DW_AT_import······:·(ref_addr)·<0x1fcd>» [Abbrev·Number:·31·(DW_TAG_partial_unit)]
75372 ·<1><1d2a8>:·Abbrev·Number:·21·(DW_TAG_imported_unit)75372 ·<1><1d2a8>:·Abbrev·Number:·21·(DW_TAG_imported_unit)
75373 ····<1d2a9>···DW_AT_import······:·(ref_addr)·<0x1d432>»[Abbrev·Number:·3·(DW_TAG_partial_unit)]75373 ····<1d2a9>···DW_AT_import······:·(ref_addr)·<0x1d432>»[Abbrev·Number:·3·(DW_TAG_partial_unit)]
Offset 1357274, 15 lines modifiedOffset 1357274, 15 lines modified
1357274 ···Version:·······51357274 ···Version:·······5
1357275 ···Unit·Type:·····DW_UT_compile·(1)1357275 ···Unit·Type:·····DW_UT_compile·(1)
1357276 ···Abbrev·Offset:·0x85e61357276 ···Abbrev·Offset:·0x85e6
1357277 ···Pointer·Size:··41357277 ···Pointer·Size:··4
1357278 ·<0><2994e2>:·Abbrev·Number:·301·(DW_TAG_compile_unit)1357278 ·<0><2994e2>:·Abbrev·Number:·301·(DW_TAG_compile_unit)
1357279 ····<2994e4>···DW_AT_producer····:·(strp)·(offset:·0x13a439):·GNU·C++17·14.2.0·-mtune=generic·-march=i686·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fPIC·-fasynchronous-unwind-tables1357279 ····<2994e4>···DW_AT_producer····:·(strp)·(offset:·0x13a439):·GNU·C++17·14.2.0·-mtune=generic·-march=i686·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fPIC·-fasynchronous-unwind-tables
1357280 ····<2994e8>···DW_AT_language····:·(data1)·33»       (C++14)1357280 ····<2994e8>···DW_AT_language····:·(data1)·33»       (C++14)
1357281 ····<2994e9>···DW_AT_name········:·(line_strp)·(offset:·0xee4):·./src/builder/yara_hex_string_builder.cpp1357281 ····<2994e9>···DW_AT_name········:·(line_strp)·(offset:·0xee6):·./src/builder/yara_hex_string_builder.cpp
1357282 ····<2994ed>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src1357282 ····<2994ed>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src
1357283 ····<2994f1>···DW_AT_ranges······:·(sec_offset)·0x2a6061357283 ····<2994f1>···DW_AT_ranges······:·(sec_offset)·0x2a606
1357284 ····<2994f5>···DW_AT_low_pc······:·(addr)·01357284 ····<2994f5>···DW_AT_low_pc······:·(addr)·0
1357285 ····<2994f9>···DW_AT_stmt_list···:·(sec_offset)·0x602841357285 ····<2994f9>···DW_AT_stmt_list···:·(sec_offset)·0x60284
1357286 ·<1><2994fd>:·Abbrev·Number:·1·(DW_TAG_base_type)1357286 ·<1><2994fd>:·Abbrev·Number:·1·(DW_TAG_base_type)
1357287 ····<2994fe>···DW_AT_byte_size···:·(data1)·81357287 ····<2994fe>···DW_AT_byte_size···:·(data1)·8
1357288 ····<2994ff>···DW_AT_encoding····:·(data1)·7»(unsigned)1357288 ····<2994ff>···DW_AT_encoding····:·(data1)·7»(unsigned)
Offset 1556376, 15 lines modifiedOffset 1556376, 15 lines modified
1556376 ···Version:·······51556376 ···Version:·······5
1556377 ···Unit·Type:·····DW_UT_compile·(1)1556377 ···Unit·Type:·····DW_UT_compile·(1)
1556378 ···Abbrev·Offset:·0x9fe91556378 ···Abbrev·Offset:·0x9fe9
1556379 ···Pointer·Size:··41556379 ···Pointer·Size:··4
1556380 ·<0><3013ed>:·Abbrev·Number:·339·(DW_TAG_compile_unit)1556380 ·<0><3013ed>:·Abbrev·Number:·339·(DW_TAG_compile_unit)
1556381 ····<3013ef>···DW_AT_producer····:·(strp)·(offset:·0x13a439):·GNU·C++17·14.2.0·-mtune=generic·-march=i686·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fPIC·-fasynchronous-unwind-tables1556381 ····<3013ef>···DW_AT_producer····:·(strp)·(offset:·0x13a439):·GNU·C++17·14.2.0·-mtune=generic·-march=i686·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fPIC·-fasynchronous-unwind-tables
1556382 ····<3013f3>···DW_AT_language····:·(data1)·33»       (C++14)1556382 ····<3013f3>···DW_AT_language····:·(data1)·33»       (C++14)
1556383 ····<3013f4>···DW_AT_name········:·(line_strp)·(offset:·0xf36):·./src/builder/yara_rule_builder.cpp1556383 ····<3013f4>···DW_AT_name········:·(line_strp)·(offset:·0xf38):·./src/builder/yara_rule_builder.cpp
1556384 ····<3013f8>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src1556384 ····<3013f8>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src
1556385 ····<3013fc>···DW_AT_ranges······:·(sec_offset)·0x37c061556385 ····<3013fc>···DW_AT_ranges······:·(sec_offset)·0x37c06
1556386 ····<301400>···DW_AT_low_pc······:·(addr)·01556386 ····<301400>···DW_AT_low_pc······:·(addr)·0
1556387 ····<301404>···DW_AT_stmt_list···:·(sec_offset)·0x76d851556387 ····<301404>···DW_AT_stmt_list···:·(sec_offset)·0x76d85
1556388 ·<1><301408>:·Abbrev·Number:·1·(DW_TAG_base_type)1556388 ·<1><301408>:·Abbrev·Number:·1·(DW_TAG_base_type)
1556389 ····<301409>···DW_AT_byte_size···:·(data1)·81556389 ····<301409>···DW_AT_byte_size···:·(data1)·8
1556390 ····<30140a>···DW_AT_encoding····:·(data1)·7»(unsigned)1556390 ····<30140a>···DW_AT_encoding····:·(data1)·7»(unsigned)
Offset 1951715, 15 lines modifiedOffset 1951715, 15 lines modified
1951715 ···Version:·······51951715 ···Version:·······5
1951716 ···Unit·Type:·····DW_UT_compile·(1)1951716 ···Unit·Type:·····DW_UT_compile·(1)
1951717 ···Abbrev·Offset:·0xbdf21951717 ···Abbrev·Offset:·0xbdf2
1951718 ···Pointer·Size:··41951718 ···Pointer·Size:··4
1951719 ·<0><3cb721>:·Abbrev·Number:·528·(DW_TAG_compile_unit)1951719 ·<0><3cb721>:·Abbrev·Number:·528·(DW_TAG_compile_unit)
1951720 ····<3cb723>···DW_AT_producer····:·(strp)·(offset:·0x13a439):·GNU·C++17·14.2.0·-mtune=generic·-march=i686·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fPIC·-fasynchronous-unwind-tables1951720 ····<3cb723>···DW_AT_producer····:·(strp)·(offset:·0x13a439):·GNU·C++17·14.2.0·-mtune=generic·-march=i686·-g·-O2·-std=gnu++17·-fstack-protector-strong·-fPIC·-fasynchronous-unwind-tables
1951721 ····<3cb727>···DW_AT_language····:·(data1)·33»       (C++14)1951721 ····<3cb727>···DW_AT_language····:·(data1)·33»       (C++14)
1951722 ····<3cb728>···DW_AT_name········:·(line_strp)·(offset:·0xf7d):·./src/parser/parser_driver.cpp1951722 ····<3cb728>···DW_AT_name········:·(line_strp)·(offset:·0xf7f):·./src/parser/parser_driver.cpp
1951723 ····<3cb72c>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src1951723 ····<3cb72c>···DW_AT_comp_dir····:·(line_strp)·(offset:·0x2a):·./obj-i686-linux-gnu/src
1951724 ····<3cb730>···DW_AT_ranges······:·(sec_offset)·0xaf7521951724 ····<3cb730>···DW_AT_ranges······:·(sec_offset)·0xaf752
1951725 ····<3cb734>···DW_AT_low_pc······:·(addr)·01951725 ····<3cb734>···DW_AT_low_pc······:·(addr)·0
1951726 ····<3cb738>···DW_AT_stmt_list···:·(sec_offset)·0x9c7d61951726 ····<3cb738>···DW_AT_stmt_list···:·(sec_offset)·0x9c7d6
1951727 ·<1><3cb73c>:·Abbrev·Number:·1·(DW_TAG_base_type)1951727 ·<1><3cb73c>:·Abbrev·Number:·1·(DW_TAG_base_type)
1951728 ····<3cb73d>···DW_AT_byte_size···:·(data1)·81951728 ····<3cb73d>···DW_AT_byte_size···:·(data1)·8
1951729 ····<3cb73e>···DW_AT_encoding····:·(data1)·7»(unsigned)1951729 ····<3cb73e>···DW_AT_encoding····:·(data1)·7»(unsigned)
Offset 2947752, 57 lines modifiedOffset 2947752, 57 lines modified
2947752 ·<2><5870ed>:·Abbrev·Number:·318·(DW_TAG_namespace)2947752 ·<2><5870ed>:·Abbrev·Number:·318·(DW_TAG_namespace)
2947753 ····<5870ef>···DW_AT_name········:·(strp)·(offset:·0x412418):·modules2947753 ····<5870ef>···DW_AT_name········:·(strp)·(offset:·0x412418):·modules
2947754 ····<5870f3>···DW_AT_decl_file···:·(data1)·2242947754 ····<5870f3>···DW_AT_decl_file···:·(data1)·224
2947755 ····<5870f4>···DW_AT_decl_line···:·(data1)·122947755 ····<5870f4>···DW_AT_decl_line···:·(data1)·12
2947756 ····<5870f5>···DW_AT_decl_column·:·(data1)·122947756 ····<5870f5>···DW_AT_decl_column·:·(data1)·12
2947757 ····<5870f6>···DW_AT_sibling·····:·(ref_udata)·<0x587332>2947757 ····<5870f6>···DW_AT_sibling·····:·(ref_udata)·<0x587332>
2947758 ·<3><5870f9>:·Abbrev·Number:·89·(DW_TAG_class_type)2947758 ·<3><5870f9>:·Abbrev·Number:·89·(DW_TAG_class_type)
2947759 ····<5870fa>···DW_AT_name········:·(strp)·(offset:·0xbde88e):·Gmodule_pe2947759 ····<5870fa>···DW_AT_name········:·(strp)·(offset:·0xbdf1f5):·Gmodule_hash
2947760 ····<5870fe>···DW_AT_byte_size···:·(data1)·482947760 ····<5870fe>···DW_AT_byte_size···:·(data1)·48
2947761 ····<5870ff>···DW_AT_decl_file···:·(data1)·2242947761 ····<5870ff>···DW_AT_decl_file···:·(data1)·224
2947762 ····<587100>···DW_AT_decl_line···:·(data1)·142947762 ····<587100>···DW_AT_decl_line···:·(data1)·14
2947763 ····<587101>···DW_AT_decl_column·:·(data1)·82947763 ····<587101>···DW_AT_decl_column·:·(data1)·8
2947764 ····<587102>···DW_AT_sibling·····:·(ref_udata)·<0x587121>2947764 ····<587102>···DW_AT_sibling·····:·(ref_udata)·<0x587121>
2947765 ·<4><587105>:·Abbrev·Number:·64·(DW_TAG_inheritance)2947765 ·<4><587105>:·Abbrev·Number:·64·(DW_TAG_inheritance)
2947766 ····<587106>···DW_AT_type········:·(ref_udata)·<0x587056>,·ModuleContent2947766 ····<587106>···DW_AT_type········:·(ref_udata)·<0x587056>,·ModuleContent
2947767 ····<587109>···DW_AT_data_member_location:·(data1)·02947767 ····<587109>···DW_AT_data_member_location:·(data1)·0
2947768 ····<58710a>···DW_AT_accessibility:·(data1)·1»   (public)2947768 ····<58710a>···DW_AT_accessibility:·(data1)·1»   (public)
2947769 ·<4><58710b>:·Abbrev·Number:·165·(DW_TAG_subprogram)2947769 ·<4><58710b>:·Abbrev·Number:·165·(DW_TAG_subprogram)
2947770 ····<58710d>···DW_AT_external····:·(flag_present)·12947770 ····<58710d>···DW_AT_external····:·(flag_present)·1
2947771 ····<58710d>···DW_AT_name········:·(strp)·(offset:·0xbde88e):·Gmodule_pe2947771 ····<58710d>···DW_AT_name········:·(strp)·(offset:·0xbdf1f5):·Gmodule_hash
2947772 ····<587111>···DW_AT_decl_file···:·(data1)·2242947772 ····<587111>···DW_AT_decl_file···:·(data1)·224
2947773 ····<587112>···DW_AT_decl_line···:·(data1)·172947773 ····<587112>···DW_AT_decl_line···:·(data1)·17
2947774 ····<587113>···DW_AT_decl_column·:·(data1)·22947774 ····<587113>···DW_AT_decl_column·:·(data1)·2
2947775 ····<587114>···DW_AT_linkage_name:·(strp)·(offset:·0x99fb73):·_ZN7yaramod7modules10Gmodule_peC4Ev2947775 ····<587114>···DW_AT_linkage_name:·(strp)·(offset:·0x6b6353):·_ZN7yaramod7modules12Gmodule_hashC4Ev
2947776 ····<587118>···DW_AT_accessibility:·(implicit_const)·1»  (public)2947776 ····<587118>···DW_AT_accessibility:·(implicit_const)·1»  (public)
2947777 ····<587118>···DW_AT_declaration·:·(flag_present)·12947777 ····<587118>···DW_AT_declaration·:·(flag_present)·1
2947778 ····<587118>···DW_AT_object_pointer:·(ref_udata)·<0x58711b>2947778 ····<587118>···DW_AT_object_pointer:·(ref_udata)·<0x58711b>
2947779 ·<5><58711b>:·Abbrev·Number:·5·(DW_TAG_formal_parameter)2947779 ·<5><58711b>:·Abbrev·Number:·5·(DW_TAG_formal_parameter)
2947780 ····<58711c>···DW_AT_type········:·(ref_udata)·<0x5948be>2947780 ····<58711c>···DW_AT_type········:·(ref_udata)·<0x5948be>
2947781 ····<58711f>···DW_AT_artificial··:·(flag_present)·12947781 ····<58711f>···DW_AT_artificial··:·(flag_present)·1
2947782 ·<5><58711f>:·Abbrev·Number:·02947782 ·<5><58711f>:·Abbrev·Number:·0
Max diff block lines reached; 23865/31769 bytes (75.12%) of diff not shown.
1.46 KB
readelf --wide --debug-dump=abbrev {}
    
Offset 39079, 28 lines modifiedOffset 39079, 28 lines modified
39079 ····DW_AT_entry_pc·····DW_FORM_addr39079 ····DW_AT_entry_pc·····DW_FORM_addr
39080 ····DW_AT_GNU_entry_view·DW_FORM_data239080 ····DW_AT_GNU_entry_view·DW_FORM_data2
39081 ····DW_AT_ranges·······DW_FORM_sec_offset39081 ····DW_AT_ranges·······DW_FORM_sec_offset
39082 ····DW_AT_call_file····DW_FORM_data139082 ····DW_AT_call_file····DW_FORM_data1
39083 ····DW_AT_call_line····DW_FORM_data139083 ····DW_AT_call_line····DW_FORM_data1
39084 ····DW_AT_call_column··DW_FORM_data139084 ····DW_AT_call_column··DW_FORM_data1
39085 ····DW_AT·value:·0·····DW_FORM·value:·039085 ····DW_AT·value:·0·····DW_FORM·value:·0
39086 ···52······DW_TAG_GNU_template_parameter_pack····[has·children] 
39087 ····DW_AT_name·········DW_FORM_strp 
39088 ····DW_AT_sibling······DW_FORM_ref_udata 
39089 ····DW_AT·value:·0·····DW_FORM·value:·0 
39090 ···53······DW_TAG_inlined_subroutine····[has·children]39086 ···52······DW_TAG_inlined_subroutine····[has·children]
39091 ····DW_AT_abstract_origin·DW_FORM_ref_addr39087 ····DW_AT_abstract_origin·DW_FORM_ref_addr
39092 ····DW_AT_entry_pc·····DW_FORM_addr39088 ····DW_AT_entry_pc·····DW_FORM_addr
39093 ····DW_AT_GNU_entry_view·DW_FORM_data239089 ····DW_AT_GNU_entry_view·DW_FORM_data2
39094 ····DW_AT_low_pc·······DW_FORM_addr39090 ····DW_AT_low_pc·······DW_FORM_addr
39095 ····DW_AT_high_pc······DW_FORM_udata39091 ····DW_AT_high_pc······DW_FORM_udata
39096 ····DW_AT_call_file····DW_FORM_data139092 ····DW_AT_call_file····DW_FORM_data1
39097 ····DW_AT_call_line····DW_FORM_data239093 ····DW_AT_call_line····DW_FORM_data2
39098 ····DW_AT_call_column··DW_FORM_data139094 ····DW_AT_call_column··DW_FORM_data1
39099 ····DW_AT·value:·0·····DW_FORM·value:·039095 ····DW_AT·value:·0·····DW_FORM·value:·0
 39096 ···53······DW_TAG_GNU_template_parameter_pack····[has·children]
 39097 ····DW_AT_name·········DW_FORM_strp
 39098 ····DW_AT_sibling······DW_FORM_ref_udata
 39099 ····DW_AT·value:·0·····DW_FORM·value:·0
39100 ···54······DW_TAG_structure_type····[has·children]39100 ···54······DW_TAG_structure_type····[has·children]
39101 ····DW_AT_name·········DW_FORM_strp39101 ····DW_AT_name·········DW_FORM_strp
39102 ····DW_AT_byte_size····DW_FORM_data139102 ····DW_AT_byte_size····DW_FORM_data1
39103 ····DW_AT_decl_file····DW_FORM_data139103 ····DW_AT_decl_file····DW_FORM_data1
39104 ····DW_AT_decl_line····DW_FORM_data139104 ····DW_AT_decl_line····DW_FORM_data1
39105 ····DW_AT_decl_column··DW_FORM_data139105 ····DW_AT_decl_column··DW_FORM_data1
39106 ····DW_AT_sibling······DW_FORM_ref_udata39106 ····DW_AT_sibling······DW_FORM_ref_udata
3.93 KB
readelf --wide --debug-dump=aranges {}
    
Offset 2733, 15 lines modifiedOffset 2733, 15 lines modified
2733 ····0017f8f0·000000c52733 ····0017f8f0·000000c5
2734 ····0017f9c0·000001262734 ····0017f9c0·00000126
2735 ····0017faf0·000002352735 ····0017faf0·00000235
2736 ····00000000·0000010e2736 ····00000000·0000010e
2737 ····00000000·000000002737 ····00000000·00000000
2738 ··Length:···················1802738 ··Length:···················180
2739 ··Version:··················22739 ··Version:··················2
2740 ··Offset·into·.debug_info:··0xd65d002740 ··Offset·into·.debug_info:··0xd65d02
2741 ··Pointer·Size:·············42741 ··Pointer·Size:·············4
2742 ··Segment·Size:·············02742 ··Segment·Size:·············0
  
2743 ····Address····Length2743 ····Address····Length
2744 ····001875c0·00000d492744 ····001875c0·00000d49
2745 ····00092832·000003132745 ····00092832·00000313
2746 ····000a4570·000000082746 ····000a4570·00000008
Offset 2761, 15 lines modifiedOffset 2761, 15 lines modified
2761 ····00000000·000001982761 ····00000000·00000198
2762 ····00000000·000004422762 ····00000000·00000442
2763 ····00000000·000000f82763 ····00000000·000000f8
2764 ····000b55c0·000000452764 ····000b55c0·00000045
2765 ····00000000·000000002765 ····00000000·00000000
2766 ··Length:···················2442766 ··Length:···················244
2767 ··Version:··················22767 ··Version:··················2
2768 ··Offset·into·.debug_info:··0xd8e10c2768 ··Offset·into·.debug_info:··0xd8e10e
2769 ··Pointer·Size:·············42769 ··Pointer·Size:·············4
2770 ··Segment·Size:·············02770 ··Segment·Size:·············0
  
2771 ····Address····Length2771 ····Address····Length
2772 ····00188340·000062302772 ····00188340·00006230
2773 ····00092b46·000007bc2773 ····00092b46·000007bc
2774 ····000a6580·000000012774 ····000a6580·00000001
Offset 2797, 24 lines modifiedOffset 2797, 24 lines modified
2797 ····0018e8c0·000006e52797 ····0018e8c0·000006e5
2798 ····0018efb0·0000027a2798 ····0018efb0·0000027a
2799 ····000b66e0·0000017c2799 ····000b66e0·0000017c
2800 ····000b6d30·000000432800 ····000b6d30·00000043
2801 ····00000000·000000002801 ····00000000·00000000
2802 ··Length:···················282802 ··Length:···················28
2803 ··Version:··················22803 ··Version:··················2
2804 ··Offset·into·.debug_info:··0xdfdca92804 ··Offset·into·.debug_info:··0xdfdcab
2805 ··Pointer·Size:·············42805 ··Pointer·Size:·············4
2806 ··Segment·Size:·············02806 ··Segment·Size:·············0
  
2807 ····Address····Length2807 ····Address····Length
2808 ····0018f230·000007642808 ····0018f230·00000764
2809 ····00000000·000000002809 ····00000000·00000000
2810 ··Length:···················1162810 ··Length:···················116
2811 ··Version:··················22811 ··Version:··················2
2812 ··Offset·into·.debug_info:··0xe119b92812 ··Offset·into·.debug_info:··0xe119bb
2813 ··Pointer·Size:·············42813 ··Pointer·Size:·············4
2814 ··Segment·Size:·············02814 ··Segment·Size:·············0
  
2815 ····Address····Length2815 ····Address····Length
2816 ····0018f9a0·000004aa2816 ····0018f9a0·000004aa
2817 ····00093302·000000232817 ····00093302·00000023
2818 ····0013df10·000000082818 ····0013df10·00000008
Offset 2826, 15 lines modifiedOffset 2826, 15 lines modified
2826 ····000a7c90·0000001f2826 ····000a7c90·0000001f
2827 ····0008d66f·0000003d2827 ····0008d66f·0000003d
2828 ····000b66e0·0000017c2828 ····000b66e0·0000017c
2829 ····000b6d30·000000432829 ····000b6d30·00000043
2830 ····00000000·000000002830 ····00000000·00000000
2831 ··Length:···················2282831 ··Length:···················228
2832 ··Version:··················22832 ··Version:··················2
2833 ··Offset·into·.debug_info:··0xe2050d2833 ··Offset·into·.debug_info:··0xe2050f
2834 ··Pointer·Size:·············42834 ··Pointer·Size:·············4
2835 ··Segment·Size:·············02835 ··Segment·Size:·············0
  
2836 ····Address····Length2836 ····Address····Length
2837 ····0018fe60·0000737a2837 ····0018fe60·0000737a
2838 ····000933be·0000103a2838 ····000933be·0000103a
2839 ····000a4570·000000082839 ····000a4570·00000008
Offset 2860, 15 lines modifiedOffset 2860, 15 lines modified
2860 ····000b55c0·000000452860 ····000b55c0·00000045
2861 ····000b5d10·0000002d2861 ····000b5d10·0000002d
2862 ····00197860·0000026b2862 ····00197860·0000026b
2863 ····00158980·000003432863 ····00158980·00000343
2864 ····00000000·000000002864 ····00000000·00000000
2865 ··Length:···················3882865 ··Length:···················388
2866 ··Version:··················22866 ··Version:··················2
2867 ··Offset·into·.debug_info:··0xe6c39a2867 ··Offset·into·.debug_info:··0xe6c39c
2868 ··Pointer·Size:·············42868 ··Pointer·Size:·············4
2869 ··Segment·Size:·············02869 ··Segment·Size:·············0
  
2870 ····Address····Length2870 ····Address····Length
2871 ····00197b00·000091ef2871 ····00197b00·000091ef
2872 ····000943f8·00001e532872 ····000943f8·00001e53
2873 ····000a6160·000000012873 ····000a6160·00000001
Offset 2914, 15 lines modifiedOffset 2914, 15 lines modified
2914 ····001a2350·000002532914 ····001a2350·00000253
2915 ····001a25b0·000001b92915 ····001a25b0·000001b9
2916 ····000b66e0·0000017c2916 ····000b66e0·0000017c
2917 ····000b6d30·000000432917 ····000b6d30·00000043
2918 ····00000000·000000002918 ····00000000·00000000
2919 ··Length:···················6682919 ··Length:···················668
2920 ··Version:··················22920 ··Version:··················2
2921 ··Offset·into·.debug_info:··0xf1a5982921 ··Offset·into·.debug_info:··0xf1a59a
2922 ··Pointer·Size:·············42922 ··Pointer·Size:·············4
2923 ··Segment·Size:·············02923 ··Segment·Size:·············0
  
2924 ····Address····Length2924 ····Address····Length
2925 ····001a2770·00001eb22925 ····001a2770·00001eb2
2926 ····00096360·00000cb52926 ····00096360·00000cb5
2927 ····000a4570·000000082927 ····000a4570·00000008
Offset 3003, 37 lines modifiedOffset 3003, 37 lines modified
3003 ····001af660·000000403003 ····001af660·00000040
3004 ····001af6a0·000000403004 ····001af6a0·00000040
3005 ····001af6e0·00001de23005 ····001af6e0·00001de2
3006 ····001b14d0·000009783006 ····001b14d0·00000978
3007 ····00000000·000000003007 ····00000000·00000000
3008 ··Length:···················363008 ··Length:···················36
3009 ··Version:··················23009 ··Version:··················2
3010 ··Offset·into·.debug_info:··0xf8a8c33010 ··Offset·into·.debug_info:··0xf8a8c5
3011 ··Pointer·Size:·············43011 ··Pointer·Size:·············4
3012 ··Segment·Size:·············03012 ··Segment·Size:·············0
  
3013 ····Address····Length3013 ····Address····Length
3014 ····001b1e50·00000b083014 ····001b1e50·00000b08
3015 ····00097015·0000012b3015 ····00097015·0000012b
3016 ····00000000·000000003016 ····00000000·00000000
3017 ··Length:···················523017 ··Length:···················52
3018 ··Version:··················23018 ··Version:··················2
3019 ··Offset·into·.debug_info:··0xf9189b3019 ··Offset·into·.debug_info:··0xf9189d
3020 ··Pointer·Size:·············43020 ··Pointer·Size:·············4
3021 ··Segment·Size:·············03021 ··Segment·Size:·············0
  
3022 ····Address····Length3022 ····Address····Length
Max diff block lines reached; 387/3952 bytes (9.79%) of diff not shown.
22.3 MB
readelf --wide --debug-dump=loc {}
    
Offset 2012019, 15 lines modifiedOffset 2012019, 15 lines modified
  
2012019 ····004e07df·v0000000·v0000000·location·view·pair2012019 ····004e07df·v0000000·v0000000·location·view·pair
  
2012020 ····004e07e1·v0000000·v0000000·views·at·004e07df·for:2012020 ····004e07e1·v0000000·v0000000·views·at·004e07df·for:
2012021 ·············001805cd·001805d0·(DW_OP_reg7·(edi))2012021 ·············001805cd·001805d0·(DW_OP_reg7·(edi))
2012022 ····004e07e9·<End·of·list>2012022 ····004e07e9·<End·of·list>
2012023 Table·at·Offset·0x4e07ea2012023 Table·at·Offset·0x4e07ea
2012024 ··Length:··········0x2145d2012024 ··Length:··········0x21462
2012025 ··DWARF·version:···52012025 ··DWARF·version:···5
2012026 ··Address·size:····42012026 ··Address·size:····4
2012027 ··Segment·size:····02012027 ··Segment·size:····0
2012028 ··Offset·entries:··02012028 ··Offset·entries:··0
  
2012029 ····Offset···Begin············End··············Expression2012029 ····Offset···Begin············End··············Expression
  
Offset 2025117, 27 lines modifiedOffset 2025117, 27 lines modified
2025117 ····004e8bb1·v0000002·v0000000·views·at·004e8baf·for:2025117 ····004e8bb1·v0000002·v0000000·views·at·004e8baf·for:
2025118 ·············00183d11·00183d22·(DW_OP_fbreg:·-384)2025118 ·············00183d11·00183d22·(DW_OP_fbreg:·-384)
2025119 ····004e8bbb·<End·of·list>2025119 ····004e8bbb·<End·of·list>
  
2025120 ····004e8bbc·v0000002·v0000000·location·view·pair2025120 ····004e8bbc·v0000002·v0000000·location·view·pair
  
2025121 ····004e8bbe·v0000002·v0000000·views·at·004e8bbc·for:2025121 ····004e8bbe·v0000002·v0000000·views·at·004e8bbc·for:
2025122 ·············00183d11·00183d22·(DW_OP_implicit_pointer:·<0xd65c6b>·0)2025122 ·············00183d11·00183d22·(DW_OP_implicit_pointer:·<0xd65c6d>·0)
2025123 ····004e8bcb·<End·of·list>2025123 ····004e8bcb·<End·of·list>
  
2025124 ····004e8bcc·v0000003·v0000000·location·view·pair2025124 ····004e8bcc·v0000003·v0000000·location·view·pair
  
2025125 ····004e8bce·v0000003·v0000000·views·at·004e8bcc·for:2025125 ····004e8bce·v0000003·v0000000·views·at·004e8bcc·for:
2025126 ·············00183d11·00183d22·(DW_OP_fbreg:·-384)2025126 ·············00183d11·00183d22·(DW_OP_fbreg:·-384)
2025127 ····004e8bd8·<End·of·list>2025127 ····004e8bd8·<End·of·list>
  
2025128 ····004e8bd9·v0000003·v0000000·location·view·pair2025128 ····004e8bd9·v0000003·v0000000·location·view·pair
  
2025129 ····004e8bdb·v0000003·v0000000·views·at·004e8bd9·for:2025129 ····004e8bdb·v0000003·v0000000·views·at·004e8bd9·for:
2025130 ·············00183d11·00183d22·(DW_OP_implicit_pointer:·<0xd65c6b>·0)2025130 ·············00183d11·00183d22·(DW_OP_implicit_pointer:·<0xd65c6d>·0)
2025131 ····004e8be8·<End·of·list>2025131 ····004e8be8·<End·of·list>
  
2025132 ····004e8be9·v0000004·v0000000·location·view·pair2025132 ····004e8be9·v0000004·v0000000·location·view·pair
  
2025133 ····004e8beb·v0000004·v0000000·views·at·004e8be9·for:2025133 ····004e8beb·v0000004·v0000000·views·at·004e8be9·for:
2025134 ·············00183d11·00183d1a·(DW_OP_fbreg:·-384)2025134 ·············00183d11·00183d1a·(DW_OP_fbreg:·-384)
2025135 ····004e8bf5·<End·of·list>2025135 ····004e8bf5·<End·of·list>
Offset 2028186, 15 lines modifiedOffset 2028186, 15 lines modified
2028186 ····004eac3d·v0000004·v0000005·views·at·004eac3b·for:2028186 ····004eac3d·v0000004·v0000005·views·at·004eac3b·for:
2028187 ·············00182b3f·00182b65·(DW_OP_fbreg:·-204)2028187 ·············00182b3f·00182b65·(DW_OP_fbreg:·-204)
2028188 ····004eac47·<End·of·list>2028188 ····004eac47·<End·of·list>
  
2028189 ····004eac48·v0000004·v0000005·location·view·pair2028189 ····004eac48·v0000004·v0000005·location·view·pair
  
2028190 ····004eac4a·v0000004·v0000005·views·at·004eac48·for:2028190 ····004eac4a·v0000004·v0000005·views·at·004eac48·for:
2028191 ·············00182b3f·00182b65·(DW_OP_implicit_pointer:·<0xd65c70>·0)2028191 ·············00182b3f·00182b65·(DW_OP_implicit_pointer:·<0xd65c72>·0)
2028192 ····004eac57·<End·of·list>2028192 ····004eac57·<End·of·list>
  
2028193 ····004eac58·v0000006·v0000007·location·view·pair2028193 ····004eac58·v0000006·v0000007·location·view·pair
  
2028194 ····004eac5a·v0000006·v0000007·views·at·004eac58·for:2028194 ····004eac5a·v0000006·v0000007·views·at·004eac58·for:
2028195 ·············00182b3f·00182b3f·(DW_OP_fbreg:·-204)2028195 ·············00182b3f·00182b3f·(DW_OP_fbreg:·-204)
2028196 ····004eac64·<End·of·list>2028196 ····004eac64·<End·of·list>
Offset 2028228, 15 lines modifiedOffset 2028228, 15 lines modified
2028228 ····004eac9b·v0000004·v0000005·views·at·004eac99·for:2028228 ····004eac9b·v0000004·v0000005·views·at·004eac99·for:
2028229 ·············00182b5e·00182b65·(DW_OP_fbreg:·-204)2028229 ·············00182b5e·00182b65·(DW_OP_fbreg:·-204)
2028230 ····004eaca5·<End·of·list>2028230 ····004eaca5·<End·of·list>
  
2028231 ····004eaca6·v0000004·v0000005·location·view·pair2028231 ····004eaca6·v0000004·v0000005·location·view·pair
  
2028232 ····004eaca8·v0000004·v0000005·views·at·004eaca6·for:2028232 ····004eaca8·v0000004·v0000005·views·at·004eaca6·for:
2028233 ·············00182b5e·00182b65·(DW_OP_implicit_pointer:·<0xd65c70>·0)2028233 ·············00182b5e·00182b65·(DW_OP_implicit_pointer:·<0xd65c72>·0)
2028234 ····004eacb5·<End·of·list>2028234 ····004eacb5·<End·of·list>
  
2028235 ····004eacb6·v0000006·v0000005·location·view·pair2028235 ····004eacb6·v0000006·v0000005·location·view·pair
  
2028236 ····004eacb8·v0000006·v0000005·views·at·004eacb6·for:2028236 ····004eacb8·v0000006·v0000005·views·at·004eacb6·for:
2028237 ·············00182b5e·00182b65·(DW_OP_lit4;·DW_OP_stack_value)2028237 ·············00182b5e·00182b65·(DW_OP_lit4;·DW_OP_stack_value)
2028238 ····004eacc1·<End·of·list>2028238 ····004eacc1·<End·of·list>
Offset 2028276, 27 lines modifiedOffset 2028276, 27 lines modified
2028276 ····004ead03·v0000007·v000000e·views·at·004ead01·for:2028276 ····004ead03·v0000007·v000000e·views·at·004ead01·for:
2028277 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)2028277 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)
2028278 ····004ead0d·<End·of·list>2028278 ····004ead0d·<End·of·list>
  
2028279 ····004ead0e·v0000007·v000000e·location·view·pair2028279 ····004ead0e·v0000007·v000000e·location·view·pair
  
2028280 ····004ead10·v0000007·v000000e·views·at·004ead0e·for:2028280 ····004ead10·v0000007·v000000e·views·at·004ead0e·for:
2028281 ·············00182b5e·00182b5e·(DW_OP_implicit_pointer:·<0xd65c70>·0)2028281 ·············00182b5e·00182b5e·(DW_OP_implicit_pointer:·<0xd65c72>·0)
2028282 ····004ead1d·<End·of·list>2028282 ····004ead1d·<End·of·list>
  
2028283 ····004ead1e·v0000009·v000000e·location·view·pair2028283 ····004ead1e·v0000009·v000000e·location·view·pair
  
2028284 ····004ead20·v0000009·v000000e·views·at·004ead1e·for:2028284 ····004ead20·v0000009·v000000e·views·at·004ead1e·for:
2028285 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)2028285 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)
2028286 ····004ead2a·<End·of·list>2028286 ····004ead2a·<End·of·list>
  
2028287 ····004ead2b·v0000009·v000000e·location·view·pair2028287 ····004ead2b·v0000009·v000000e·location·view·pair
  
2028288 ····004ead2d·v0000009·v000000e·views·at·004ead2b·for:2028288 ····004ead2d·v0000009·v000000e·views·at·004ead2b·for:
2028289 ·············00182b5e·00182b5e·(DW_OP_implicit_pointer:·<0xd65c70>·0)2028289 ·············00182b5e·00182b5e·(DW_OP_implicit_pointer:·<0xd65c72>·0)
2028290 ····004ead3a·<End·of·list>2028290 ····004ead3a·<End·of·list>
  
2028291 ····004ead3b·v0000009·v000000e·location·view·pair2028291 ····004ead3b·v0000009·v000000e·location·view·pair
  
2028292 ····004ead3d·v0000009·v000000e·views·at·004ead3b·for:2028292 ····004ead3d·v0000009·v000000e·views·at·004ead3b·for:
2028293 ·············00182b5e·00182b5e·(DW_OP_lit4;·DW_OP_stack_value)2028293 ·············00182b5e·00182b5e·(DW_OP_lit4;·DW_OP_stack_value)
2028294 ····004ead46·<End·of·list>2028294 ····004ead46·<End·of·list>
Offset 2028306, 15 lines modifiedOffset 2028306, 15 lines modified
2028306 ····004ead49·v000000a·v000000e·views·at·004ead47·for:2028306 ····004ead49·v000000a·v000000e·views·at·004ead47·for:
2028307 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)2028307 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)
2028308 ····004ead53·<End·of·list>2028308 ····004ead53·<End·of·list>
  
2028309 ····004ead54·v000000a·v000000e·location·view·pair2028309 ····004ead54·v000000a·v000000e·location·view·pair
  
2028310 ····004ead56·v000000a·v000000e·views·at·004ead54·for:2028310 ····004ead56·v000000a·v000000e·views·at·004ead54·for:
2028311 ·············00182b5e·00182b5e·(DW_OP_implicit_pointer:·<0xd65c70>·0)2028311 ·············00182b5e·00182b5e·(DW_OP_implicit_pointer:·<0xd65c72>·0)
2028312 ····004ead63·<End·of·list>2028312 ····004ead63·<End·of·list>
  
2028313 ····004ead64·v000000a·v000000e·location·view·pair2028313 ····004ead64·v000000a·v000000e·location·view·pair
  
2028314 ····004ead66·v000000a·v000000e·views·at·004ead64·for:2028314 ····004ead66·v000000a·v000000e·views·at·004ead64·for:
2028315 ·············00182b5e·00182b5e·(DW_OP_lit4;·DW_OP_stack_value)2028315 ·············00182b5e·00182b5e·(DW_OP_lit4;·DW_OP_stack_value)
2028316 ····004ead6f·<End·of·list>2028316 ····004ead6f·<End·of·list>
Offset 2028324, 15 lines modifiedOffset 2028324, 15 lines modified
2028324 ····004ead72·v000000b·v000000e·views·at·004ead70·for:2028324 ····004ead72·v000000b·v000000e·views·at·004ead70·for:
2028325 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)2028325 ·············00182b5e·00182b5e·(DW_OP_fbreg:·-212)
2028326 ····004ead7c·<End·of·list>2028326 ····004ead7c·<End·of·list>
  
2028327 ····004ead7d·v000000b·v000000e·location·view·pair2028327 ····004ead7d·v000000b·v000000e·location·view·pair
  
2028328 ····004ead7f·v000000b·v000000e·views·at·004ead7d·for:2028328 ····004ead7f·v000000b·v000000e·views·at·004ead7d·for:
Max diff block lines reached; 23395742/23400790 bytes (99.98%) of diff not shown.
3.93 KB
readelf --wide --debug-dump=ranges {}
    
Offset 2733, 15 lines modifiedOffset 2733, 15 lines modified
2733 ····0017f8f0·000000c52733 ····0017f8f0·000000c5
2734 ····0017f9c0·000001262734 ····0017f9c0·00000126
2735 ····0017faf0·000002352735 ····0017faf0·00000235
2736 ····00000000·0000010e2736 ····00000000·0000010e
2737 ····00000000·000000002737 ····00000000·00000000
2738 ··Length:···················1802738 ··Length:···················180
2739 ··Version:··················22739 ··Version:··················2
2740 ··Offset·into·.debug_info:··0xd65d002740 ··Offset·into·.debug_info:··0xd65d02
2741 ··Pointer·Size:·············42741 ··Pointer·Size:·············4
2742 ··Segment·Size:·············02742 ··Segment·Size:·············0
  
2743 ····Address····Length2743 ····Address····Length
2744 ····001875c0·00000d492744 ····001875c0·00000d49
2745 ····00092832·000003132745 ····00092832·00000313
2746 ····000a4570·000000082746 ····000a4570·00000008
Offset 2761, 15 lines modifiedOffset 2761, 15 lines modified
2761 ····00000000·000001982761 ····00000000·00000198
2762 ····00000000·000004422762 ····00000000·00000442
2763 ····00000000·000000f82763 ····00000000·000000f8
2764 ····000b55c0·000000452764 ····000b55c0·00000045
2765 ····00000000·000000002765 ····00000000·00000000
2766 ··Length:···················2442766 ··Length:···················244
2767 ··Version:··················22767 ··Version:··················2
2768 ··Offset·into·.debug_info:··0xd8e10c2768 ··Offset·into·.debug_info:··0xd8e10e
2769 ··Pointer·Size:·············42769 ··Pointer·Size:·············4
2770 ··Segment·Size:·············02770 ··Segment·Size:·············0
  
2771 ····Address····Length2771 ····Address····Length
2772 ····00188340·000062302772 ····00188340·00006230
2773 ····00092b46·000007bc2773 ····00092b46·000007bc
2774 ····000a6580·000000012774 ····000a6580·00000001
Offset 2797, 24 lines modifiedOffset 2797, 24 lines modified
2797 ····0018e8c0·000006e52797 ····0018e8c0·000006e5
2798 ····0018efb0·0000027a2798 ····0018efb0·0000027a
2799 ····000b66e0·0000017c2799 ····000b66e0·0000017c
2800 ····000b6d30·000000432800 ····000b6d30·00000043
2801 ····00000000·000000002801 ····00000000·00000000
2802 ··Length:···················282802 ··Length:···················28
2803 ··Version:··················22803 ··Version:··················2
2804 ··Offset·into·.debug_info:··0xdfdca92804 ··Offset·into·.debug_info:··0xdfdcab
2805 ··Pointer·Size:·············42805 ··Pointer·Size:·············4
2806 ··Segment·Size:·············02806 ··Segment·Size:·············0
  
2807 ····Address····Length2807 ····Address····Length
2808 ····0018f230·000007642808 ····0018f230·00000764
2809 ····00000000·000000002809 ····00000000·00000000
2810 ··Length:···················1162810 ··Length:···················116
2811 ··Version:··················22811 ··Version:··················2
2812 ··Offset·into·.debug_info:··0xe119b92812 ··Offset·into·.debug_info:··0xe119bb
2813 ··Pointer·Size:·············42813 ··Pointer·Size:·············4
2814 ··Segment·Size:·············02814 ··Segment·Size:·············0
  
2815 ····Address····Length2815 ····Address····Length
2816 ····0018f9a0·000004aa2816 ····0018f9a0·000004aa
2817 ····00093302·000000232817 ····00093302·00000023
2818 ····0013df10·000000082818 ····0013df10·00000008
Offset 2826, 15 lines modifiedOffset 2826, 15 lines modified
2826 ····000a7c90·0000001f2826 ····000a7c90·0000001f
2827 ····0008d66f·0000003d2827 ····0008d66f·0000003d
2828 ····000b66e0·0000017c2828 ····000b66e0·0000017c
2829 ····000b6d30·000000432829 ····000b6d30·00000043
2830 ····00000000·000000002830 ····00000000·00000000
2831 ··Length:···················2282831 ··Length:···················228
2832 ··Version:··················22832 ··Version:··················2
2833 ··Offset·into·.debug_info:··0xe2050d2833 ··Offset·into·.debug_info:··0xe2050f
2834 ··Pointer·Size:·············42834 ··Pointer·Size:·············4
2835 ··Segment·Size:·············02835 ··Segment·Size:·············0
  
2836 ····Address····Length2836 ····Address····Length
2837 ····0018fe60·0000737a2837 ····0018fe60·0000737a
2838 ····000933be·0000103a2838 ····000933be·0000103a
2839 ····000a4570·000000082839 ····000a4570·00000008
Offset 2860, 15 lines modifiedOffset 2860, 15 lines modified
2860 ····000b55c0·000000452860 ····000b55c0·00000045
2861 ····000b5d10·0000002d2861 ····000b5d10·0000002d
2862 ····00197860·0000026b2862 ····00197860·0000026b
2863 ····00158980·000003432863 ····00158980·00000343
2864 ····00000000·000000002864 ····00000000·00000000
2865 ··Length:···················3882865 ··Length:···················388
2866 ··Version:··················22866 ··Version:··················2
2867 ··Offset·into·.debug_info:··0xe6c39a2867 ··Offset·into·.debug_info:··0xe6c39c
2868 ··Pointer·Size:·············42868 ··Pointer·Size:·············4
2869 ··Segment·Size:·············02869 ··Segment·Size:·············0
  
2870 ····Address····Length2870 ····Address····Length
2871 ····00197b00·000091ef2871 ····00197b00·000091ef
2872 ····000943f8·00001e532872 ····000943f8·00001e53
2873 ····000a6160·000000012873 ····000a6160·00000001
Offset 2914, 15 lines modifiedOffset 2914, 15 lines modified
2914 ····001a2350·000002532914 ····001a2350·00000253
2915 ····001a25b0·000001b92915 ····001a25b0·000001b9
2916 ····000b66e0·0000017c2916 ····000b66e0·0000017c
2917 ····000b6d30·000000432917 ····000b6d30·00000043
2918 ····00000000·000000002918 ····00000000·00000000
2919 ··Length:···················6682919 ··Length:···················668
2920 ··Version:··················22920 ··Version:··················2
2921 ··Offset·into·.debug_info:··0xf1a5982921 ··Offset·into·.debug_info:··0xf1a59a
2922 ··Pointer·Size:·············42922 ··Pointer·Size:·············4
2923 ··Segment·Size:·············02923 ··Segment·Size:·············0
  
2924 ····Address····Length2924 ····Address····Length
2925 ····001a2770·00001eb22925 ····001a2770·00001eb2
2926 ····00096360·00000cb52926 ····00096360·00000cb5
2927 ····000a4570·000000082927 ····000a4570·00000008
Offset 3003, 37 lines modifiedOffset 3003, 37 lines modified
3003 ····001af660·000000403003 ····001af660·00000040
3004 ····001af6a0·000000403004 ····001af6a0·00000040
3005 ····001af6e0·00001de23005 ····001af6e0·00001de2
3006 ····001b14d0·000009783006 ····001b14d0·00000978
3007 ····00000000·000000003007 ····00000000·00000000
3008 ··Length:···················363008 ··Length:···················36
3009 ··Version:··················23009 ··Version:··················2
3010 ··Offset·into·.debug_info:··0xf8a8c33010 ··Offset·into·.debug_info:··0xf8a8c5
3011 ··Pointer·Size:·············43011 ··Pointer·Size:·············4
3012 ··Segment·Size:·············03012 ··Segment·Size:·············0
  
3013 ····Address····Length3013 ····Address····Length
3014 ····001b1e50·00000b083014 ····001b1e50·00000b08
3015 ····00097015·0000012b3015 ····00097015·0000012b
3016 ····00000000·000000003016 ····00000000·00000000
3017 ··Length:···················523017 ··Length:···················52
3018 ··Version:··················23018 ··Version:··················2
3019 ··Offset·into·.debug_info:··0xf9189b3019 ··Offset·into·.debug_info:··0xf9189d
3020 ··Pointer·Size:·············43020 ··Pointer·Size:·············4
3021 ··Segment·Size:·············03021 ··Segment·Size:·············0
  
3022 ····Address····Length3022 ····Address····Length
Max diff block lines reached; 387/3952 bytes (9.79%) of diff not shown.
22.2 KB
strings --all --bytes=8 {}
    
Offset 1, 9 lines modifiedOffset 1, 8 lines modified
1 /GCC:·(Debian·14.2.0-5)·14.2.01 GCC:·(Debian·14.2.0-5)·14.2.0
2 c0Ax»   M;) 
3 t»      MsU;sUw2 t»      MsU;sUw
4 T3%nH*dT3 T3%nH*dT
5 LTh-=8/i/w4 LTh-=8/i/w
6 Xu6VH][t5 Xu6VH][t
7 kJvKLI<U6 kJvKLI<U
8 a`ch%`o'7 a`ch%`o'
9 `y·7njhfM8 `y·7njhfM
Offset 291, 340 lines modifiedOffset 290, 361 lines modified
291 Lxe/zT>v290 Lxe/zT>v
292 U#>%*$I]#291 U#>%*$I]#
293 CAaH@kTP292 CAaH@kTP
294 vW#>%*$I]#293 vW#>%*$I]#
295 iE·}2^8m294 iE·}2^8m
296 !Kn{D%ul295 !Kn{D%ul
297 ^YWvBa+6296 ^YWvBa+6
 297 n9"1Lm&&p^(w
 298 zm_[2-·$
 299 r$ES_TxR
 300 5'&>·god
 301 __ACW*:4h
 302 3\Ia=]Xop
 303 Z>c^6oET
 304 %2r<oB·%%
 305 WvU|e'Vsv#
 306 i{UN8XQc;
 307 OZsQ$)s'9")i
 308 :<l2%lvf
 309 zn='`A`F
 310 {|(]cv]Xo)
 311 mO2RB|·7t
 312 Q9)LpYR`<}
 313 @#>)»   tf0%
 314 zsp53^;7
 315 (7q5J.J)J
 316 !;WVh3WV
 317 r»      %·I']6h
 318 pFM7`]sD
 319 5yczLL1&1
 320 -TqG'·.1R
 321 o*L#8x·'
 322 :E6Y1"w(
 323 ^j48Xj4:Yj
 324 wSaMLOf>
 325 HWYFqYFY
 326 j2qG@Pj'
 327 C}h|b>@}b>
 328 >»      hLZ>»  :
 329 }KE4O</a
 330 q`,]&_/M
 331 ,+NGjX=W
 332 AU\Zh-F\H
 333 2[g\J-;}
 334 LP=VpkfI^
 335 GpeBKh|u
 336 \U)-+YdC1
 337 |TmGg^sj-/
 338 8>2Ujpw8
 339 ]`o/U3N?
 340 FpMHU#z8
 341 %4s2=C|O
 342 Pkzm+j11;@
 343 ?Q{Ilhh6
 344 _Nf,'J!j9WnHk
 345 6K\(Xab3
 346 'HE_C!;KI
 347 tC>0Ofns@s
 348 Y2^vFQ%tE
 349 ~oAkOQ\p
 350 ?d/7tZ"Xg
 351 :=/IDyi9
 352 LTPfyxSZ
 353 `[[pv*25
 354 o'}"]Z[c
 355 :Wd:ZI.*
 356 bnU7`p/|
 357 [;iW'5{w
 358 -a>ywgagh{
 359 71pU7cg0
 360 »       `q"*IR%
 361 2'tpA<->
 362 usNQ\aEP
 363 .8CV6/@1.
 364 5>m4R_yl
 365 y)#[s8#b
 366 Ie4Gh>Hu
 367 RqW·5){4R7e
 368 "u6{a`G-
 369 @*;F3ROd
 370 AA~»    5yi6
 371 hC-;0DY»
 372 'vS5w*G<'
 373 E/r6F3E:
 374 eY!K+4{xVy
 375 *%gl]%~C
 376 `]+LdG21
 377 u5a8on.·U
 378 25=Z^!#^1'
 379 J:t7*;[I
 380 ".+{&[|\g
 381 5SXIm!a|
 382 yPo9SXI7»       b5f
 383 o6hq.hfmt
 384 ~CYnx@^x
 385 ]Yi+AYrY
 386 @6QtC"C%RA
 387 B#="76f~
 388 Jt/d'JU*5
 389 NaJlep6S8
 390 cFD]7>_X
 391 -;C3"Z6t
 392 i·G`wRo?
 393 8wg8+`J]
 394 F}OA5`;-
 395 {u~&`j}`
 396 ]"=Fc21,
 397 Z'501WhaJ
 398 ·;Xs^{LT
 399 F\uCn,]F
 400 8"!#JPA;7f;o
 401 dt#YT"4@
 402 !cb$~Tl#
 403 {dn»    Rs8S
 404 Y%k8=V#>
 405 bCErZ:jN
 406 bfPl&miW13
Max diff block lines reached; 15242/22644 bytes (67.31%) of diff not shown.
4.08 KB
readelf --wide --decompress --string-dump=.debug_line_str {}
    
Offset 223, 71 lines modifiedOffset 223, 71 lines modified
223 ··[···d2c]··uid_generator.h223 ··[···d2c]··uid_generator.h
224 ··[···d3c]··hex_string.h224 ··[···d3c]··hex_string.h
225 ··[···d49]··meta.h225 ··[···d49]··meta.h
226 ··[···d50]··sections_summary.h226 ··[···d50]··sections_summary.h
227 ··[···d63]··value.h227 ··[···d63]··value.h
228 ··[···d6b]··features.h228 ··[···d6b]··features.h
229 ··[···d76]··module_content.h229 ··[···d76]··module_content.h
230 ··[···d87]··module_pe_generated.h230 ··[···d87]··module_hash_generated.h
231 ··[···d9d]··module_list.h231 ··[···d9f]··module_list.h
232 ··[···dab]··module_pool.h232 ··[···dad]··module_pool.h
233 ··[···db9]··void_t.hpp233 ··[···dbb]··void_t.hpp
234 ··[···dc4]··value_t.hpp234 ··[···dc6]··value_t.hpp
235 ··[···dd0]··input_adapters.hpp235 ··[···dd2]··input_adapters.hpp
236 ··[···de3]··binary_reader.hpp236 ··[···de5]··binary_reader.hpp
237 ··[···df5]··parser.hpp237 ··[···df7]··parser.hpp
238 ··[···e00]··primitive_iterator.hpp238 ··[···e02]··primitive_iterator.hpp
239 ··[···e17]··json_custom_base_class.hpp239 ··[···e19]··json_custom_base_class.hpp
240 ··[···e32]··to_chars.hpp240 ··[···e34]··to_chars.hpp
241 ··[···e3f]··output_adapters.hpp241 ··[···e41]··output_adapters.hpp
242 ··[···e53]··internal_iterator.hpp242 ··[···e55]··internal_iterator.hpp
243 ··[···e69]··iter_impl.hpp243 ··[···e6b]··iter_impl.hpp
244 ··[···e77]··json_ref.hpp244 ··[···e79]··json_ref.hpp
245 ··[···e84]··begin.hpp245 ··[···e86]··begin.hpp
246 ··[···e8e]··byte_container_with_subtype.hpp246 ··[···e90]··byte_container_with_subtype.hpp
247 ··[···eae]··json_pointer.hpp247 ··[···eb0]··json_pointer.hpp
248 ··[···ebf]··json_fwd.hpp248 ··[···ec1]··json_fwd.hpp
249 ··[···ecc]··filesystem.h249 ··[···ece]··filesystem.h
250 ··[···ed9]··std_fs.hpp250 ··[···edb]··std_fs.hpp
251 ··[···ee4]··./src/builder/yara_hex_string_builder.cpp251 ··[···ee6]··./src/builder/yara_hex_string_builder.cpp
252 ··[···f0e]··stl_numeric.h252 ··[···f10]··stl_numeric.h
253 ··[···f1c]··yara_hex_string_builder.h253 ··[···f1e]··yara_hex_string_builder.h
254 ··[···f36]··./src/builder/yara_rule_builder.cpp254 ··[···f38]··./src/builder/yara_rule_builder.cpp
255 ··[···f5a]··yara_rule_builder.h255 ··[···f5c]··yara_rule_builder.h
256 ··[···f6e]··plain_string.h256 ··[···f70]··plain_string.h
257 ··[···f7d]··./src/parser/parser_driver.cpp257 ··[···f7f]··./src/parser/parser_driver.cpp
258 ··[···f9c]··./src/parser258 ··[···f9e]··./src/parser
259 ··[···fa9]··errors.h259 ··[···fab]··errors.h
260 ··[···fb2]··filter_view.h260 ··[···fb4]··filter_view.h
261 ··[···fc0]··string_fortified.h261 ··[···fc2]··string_fortified.h
262 ··[···fd3]··string_conversions.h262 ··[···fd5]··string_conversions.h
263 ··[···fe8]··locale_classes.tcc263 ··[···fea]··locale_classes.tcc
264 ··[···ffb]··fstream264 ··[···ffd]··fstream
265 ··[··1003]··istream.tcc265 ··[··1005]··istream.tcc
266 ··[··100f]··basic_file.h266 ··[··1011]··basic_file.h
267 ··[··101c]··c++io.h267 ··[··101e]··c++io.h
268 ··[··1024]··fstream.tcc268 ··[··1026]··fstream.tcc
269 ··[··1030]··exception269 ··[··1032]··exception
270 ··[··103a]··hash_bytes.h270 ··[··103c]··hash_bytes.h
271 ··[··1047]··thread-shared-types.h271 ··[··1049]··thread-shared-types.h
272 ··[··105d]··struct_mutex.h272 ··[··105f]··struct_mutex.h
273 ··[··106c]··pthreadtypes.h273 ··[··106e]··pthreadtypes.h
274 ··[··107b]··gthr-default.h274 ··[··107d]··gthr-default.h
275 ··[··108a]··module_cuckoo_generated.h275 ··[··108c]··module_dotnet_generated.h
276 ··[··10a4]··module_dex_generated.h276 ··[··10a6]··module_dex_generated.h
277 ··[··10bb]··module_hash_generated.h 
278 ··[··10d3]··module_time_generated.h 
279 ··[··10eb]··module_dotnet_generated.h 
280 ··[··1105]··module_math_generated.h277 ··[··10bd]··module_math_generated.h
 278 ··[··10d5]··module_magic_generated.h
281 ··[··111d]··module_string_generated.h279 ··[··10ee]··module_string_generated.h
282 ··[··1137]··module_elf_generated.h 
283 ··[··114e]··module_console_generated.h280 ··[··1108]··module_console_generated.h
 281 ··[··1123]··module_time_generated.h
 282 ··[··113b]··module_macho_generated.h
 283 ··[··1154]··module_elf_generated.h
 284 ··[··116b]··module_cuckoo_generated.h
284 ··[··1169]··module_cuckoo_deprecated_generated.h285 ··[··1185]··module_cuckoo_deprecated_generated.h
285 ··[··118e]··module_magic_generated.h 
286 ··[··11a7]··module_macho_generated.h286 ··[··11aa]··module_pe_generated.h
287 ··[··11c0]··filesystem_operations.h287 ··[··11c0]··filesystem_operations.h
288 ··[··11d8]··stdio2-decl.h288 ··[··11d8]··stdio2-decl.h
289 ··[··11e6]··errno.h289 ··[··11e6]··errno.h
290 ··[··11ee]··./src/types/hex_string.cpp290 ··[··11ee]··./src/types/hex_string.cpp
291 ··[··1209]··./src/types291 ··[··1209]··./src/types
292 ··[··1215]··./src/types/literal.cpp292 ··[··1215]··./src/types/literal.cpp
293 ··[··122d]··algorithmfwd.h293 ··[··122d]··algorithmfwd.h
38.4 KB
python3-yaramod-dbgsym_3.21.0-1.1_i386.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·10411044·2024-07-03·21:18:46.000000·data.tar.xz3 -rw-r--r--···0········0········0·10411112·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:·119887 Installed-Size:·11988
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:·91e6b6d41a3126c4c9400147d3ba342ae8bca85513 Build-Ids:·f025d494ba9993248635146b86a42242fd2f2c54
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/91/e6b6d41a3126c4c9400147d3ba342ae8bca855.debug1 usr/lib/debug/.build-id/f0/25d494ba9993248635146b86a42242fd2f2c54.debug
37.3 KB
data.tar.xz
37.3 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/91/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/f0/
7 -rw-r--r--···0·root·········(0)·root·········(0)·12265352·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/91/e6b6d41a3126c4c9400147d3ba342ae8bca855.debug7 -rw-r--r--···0·root·········(0)·root·········(0)·12265352·2024-07-03·21:18:46.000000·./usr/lib/debug/.build-id/f0/25d494ba9993248635146b86a42242fd2f2c54.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
35.9 KB
./usr/lib/debug/.build-id/91/e6b6d41a3126c4c9400147d3ba342ae8bca855.debug vs.
./usr/lib/debug/.build-id/f0/25d494ba9993248635146b86a42242fd2f2c54.debug
File has been modified after NT_GNU_BUILD_ID has been applied. Files 1% similar despite different names
1.28 KB
readelf --wide --sections {}
    
Offset 30, 15 lines modifiedOffset 30, 15 lines modified
30 ··[25]·.bss··············NOBITS··········0021b0a0·000ff8·000088·00··WA··0···0·3230 ··[25]·.bss··············NOBITS··········0021b0a0·000ff8·000088·00··WA··0···0·32
31 ··[26]·.comment··········PROGBITS········00000000·000198·00001e·01··MS··0···0··131 ··[26]·.comment··········PROGBITS········00000000·000198·00001e·01··MS··0···0··1
32 ··[27]·.debug_aranges····PROGBITS········00000000·0001b8·002cbc·00···C··0···0··432 ··[27]·.debug_aranges····PROGBITS········00000000·0001b8·002cbc·00···C··0···0··4
33 ··[28]·.debug_info·······PROGBITS········00000000·002e74·663a3e·00···C··0···0··433 ··[28]·.debug_info·······PROGBITS········00000000·002e74·663a3e·00···C··0···0··4
34 ··[29]·.debug_abbrev·····PROGBITS········00000000·6668b4·002554·00···C··0···0··434 ··[29]·.debug_abbrev·····PROGBITS········00000000·6668b4·002554·00···C··0···0··4
35 ··[30]·.debug_line·······PROGBITS········00000000·668e08·05ca52·00···C··0···0··435 ··[30]·.debug_line·······PROGBITS········00000000·668e08·05ca52·00···C··0···0··4
36 ··[31]·.debug_str········PROGBITS········00000000·6c585c·1fb831·01·MSC··0···0··436 ··[31]·.debug_str········PROGBITS········00000000·6c585c·1fb831·01·MSC··0···0··4
37 ··[32]·.debug_line_str···PROGBITS········00000000·8c1090·000751·01·MSC··0···0··437 ··[32]·.debug_line_str···PROGBITS········00000000·8c1090·000752·01·MSC··0···0··4
38 ··[33]·.debug_loclists···PROGBITS········00000000·8c17e4·129175·00···C··0···0··438 ··[33]·.debug_loclists···PROGBITS········00000000·8c17e4·129175·00···C··0···0··4
39 ··[34]·.debug_rnglists···PROGBITS········00000000·9ea95c·048a94·00···C··0···0··439 ··[34]·.debug_rnglists···PROGBITS········00000000·9ea95c·048a94·00···C··0···0··4
40 ··[35]·.symtab···········SYMTAB··········00000000·a333f0·022800·10·····36·8238··440 ··[35]·.symtab···········SYMTAB··········00000000·a333f0·022800·10·····36·8238··4
41 ··[36]·.strtab···········STRTAB··········00000000·a55bf0·15c42c·00······0···0··141 ··[36]·.strtab···········STRTAB··········00000000·a55bf0·15c42c·00······0···0··1
42 ··[37]·.shstrtab·········STRTAB··········00000000·bb201c·00017b·00······0···0··142 ··[37]·.shstrtab·········STRTAB··········00000000·bb201c·00017b·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),
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:·91e6b6d41a3126c4c9400147d3ba342ae8bca8553 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·f025d494ba9993248635146b86a42242fd2f2c54
3.76 KB
readelf --wide --debug-dump=rawline {}
    
Offset 337, 27 lines modifiedOffset 337, 27 lines modified
337 ··259»    (udata)»     6»    (line_strp)» (offset:·0x1005):·token_type.h337 ··259»    (udata)»     6»    (line_strp)» (offset:·0x1005):·token_type.h
338 ··260»    (udata)»     6»    (line_strp)» (offset:·0x1012):·hex_string.h338 ··260»    (udata)»     6»    (line_strp)» (offset:·0x1012):·hex_string.h
339 ··261»    (udata)»     6»    (line_strp)» (offset:·0x101f):·meta.h339 ··261»    (udata)»     6»    (line_strp)» (offset:·0x101f):·meta.h
340 ··262»    (udata)»     5»    (line_strp)» (offset:·0x1026):·uid_generator.h340 ··262»    (udata)»     5»    (line_strp)» (offset:·0x1026):·uid_generator.h
341 ··263»    (udata)»     6»    (line_strp)» (offset:·0x1036):·sections_summary.h341 ··263»    (udata)»     6»    (line_strp)» (offset:·0x1036):·sections_summary.h
342 ··264»    (udata)»     5»    (line_strp)» (offset:·0x1049):·value.h342 ··264»    (udata)»     5»    (line_strp)» (offset:·0x1049):·value.h
343 ··265»    (udata)»     6»    (line_strp)» (offset:·0x1051):·features.h343 ··265»    (udata)»     6»    (line_strp)» (offset:·0x1051):·features.h
344 ··266»    (udata)»     19»   (line_strp)»(offset:·0x105c):·module_pe_generated.h344 ··266»    (udata)»     19»   (line_strp)»(offset:·0x105c):·module_hash_generated.h
345 ··267»    (udata)»     19»   (line_strp)»(offset:·0x1072):·module_cuckoo_generated.h345 ··267»    (udata)»     19»   (line_strp)»(offset:·0x1074):·module_dotnet_generated.h
346 ··268»    (udata)»     19»   (line_strp)»(offset:·0x108c):·module_dex_generated.h346 ··268»    (udata)»     19»   (line_strp)»(offset:·0x108e):·module_dex_generated.h
347 ··269»    (udata)»     19»   (line_strp)»(offset:·0x10a3):·module_hash_generated.h347 ··269»    (udata)»     19»   (line_strp)»(offset:·0x10a5):·module_math_generated.h
 348 ··270»    (udata)»     19»   (line_strp)»(offset:·0x10bd):·module_magic_generated.h
 349 ··271»    (udata)»     19»   (line_strp)»(offset:·0x10d6):·module_string_generated.h
 350 ··272»    (udata)»     19»   (line_strp)»(offset:·0x10f0):·module_console_generated.h
348 ··270»    (udata)»     19»   (line_strp)»(offset:·0x10bb):·module_time_generated.h351 ··273»    (udata)»     19»   (line_strp)»(offset:·0x110b):·module_time_generated.h
349 ··271»    (udata)»     19»   (line_strp)»(offset:·0x10d3):·module_dotnet_generated.h 
350 ··272»    (udata)»     19»   (line_strp)»(offset:·0x10ed):·module_math_generated.h352 ··274»    (udata)»     19»   (line_strp)»(offset:·0x1123):·module_macho_generated.h
351 ··273»    (udata)»     19»   (line_strp)»(offset:·0x1105):·module_string_generated.h 
352 ··274»    (udata)»     19»   (line_strp)»(offset:·0x111f):·module_elf_generated.h353 ··275»    (udata)»     19»   (line_strp)»(offset:·0x113c):·module_elf_generated.h
353 ··275»    (udata)»     19»   (line_strp)»(offset:·0x1136):·module_console_generated.h354 ··276»    (udata)»     19»   (line_strp)»(offset:·0x1153):·module_cuckoo_generated.h
354 ··276»    (udata)»     19»   (line_strp)»(offset:·0x1151):·module_cuckoo_deprecated_generated.h355 ··277»    (udata)»     19»   (line_strp)»(offset:·0x116d):·module_cuckoo_deprecated_generated.h
355 ··277»    (udata)»     19»   (line_strp)»(offset:·0x1176):·module_magic_generated.h 
356 ··278»    (udata)»     19»   (line_strp)»(offset:·0x118f):·module_macho_generated.h356 ··278»    (udata)»     19»   (line_strp)»(offset:·0x1192):·module_pe_generated.h
357 ··279»    (udata)»     22»   (line_strp)»(offset:·0x11a8):·modifying_visitor.h357 ··279»    (udata)»     22»   (line_strp)»(offset:·0x11a8):·modifying_visitor.h
358 ··280»    (udata)»     22»   (line_strp)»(offset:·0xb3a):·utils.h358 ··280»    (udata)»     22»   (line_strp)»(offset:·0xb3a):·utils.h
359 ··281»    (udata)»     22»   (line_strp)»(offset:·0x11bc):·observing_visitor.h359 ··281»    (udata)»     22»   (line_strp)»(offset:·0x11bc):·observing_visitor.h
360 ··282»    (udata)»     11»   (line_strp)»(offset:·0x11d0):·core.h360 ··282»    (udata)»     11»   (line_strp)»(offset:·0x11d0):·core.h
361 ··283»    (udata)»     11»   (line_strp)»(offset:·0x11d7):·format.h361 ··283»    (udata)»     11»   (line_strp)»(offset:·0x11d7):·format.h
362 ··284»    (udata)»     15»   (line_strp)»(offset:·0x11e0):·precedence.h362 ··284»    (udata)»     15»   (line_strp)»(offset:·0x11e0):·precedence.h
363 ··285»    (udata)»     15»   (line_strp)»(offset:·0x11ed):·action.h363 ··285»    (udata)»     15»   (line_strp)»(offset:·0x11ed):·action.h
Offset 839613, 15 lines modifiedOffset 839613, 15 lines modified
839613 ··202»    (udata)»     5»    (line_strp)» (offset:·0x101f):·meta.h839613 ··202»    (udata)»     5»    (line_strp)» (offset:·0x101f):·meta.h
839614 ··203»    (udata)»     5»    (line_strp)» (offset:·0x723):·variable.h839614 ··203»    (udata)»     5»    (line_strp)» (offset:·0x723):·variable.h
839615 ··204»    (udata)»     5»    (line_strp)» (offset:·0x71c):·rule.h839615 ··204»    (udata)»     5»    (line_strp)» (offset:·0x71c):·rule.h
839616 ··205»    (udata)»     5»    (line_strp)» (offset:·0x1036):·sections_summary.h839616 ··205»    (udata)»     5»    (line_strp)» (offset:·0x1036):·sections_summary.h
839617 ··206»    (udata)»     16»   (line_strp)»(offset:·0x1049):·value.h839617 ··206»    (udata)»     16»   (line_strp)»(offset:·0x1049):·value.h
839618 ··207»    (udata)»     5»    (line_strp)» (offset:·0x1051):·features.h839618 ··207»    (udata)»     5»    (line_strp)» (offset:·0x1051):·features.h
839619 ··208»    (udata)»     30»   (line_strp)»(offset:·0x8ef):·module_content.h839619 ··208»    (udata)»     30»   (line_strp)»(offset:·0x8ef):·module_content.h
839620 ··209»    (udata)»     31»   (line_strp)»(offset:·0x105c):·module_pe_generated.h839620 ··209»    (udata)»     31»   (line_strp)»(offset:·0x105c):·module_hash_generated.h
839621 ··210»    (udata)»     31»   (line_strp)»(offset:·0x8e1):·module_list.h839621 ··210»    (udata)»     31»   (line_strp)»(offset:·0x8e1):·module_list.h
839622 ··211»    (udata)»     30»   (line_strp)»(offset:·0x8d3):·module_pool.h839622 ··211»    (udata)»     30»   (line_strp)»(offset:·0x8d3):·module_pool.h
839623 ··212»    (udata)»     8»    (line_strp)» (offset:·0xb3a):·utils.h839623 ··212»    (udata)»     8»    (line_strp)» (offset:·0xb3a):·utils.h
839624 ··213»    (udata)»     32»   (line_strp)»(offset:·0x1260):·void_t.hpp839624 ··213»    (udata)»     32»   (line_strp)»(offset:·0x1260):·void_t.hpp
839625 ··214»    (udata)»     33»   (line_strp)»(offset:·0x126b):·value_t.hpp839625 ··214»    (udata)»     33»   (line_strp)»(offset:·0x126b):·value_t.hpp
839626 ··215»    (udata)»     34»   (line_strp)»(offset:·0x1277):·input_adapters.hpp839626 ··215»    (udata)»     34»   (line_strp)»(offset:·0x1277):·input_adapters.hpp
839627 ··216»    (udata)»     34»   (line_strp)»(offset:·0x128a):·binary_reader.hpp839627 ··216»    (udata)»     34»   (line_strp)»(offset:·0x128a):·binary_reader.hpp
25.8 KB
readelf --wide --debug-dump=info {}
    
Offset 1248134, 57 lines modifiedOffset 1248134, 57 lines modified
1248134 ·<2><23fe20>:·Abbrev·Number:·447·(DW_TAG_namespace)1248134 ·<2><23fe20>:·Abbrev·Number:·447·(DW_TAG_namespace)
1248135 ····<23fe22>···DW_AT_name········:·(strp)·(offset:·0x6b050f):·modules1248135 ····<23fe22>···DW_AT_name········:·(strp)·(offset:·0x6b050f):·modules
1248136 ····<23fe26>···DW_AT_decl_file···:·(data2)·2661248136 ····<23fe26>···DW_AT_decl_file···:·(data2)·266
1248137 ····<23fe28>···DW_AT_decl_line···:·(data1)·121248137 ····<23fe28>···DW_AT_decl_line···:·(data1)·12
1248138 ····<23fe29>···DW_AT_decl_column·:·(data1)·121248138 ····<23fe29>···DW_AT_decl_column·:·(data1)·12
1248139 ····<23fe2a>···DW_AT_sibling·····:·(ref_udata)·<0x2400aa>1248139 ····<23fe2a>···DW_AT_sibling·····:·(ref_udata)·<0x2400aa>
1248140 ·<3><23fe2e>:·Abbrev·Number:·342·(DW_TAG_class_type)1248140 ·<3><23fe2e>:·Abbrev·Number:·342·(DW_TAG_class_type)
1248141 ····<23fe30>···DW_AT_name········:·(strp)·(offset:·0x203a86):·Gmodule_pe1248141 ····<23fe30>···DW_AT_name········:·(strp)·(offset:·0xfbf9a):·Gmodule_hash
1248142 ····<23fe34>···DW_AT_byte_size···:·(data1)·481248142 ····<23fe34>···DW_AT_byte_size···:·(data1)·48
1248143 ····<23fe35>···DW_AT_decl_file···:·(data2)·2661248143 ····<23fe35>···DW_AT_decl_file···:·(data2)·266
1248144 ····<23fe37>···DW_AT_decl_line···:·(data1)·141248144 ····<23fe37>···DW_AT_decl_line···:·(data1)·14
1248145 ····<23fe38>···DW_AT_decl_column·:·(data1)·81248145 ····<23fe38>···DW_AT_decl_column·:·(data1)·8
1248146 ····<23fe39>···DW_AT_sibling·····:·(ref_udata)·<0x23fe5b>1248146 ····<23fe39>···DW_AT_sibling·····:·(ref_udata)·<0x23fe5b>
1248147 ·<4><23fe3d>:·Abbrev·Number:·62·(DW_TAG_inheritance)1248147 ·<4><23fe3d>:·Abbrev·Number:·62·(DW_TAG_inheritance)
1248148 ····<23fe3e>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent1248148 ····<23fe3e>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent
1248149 ····<23fe42>···DW_AT_data_member_location:·(data1)·01248149 ····<23fe42>···DW_AT_data_member_location:·(data1)·0
1248150 ····<23fe43>···DW_AT_accessibility:·(data1)·1»   (public)1248150 ····<23fe43>···DW_AT_accessibility:·(data1)·1»   (public)
1248151 ·<4><23fe44>:·Abbrev·Number:·391·(DW_TAG_subprogram)1248151 ·<4><23fe44>:·Abbrev·Number:·391·(DW_TAG_subprogram)
1248152 ····<23fe46>···DW_AT_external····:·(flag_present)·11248152 ····<23fe46>···DW_AT_external····:·(flag_present)·1
1248153 ····<23fe46>···DW_AT_name········:·(strp)·(offset:·0x203a86):·Gmodule_pe1248153 ····<23fe46>···DW_AT_name········:·(strp)·(offset:·0xfbf9a):·Gmodule_hash
1248154 ····<23fe4a>···DW_AT_decl_file···:·(data2)·2661248154 ····<23fe4a>···DW_AT_decl_file···:·(data2)·266
1248155 ····<23fe4c>···DW_AT_decl_line···:·(implicit_const)·171248155 ····<23fe4c>···DW_AT_decl_line···:·(implicit_const)·17
1248156 ····<23fe4c>···DW_AT_decl_column·:·(implicit_const)·21248156 ····<23fe4c>···DW_AT_decl_column·:·(implicit_const)·2
1248157 ····<23fe4c>···DW_AT_linkage_name:·(strp)·(offset:·0x77f083):·_ZN7yaramod7modules10Gmodule_peC4Ev1248157 ····<23fe4c>···DW_AT_linkage_name:·(strp)·(offset:·0x6d70c9):·_ZN7yaramod7modules12Gmodule_hashC4Ev
1248158 ····<23fe50>···DW_AT_accessibility:·(implicit_const)·1»  (public)1248158 ····<23fe50>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1248159 ····<23fe50>···DW_AT_declaration·:·(flag_present)·11248159 ····<23fe50>···DW_AT_declaration·:·(flag_present)·1
1248160 ····<23fe50>···DW_AT_object_pointer:·(ref_udata)·<0x23fe54>1248160 ····<23fe50>···DW_AT_object_pointer:·(ref_udata)·<0x23fe54>
1248161 ·<5><23fe54>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1248161 ·<5><23fe54>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1248162 ····<23fe55>···DW_AT_type········:·(ref_udata)·<0x255f50>1248162 ····<23fe55>···DW_AT_type········:·(ref_udata)·<0x255f50>
1248163 ····<23fe59>···DW_AT_artificial··:·(flag_present)·11248163 ····<23fe59>···DW_AT_artificial··:·(flag_present)·1
1248164 ·<5><23fe59>:·Abbrev·Number:·01248164 ·<5><23fe59>:·Abbrev·Number:·0
1248165 ·<4><23fe5a>:·Abbrev·Number:·01248165 ·<4><23fe5a>:·Abbrev·Number:·0
1248166 ·<3><23fe5b>:·Abbrev·Number:·342·(DW_TAG_class_type)1248166 ·<3><23fe5b>:·Abbrev·Number:·342·(DW_TAG_class_type)
1248167 ····<23fe5d>···DW_AT_name········:·(strp)·(offset:·0x32b7c6):·Gmodule_cuckoo1248167 ····<23fe5d>···DW_AT_name········:·(strp)·(offset:·0x1b674a):·Gmodule_dotnet
1248168 ····<23fe61>···DW_AT_byte_size···:·(data1)·481248168 ····<23fe61>···DW_AT_byte_size···:·(data1)·48
1248169 ····<23fe62>···DW_AT_decl_file···:·(data2)·2671248169 ····<23fe62>···DW_AT_decl_file···:·(data2)·267
1248170 ····<23fe64>···DW_AT_decl_line···:·(data1)·141248170 ····<23fe64>···DW_AT_decl_line···:·(data1)·14
1248171 ····<23fe65>···DW_AT_decl_column·:·(data1)·81248171 ····<23fe65>···DW_AT_decl_column·:·(data1)·8
1248172 ····<23fe66>···DW_AT_sibling·····:·(ref_udata)·<0x23fe88>1248172 ····<23fe66>···DW_AT_sibling·····:·(ref_udata)·<0x23fe88>
1248173 ·<4><23fe6a>:·Abbrev·Number:·62·(DW_TAG_inheritance)1248173 ·<4><23fe6a>:·Abbrev·Number:·62·(DW_TAG_inheritance)
1248174 ····<23fe6b>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent1248174 ····<23fe6b>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent
1248175 ····<23fe6f>···DW_AT_data_member_location:·(data1)·01248175 ····<23fe6f>···DW_AT_data_member_location:·(data1)·0
1248176 ····<23fe70>···DW_AT_accessibility:·(data1)·1»   (public)1248176 ····<23fe70>···DW_AT_accessibility:·(data1)·1»   (public)
1248177 ·<4><23fe71>:·Abbrev·Number:·391·(DW_TAG_subprogram)1248177 ·<4><23fe71>:·Abbrev·Number:·391·(DW_TAG_subprogram)
1248178 ····<23fe73>···DW_AT_external····:·(flag_present)·11248178 ····<23fe73>···DW_AT_external····:·(flag_present)·1
1248179 ····<23fe73>···DW_AT_name········:·(strp)·(offset:·0x32b7c6):·Gmodule_cuckoo1248179 ····<23fe73>···DW_AT_name········:·(strp)·(offset:·0x1b674a):·Gmodule_dotnet
1248180 ····<23fe77>···DW_AT_decl_file···:·(data2)·2671248180 ····<23fe77>···DW_AT_decl_file···:·(data2)·267
1248181 ····<23fe79>···DW_AT_decl_line···:·(implicit_const)·171248181 ····<23fe79>···DW_AT_decl_line···:·(implicit_const)·17
1248182 ····<23fe79>···DW_AT_decl_column·:·(implicit_const)·21248182 ····<23fe79>···DW_AT_decl_column·:·(implicit_const)·2
1248183 ····<23fe79>···DW_AT_linkage_name:·(strp)·(offset:·0x89c9f6):·_ZN7yaramod7modules14Gmodule_cuckooC4Ev1248183 ····<23fe79>···DW_AT_linkage_name:·(strp)·(offset:·0x17354f):·_ZN7yaramod7modules14Gmodule_dotnetC4Ev
1248184 ····<23fe7d>···DW_AT_accessibility:·(implicit_const)·1»  (public)1248184 ····<23fe7d>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1248185 ····<23fe7d>···DW_AT_declaration·:·(flag_present)·11248185 ····<23fe7d>···DW_AT_declaration·:·(flag_present)·1
1248186 ····<23fe7d>···DW_AT_object_pointer:·(ref_udata)·<0x23fe81>1248186 ····<23fe7d>···DW_AT_object_pointer:·(ref_udata)·<0x23fe81>
1248187 ·<5><23fe81>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1248187 ·<5><23fe81>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1248188 ····<23fe82>···DW_AT_type········:·(ref_udata)·<0x255f55>1248188 ····<23fe82>···DW_AT_type········:·(ref_udata)·<0x255f55>
1248189 ····<23fe86>···DW_AT_artificial··:·(flag_present)·11248189 ····<23fe86>···DW_AT_artificial··:·(flag_present)·1
1248190 ·<5><23fe86>:·Abbrev·Number:·01248190 ·<5><23fe86>:·Abbrev·Number:·0
Offset 1248212, 265 lines modifiedOffset 1248212, 265 lines modified
1248212 ····<23feaa>···DW_AT_object_pointer:·(ref_udata)·<0x23feae>1248212 ····<23feaa>···DW_AT_object_pointer:·(ref_udata)·<0x23feae>
1248213 ·<5><23feae>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1248213 ·<5><23feae>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1248214 ····<23feaf>···DW_AT_type········:·(ref_udata)·<0x255f5a>1248214 ····<23feaf>···DW_AT_type········:·(ref_udata)·<0x255f5a>
1248215 ····<23feb3>···DW_AT_artificial··:·(flag_present)·11248215 ····<23feb3>···DW_AT_artificial··:·(flag_present)·1
1248216 ·<5><23feb3>:·Abbrev·Number:·01248216 ·<5><23feb3>:·Abbrev·Number:·0
1248217 ·<4><23feb4>:·Abbrev·Number:·01248217 ·<4><23feb4>:·Abbrev·Number:·0
1248218 ·<3><23feb5>:·Abbrev·Number:·342·(DW_TAG_class_type)1248218 ·<3><23feb5>:·Abbrev·Number:·342·(DW_TAG_class_type)
1248219 ····<23feb7>···DW_AT_name········:·(strp)·(offset:·0xfbf9a):·Gmodule_hash1248219 ····<23feb7>···DW_AT_name········:·(strp)·(offset:·0x85655d):·Gmodule_math
1248220 ····<23febb>···DW_AT_byte_size···:·(data1)·481248220 ····<23febb>···DW_AT_byte_size···:·(data1)·48
1248221 ····<23febc>···DW_AT_decl_file···:·(data2)·2691248221 ····<23febc>···DW_AT_decl_file···:·(data2)·269
1248222 ····<23febe>···DW_AT_decl_line···:·(data1)·141248222 ····<23febe>···DW_AT_decl_line···:·(data1)·14
1248223 ····<23febf>···DW_AT_decl_column·:·(data1)·81248223 ····<23febf>···DW_AT_decl_column·:·(data1)·8
1248224 ····<23fec0>···DW_AT_sibling·····:·(ref_udata)·<0x23fee2>1248224 ····<23fec0>···DW_AT_sibling·····:·(ref_udata)·<0x23fee2>
1248225 ·<4><23fec4>:·Abbrev·Number:·62·(DW_TAG_inheritance)1248225 ·<4><23fec4>:·Abbrev·Number:·62·(DW_TAG_inheritance)
1248226 ····<23fec5>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent1248226 ····<23fec5>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent
1248227 ····<23fec9>···DW_AT_data_member_location:·(data1)·01248227 ····<23fec9>···DW_AT_data_member_location:·(data1)·0
1248228 ····<23feca>···DW_AT_accessibility:·(data1)·1»   (public)1248228 ····<23feca>···DW_AT_accessibility:·(data1)·1»   (public)
1248229 ·<4><23fecb>:·Abbrev·Number:·391·(DW_TAG_subprogram)1248229 ·<4><23fecb>:·Abbrev·Number:·391·(DW_TAG_subprogram)
1248230 ····<23fecd>···DW_AT_external····:·(flag_present)·11248230 ····<23fecd>···DW_AT_external····:·(flag_present)·1
1248231 ····<23fecd>···DW_AT_name········:·(strp)·(offset:·0xfbf9a):·Gmodule_hash1248231 ····<23fecd>···DW_AT_name········:·(strp)·(offset:·0x85655d):·Gmodule_math
1248232 ····<23fed1>···DW_AT_decl_file···:·(data2)·2691248232 ····<23fed1>···DW_AT_decl_file···:·(data2)·269
1248233 ····<23fed3>···DW_AT_decl_line···:·(implicit_const)·171248233 ····<23fed3>···DW_AT_decl_line···:·(implicit_const)·17
1248234 ····<23fed3>···DW_AT_decl_column·:·(implicit_const)·21248234 ····<23fed3>···DW_AT_decl_column·:·(implicit_const)·2
1248235 ····<23fed3>···DW_AT_linkage_name:·(strp)·(offset:·0x6d70c9):·_ZN7yaramod7modules12Gmodule_hashC4Ev1248235 ····<23fed3>···DW_AT_linkage_name:·(strp)·(offset:·0x168cba):·_ZN7yaramod7modules12Gmodule_mathC4Ev
1248236 ····<23fed7>···DW_AT_accessibility:·(implicit_const)·1»  (public)1248236 ····<23fed7>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1248237 ····<23fed7>···DW_AT_declaration·:·(flag_present)·11248237 ····<23fed7>···DW_AT_declaration·:·(flag_present)·1
1248238 ····<23fed7>···DW_AT_object_pointer:·(ref_udata)·<0x23fedb>1248238 ····<23fed7>···DW_AT_object_pointer:·(ref_udata)·<0x23fedb>
1248239 ·<5><23fedb>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1248239 ·<5><23fedb>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1248240 ····<23fedc>···DW_AT_type········:·(ref_udata)·<0x255f5f>1248240 ····<23fedc>···DW_AT_type········:·(ref_udata)·<0x255f5f>
1248241 ····<23fee0>···DW_AT_artificial··:·(flag_present)·11248241 ····<23fee0>···DW_AT_artificial··:·(flag_present)·1
1248242 ·<5><23fee0>:·Abbrev·Number:·01248242 ·<5><23fee0>:·Abbrev·Number:·0
1248243 ·<4><23fee1>:·Abbrev·Number:·01248243 ·<4><23fee1>:·Abbrev·Number:·0
1248244 ·<3><23fee2>:·Abbrev·Number:·342·(DW_TAG_class_type)1248244 ·<3><23fee2>:·Abbrev·Number:·342·(DW_TAG_class_type)
1248245 ····<23fee4>···DW_AT_name········:·(strp)·(offset:·0x16ea):·Gmodule_time1248245 ····<23fee4>···DW_AT_name········:·(strp)·(offset:·0x60cea2):·Gmodule_magic
1248246 ····<23fee8>···DW_AT_byte_size···:·(data1)·481248246 ····<23fee8>···DW_AT_byte_size···:·(data1)·48
1248247 ····<23fee9>···DW_AT_decl_file···:·(data2)·2701248247 ····<23fee9>···DW_AT_decl_file···:·(data2)·270
1248248 ····<23feeb>···DW_AT_decl_line···:·(data1)·141248248 ····<23feeb>···DW_AT_decl_line···:·(data1)·14
1248249 ····<23feec>···DW_AT_decl_column·:·(data1)·81248249 ····<23feec>···DW_AT_decl_column·:·(data1)·8
1248250 ····<23feed>···DW_AT_sibling·····:·(ref_udata)·<0x23ff0f>1248250 ····<23feed>···DW_AT_sibling·····:·(ref_udata)·<0x23ff0f>
1248251 ·<4><23fef1>:·Abbrev·Number:·62·(DW_TAG_inheritance)1248251 ·<4><23fef1>:·Abbrev·Number:·62·(DW_TAG_inheritance)
1248252 ····<23fef2>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent1248252 ····<23fef2>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent
1248253 ····<23fef6>···DW_AT_data_member_location:·(data1)·01248253 ····<23fef6>···DW_AT_data_member_location:·(data1)·0
1248254 ····<23fef7>···DW_AT_accessibility:·(data1)·1»   (public)1248254 ····<23fef7>···DW_AT_accessibility:·(data1)·1»   (public)
1248255 ·<4><23fef8>:·Abbrev·Number:·391·(DW_TAG_subprogram)1248255 ·<4><23fef8>:·Abbrev·Number:·391·(DW_TAG_subprogram)
1248256 ····<23fefa>···DW_AT_external····:·(flag_present)·11248256 ····<23fefa>···DW_AT_external····:·(flag_present)·1
1248257 ····<23fefa>···DW_AT_name········:·(strp)·(offset:·0x16ea):·Gmodule_time1248257 ····<23fefa>···DW_AT_name········:·(strp)·(offset:·0x60cea2):·Gmodule_magic
1248258 ····<23fefe>···DW_AT_decl_file···:·(data2)·2701248258 ····<23fefe>···DW_AT_decl_file···:·(data2)·270
1248259 ····<23ff00>···DW_AT_decl_line···:·(implicit_const)·171248259 ····<23ff00>···DW_AT_decl_line···:·(implicit_const)·17
1248260 ····<23ff00>···DW_AT_decl_column·:·(implicit_const)·21248260 ····<23ff00>···DW_AT_decl_column·:·(implicit_const)·2
1248261 ····<23ff00>···DW_AT_linkage_name:·(strp)·(offset:·0x43bf4a):·_ZN7yaramod7modules12Gmodule_timeC4Ev1248261 ····<23ff00>···DW_AT_linkage_name:·(strp)·(offset:·0x5fc7fb):·_ZN7yaramod7modules13Gmodule_magicC4Ev
1248262 ····<23ff04>···DW_AT_accessibility:·(implicit_const)·1»  (public)1248262 ····<23ff04>···DW_AT_accessibility:·(implicit_const)·1»  (public)
1248263 ····<23ff04>···DW_AT_declaration·:·(flag_present)·11248263 ····<23ff04>···DW_AT_declaration·:·(flag_present)·1
1248264 ····<23ff04>···DW_AT_object_pointer:·(ref_udata)·<0x23ff08>1248264 ····<23ff04>···DW_AT_object_pointer:·(ref_udata)·<0x23ff08>
1248265 ·<5><23ff08>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)1248265 ·<5><23ff08>:·Abbrev·Number:·4·(DW_TAG_formal_parameter)
1248266 ····<23ff09>···DW_AT_type········:·(ref_udata)·<0x255f64>1248266 ····<23ff09>···DW_AT_type········:·(ref_udata)·<0x255f64>
1248267 ····<23ff0d>···DW_AT_artificial··:·(flag_present)·11248267 ····<23ff0d>···DW_AT_artificial··:·(flag_present)·1
1248268 ·<5><23ff0d>:·Abbrev·Number:·01248268 ·<5><23ff0d>:·Abbrev·Number:·0
1248269 ·<4><23ff0e>:·Abbrev·Number:·01248269 ·<4><23ff0e>:·Abbrev·Number:·0
1248270 ·<3><23ff0f>:·Abbrev·Number:·342·(DW_TAG_class_type)1248270 ·<3><23ff0f>:·Abbrev·Number:·342·(DW_TAG_class_type)
1248271 ····<23ff11>···DW_AT_name········:·(strp)·(offset:·0x1b674a):·Gmodule_dotnet1248271 ····<23ff11>···DW_AT_name········:·(strp)·(offset:·0x73f770):·Gmodule_string
1248272 ····<23ff15>···DW_AT_byte_size···:·(data1)·481248272 ····<23ff15>···DW_AT_byte_size···:·(data1)·48
1248273 ····<23ff16>···DW_AT_decl_file···:·(data2)·2711248273 ····<23ff16>···DW_AT_decl_file···:·(data2)·271
1248274 ····<23ff18>···DW_AT_decl_line···:·(data1)·141248274 ····<23ff18>···DW_AT_decl_line···:·(data1)·14
1248275 ····<23ff19>···DW_AT_decl_column·:·(data1)·81248275 ····<23ff19>···DW_AT_decl_column·:·(data1)·8
1248276 ····<23ff1a>···DW_AT_sibling·····:·(ref_udata)·<0x23ff3c>1248276 ····<23ff1a>···DW_AT_sibling·····:·(ref_udata)·<0x23ff3c>
1248277 ·<4><23ff1e>:·Abbrev·Number:·62·(DW_TAG_inheritance)1248277 ·<4><23ff1e>:·Abbrev·Number:·62·(DW_TAG_inheritance)
1248278 ····<23ff1f>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent1248278 ····<23ff1f>···DW_AT_type········:·(ref_udata)·<0x23fd7c>,·ModuleContent
1248279 ····<23ff23>···DW_AT_data_member_location:·(data1)·01248279 ····<23ff23>···DW_AT_data_member_location:·(data1)·0
1248280 ····<23ff24>···DW_AT_accessibility:·(data1)·1»   (public)1248280 ····<23ff24>···DW_AT_accessibility:·(data1)·1»   (public)
Max diff block lines reached; 18021/26317 bytes (68.48%) of diff not shown.
2.93 KB
strings --all --bytes=8 {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 UGCC:·(Debian·14.2.0-5)·14.2.01 /,TGCC:·(Debian·14.2.0-5)·14.2.0
2 d|2~&~&~2 d|2~&~&~
3 ~»      ~»     ~)~)~9n3 ~»      ~»     ~)~)~9n
4 ee3/&8j·4 ee3/&8j·
5 wPU/3'j»5 wPU/3'j»
6 S1P*·bs;)6 S1P*·bs;)
7 <!EZ5MF»Q@Z.!7 <!EZ5MF»Q@Z.!
8 D&P#zJjhi8 D&P#zJjhi
Offset 1482, 121 lines modifiedOffset 1482, 131 lines modified
1482 ,f(J_%P41482 ,f(J_%P4
1483 ]|T(g(Z~Z1483 ]|T(g(Z~Z
1484 JT'a>nF51484 JT'a>nF5
1485 wcSgh/#91485 wcSgh/#9
1486 iD'5mdWE11486 iD'5mdWE1
1487 a%pX»   fXg1487 a%pX»   fXg
1488 97$xI8px1488 97$xI8px
1489 243$|>#3 
1490 878NIdi71489 8/8NIdi'
1491 =!Z<!Z=!:=! 
1492 =!Z<!Z=!: 
1493 @I+AIOi'%= 
1494 ~8Gcnu!A& 
1495 *!)!)!)!)!)!)!)!)!)!)!m 
1496 (f$7d_9E# 
1497 pjDNkr8] 
1498 @m_ocbo& 
1499 kbb{Yh{K 
1500 ·`?r}Q]) 
1501 _.?_.C8h 
1502 -~;K_$W% 
1503 $kHdR|`b! 
1504 Hx<_+#}, 
1505 \,GEXFsK3 
1506 V7-Fk5f(Dd 
1507 X'SN]c&EW 
1508 :.Ez="e. 
1509 a(}if5*Y 
1510 e}V&k?*X(^V 
1511 nltXT^?@ 
1512 Ru.)_5\} 
1513 tp,MS&7N< 
1514 r4(@Cx"tN 
1515 z5znhOU- 
1516 [_M6/A1IX| 
1517 »       4`@r}Np; 
1518 Vev.RAM! 
1519 *7Ry/+lL 
1520 »       T[.nGa4 
1521 &w»     {//)I 
1522 g$3%S9%=f 
1523 f!B;EK.j 
1524 s<K"31_r 
1525 \B+6`%e. 
1526 x=V>H~9k 
1527 Z&-j%_S& 
1528 1:1:1:1: 
1529 ~G3|1|1|1|1490 {B4xB4zB4yB4{B
 1491 {B$=!:=!
 1492 HzBtzBt{B
 1493 ntdjFaZ3
 1494 4Xp^%»  :8
 1495 m34U,USU%$%$%$%$%$%$%$%$%$%$%
 1496 >5(V2R2R2R2R2R2R2R2R2R2R2R2R2R
 1497 OEG%z"qU
 1498 #c~Gf4n~
 1499 25ejS`jM
 1500 '}ol{(FJ
 1501 a·+9Hrh,
 1502 S2>tE/`J;
 1503 )*''cH''1
 1504 M$_Oth%_
 1505 n'(!sS6!
 1506 hArq·\vt
 1507 C|tLWB?_
 1508 DXPO9q~G/
 1509 bCkn?4» 7
 1510 F2?j·|=SIM
 1511 "z@qa2)ND
 1512 VCg?Qtu#
 1513 A4I.M'<ZC(Sd
 1514 J)XR#%K2}0
 1515 ;K[y]mY\
 1516 W4j;`1Xb
 1517 r$lNfF>~h
 1518 s7XweP4!&G
 1519 87&IC^<s
 1520 p,WoNFcT
 1521 =6-$xd·@B
 1522 <2nNW{SsO
 1523 QvH|'o7P
 1524 )$R]c»  y/
 1525 fNW·O%Tc
 1526 sEgkO5» G
 1527 r\d(G&VN
 1528 '&pEsD.8
1530 0|1|1|1|1529 0|1|1|1|
1531 3|1|1|1|1530 3|1|1|1|
 1531 5W0|1|1|1|
 1532 /3|1|1|1|
 1533 uo0|1|1|1|
1532 2|1|1|1|1534 1|1|1|1|
1533 2|1|1|1|1535 ;1|1|1|1|
1534 LF'F'F'F' 
1535 iF'F'F'F1536 {0|1|1|1|
 1537 g/bvgvgv
1536 atbtbtbt1538 dtbtbtbt
1537 \k.`iF|V 
1538 5#X+W1hn 
1539 yOTQ";ym+ 
1540 6&Y%'dgx 
1541 00202020ns 
1542 Ahk9B?\P 
1543 iXN_wQ[_(E· 
1544 74;|h9|h{| 
1545 OE|*2·*Rwn 
1546 ]r,wBWkZq 
1547 !:B*4~-Cui] 
1548 e.2fc!.y 
1549 »       D2VRwWAw 
1550 [JYJn?{2 
1551 h(++&I!:G 
1552 j4&Z|d/T 
1553 |0D~L/-t`S 
1554 %k,(gb+. 
1555 @mA8J{GT 
1556 ·kIH^hh[ 
1557 B,v]xR2»9 
Max diff block lines reached; 251/2944 bytes (8.53%) of diff not shown.
1.47 KB
readelf --wide --decompress --string-dump=.debug_line_str {}
    
Offset 276, 27 lines modifiedOffset 276, 27 lines modified
276 ··[··1005]··token_type.h276 ··[··1005]··token_type.h
277 ··[··1012]··hex_string.h277 ··[··1012]··hex_string.h
278 ··[··101f]··meta.h278 ··[··101f]··meta.h
279 ··[··1026]··uid_generator.h279 ··[··1026]··uid_generator.h
280 ··[··1036]··sections_summary.h280 ··[··1036]··sections_summary.h
281 ··[··1049]··value.h281 ··[··1049]··value.h
282 ··[··1051]··features.h282 ··[··1051]··features.h
283 ··[··105c]··module_pe_generated.h283 ··[··105c]··module_hash_generated.h
284 ··[··1072]··module_cuckoo_generated.h284 ··[··1074]··module_dotnet_generated.h
285 ··[··108c]··module_dex_generated.h285 ··[··108e]··module_dex_generated.h
286 ··[··10a3]··module_hash_generated.h286 ··[··10a5]··module_math_generated.h
 287 ··[··10bd]··module_magic_generated.h
 288 ··[··10d6]··module_string_generated.h
 289 ··[··10f0]··module_console_generated.h
287 ··[··10bb]··module_time_generated.h290 ··[··110b]··module_time_generated.h
288 ··[··10d3]··module_dotnet_generated.h 
289 ··[··10ed]··module_math_generated.h291 ··[··1123]··module_macho_generated.h
290 ··[··1105]··module_string_generated.h 
291 ··[··111f]··module_elf_generated.h292 ··[··113c]··module_elf_generated.h
292 ··[··1136]··module_console_generated.h293 ··[··1153]··module_cuckoo_generated.h
293 ··[··1151]··module_cuckoo_deprecated_generated.h294 ··[··116d]··module_cuckoo_deprecated_generated.h
294 ··[··1176]··module_magic_generated.h295 ··[··1192]··module_pe_generated.h
295 ··[··118f]··module_macho_generated.h 
296 ··[··11a8]··modifying_visitor.h296 ··[··11a8]··modifying_visitor.h
297 ··[··11bc]··observing_visitor.h297 ··[··11bc]··observing_visitor.h
298 ··[··11d0]··core.h298 ··[··11d0]··core.h
299 ··[··11d7]··format.h299 ··[··11d7]··format.h
300 ··[··11e0]··precedence.h300 ··[··11e0]··precedence.h
301 ··[··11ed]··action.h301 ··[··11ed]··action.h
302 ··[··11f6]··raw_logging.h302 ··[··11f6]··raw_logging.h