From d8a6e76545007a9aa26a0db780ce2061f1a376aa Mon Sep 17 00:00:00 2001 From: Marcin Chwedczuk <0xmarcin+dev@gmail.com> Date: Mon, 17 Jan 2022 10:51:30 +0100 Subject: [PATCH] remove intelij files --- .gitignore | 18 +++++---- .idea/compiler.xml | 19 ---------- .idea/jarRepositories.xml | 20 ---------- .idea/modules.xml | 10 ----- .java-version | 1 - elf-reader/elf-reader.iml | 20 ---------- gui/gui.iml | 37 ------------------ parent-project.iml | 12 ------ sections.txt | 40 -------------------- symbols.txt | 80 --------------------------------------- 10 files changed, 10 insertions(+), 247 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/modules.xml delete mode 100644 .java-version delete mode 100644 elf-reader/elf-reader.iml delete mode 100644 gui/gui.iml delete mode 100644 parent-project.iml delete mode 100644 sections.txt delete mode 100644 symbols.txt diff --git a/.gitignore b/.gitignore index e4201c5..3f5bf9a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,14 +34,14 @@ # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr +.idea/artifacts +.idea/compiler.xml +.idea/jarRepositories.xml +.idea/modules.xml +.idea/*.iml +.idea/modules +*.iml +*.ipr # CMake cmake-build-*/ @@ -117,3 +117,5 @@ Network Trash Folder Temporary Items .apdisk +# jEnv +.java-version diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 2d88dcc..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 712ab9d..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 94f7a34..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.java-version b/.java-version deleted file mode 100644 index b6a7d89..0000000 --- a/.java-version +++ /dev/null @@ -1 +0,0 @@ -16 diff --git a/elf-reader/elf-reader.iml b/elf-reader/elf-reader.iml deleted file mode 100644 index 91bd9b5..0000000 --- a/elf-reader/elf-reader.iml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gui/gui.iml b/gui/gui.iml deleted file mode 100644 index 5b43bc8..0000000 --- a/gui/gui.iml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/parent-project.iml b/parent-project.iml deleted file mode 100644 index ad5a890..0000000 --- a/parent-project.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/sections.txt b/sections.txt deleted file mode 100644 index 0dd6167..0000000 --- a/sections.txt +++ /dev/null @@ -1,40 +0,0 @@ -There are 31 section headers, starting at offset 0x17e4: - -Section Headers: - [Nr] Name Type Addr Off Size ES Flg Lk Inf Al - [ 0] NULL 00000000 000000 000000 00 0 0 0 - [ 1] .interp PROGBITS 08048154 000154 000013 00 A 0 0 1 - [ 2] .note.ABI-tag NOTE 08048168 000168 000020 00 A 0 0 4 - [ 3] .note.gnu.bu[...] NOTE 08048188 000188 000024 00 A 0 0 4 - [ 4] .gnu.hash GNU_HASH 080481ac 0001ac 000020 04 A 5 0 4 - [ 5] .dynsym DYNSYM 080481cc 0001cc 000050 10 A 6 1 4 - [ 6] .dynstr STRTAB 0804821c 00021c 00004a 00 A 0 0 1 - [ 7] .gnu.version VERSYM 08048266 000266 00000a 02 A 5 0 2 - [ 8] .gnu.version_r VERNEED 08048270 000270 000020 00 A 6 1 4 - [ 9] .rel.dyn REL 08048290 000290 000008 08 A 5 0 4 - [10] .rel.plt REL 08048298 000298 000010 08 AI 5 24 4 - [11] .init PROGBITS 080482a8 0002a8 000023 00 AX 0 0 4 - [12] .plt PROGBITS 080482d0 0002d0 000030 04 AX 0 0 16 - [13] .plt.got PROGBITS 08048300 000300 000008 00 AX 0 0 8 - [14] .text PROGBITS 08048310 000310 000192 00 AX 0 0 16 - [15] .fini PROGBITS 080484a4 0004a4 000014 00 AX 0 0 4 - [16] .rodata PROGBITS 080484b8 0004b8 000016 00 A 0 0 4 - [17] .eh_frame_hdr PROGBITS 080484d0 0004d0 00002c 00 A 0 0 4 - [18] .eh_frame PROGBITS 080484fc 0004fc 0000cc 00 A 0 0 4 - [19] .init_array INIT_ARRAY 08049f08 000f08 000004 00 WA 0 0 4 - [20] .fini_array FINI_ARRAY 08049f0c 000f0c 000004 00 WA 0 0 4 - [21] .jcr PROGBITS 08049f10 000f10 000004 00 WA 0 0 4 - [22] .dynamic DYNAMIC 08049f14 000f14 0000e8 08 WA 6 0 4 - [23] .got PROGBITS 08049ffc 000ffc 000004 04 WA 0 0 4 - [24] .got.plt PROGBITS 0804a000 001000 000014 04 WA 0 0 4 - [25] .data PROGBITS 0804a014 001014 000008 00 WA 0 0 4 - [26] .bss NOBITS 0804a01c 00101c 000004 00 WA 0 0 1 - [27] .comment PROGBITS 00000000 00101c 000035 01 MS 0 0 1 - [28] .shstrtab STRTAB 00000000 0016d7 00010a 00 0 0 1 - [29] .symtab SYMTAB 00000000 001054 000450 10 30 47 4 - [30] .strtab STRTAB 00000000 0014a4 000233 00 0 0 1 -Key to Flags: - W (write), A (alloc), X (execute), M (merge), S (strings), I (info), - L (link order), O (extra OS processing required), G (group), T (TLS), - C (compressed), x (unknown), o (OS specific), E (exclude), - D (mbind), p (processor specific) diff --git a/symbols.txt b/symbols.txt deleted file mode 100644 index 159dd05..0000000 --- a/symbols.txt +++ /dev/null @@ -1,80 +0,0 @@ - -Symbol table '.dynsym' contains 5 entries: - Num: Value Size Type Bind Vis Ndx Name - 0: 00000000 0 NOTYPE LOCAL DEFAULT UND - 1: 00000000 0 FUNC GLOBAL DEFAULT UND puts@GLIBC_2.0 (2) - 2: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__ - 3: 00000000 0 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.0 (2) - 4: 080484bc 4 OBJECT GLOBAL DEFAULT 16 _IO_stdin_used - -Symbol table '.symtab' contains 69 entries: - Num: Value Size Type Bind Vis Ndx Name - 0: 00000000 0 NOTYPE LOCAL DEFAULT UND - 1: 08048154 0 SECTION LOCAL DEFAULT 1 .interp - 2: 08048168 0 SECTION LOCAL DEFAULT 2 .note.ABI-tag - 3: 08048188 0 SECTION LOCAL DEFAULT 3 .note.gnu.build-id - 4: 080481ac 0 SECTION LOCAL DEFAULT 4 .gnu.hash - 5: 080481cc 0 SECTION LOCAL DEFAULT 5 .dynsym - 6: 0804821c 0 SECTION LOCAL DEFAULT 6 .dynstr - 7: 08048266 0 SECTION LOCAL DEFAULT 7 .gnu.version - 8: 08048270 0 SECTION LOCAL DEFAULT 8 .gnu.version_r - 9: 08048290 0 SECTION LOCAL DEFAULT 9 .rel.dyn - 10: 08048298 0 SECTION LOCAL DEFAULT 10 .rel.plt - 11: 080482a8 0 SECTION LOCAL DEFAULT 11 .init - 12: 080482d0 0 SECTION LOCAL DEFAULT 12 .plt - 13: 08048300 0 SECTION LOCAL DEFAULT 13 .plt.got - 14: 08048310 0 SECTION LOCAL DEFAULT 14 .text - 15: 080484a4 0 SECTION LOCAL DEFAULT 15 .fini - 16: 080484b8 0 SECTION LOCAL DEFAULT 16 .rodata - 17: 080484d0 0 SECTION LOCAL DEFAULT 17 .eh_frame_hdr - 18: 080484fc 0 SECTION LOCAL DEFAULT 18 .eh_frame - 19: 08049f08 0 SECTION LOCAL DEFAULT 19 .init_array - 20: 08049f0c 0 SECTION LOCAL DEFAULT 20 .fini_array - 21: 08049f10 0 SECTION LOCAL DEFAULT 21 .jcr - 22: 08049f14 0 SECTION LOCAL DEFAULT 22 .dynamic - 23: 08049ffc 0 SECTION LOCAL DEFAULT 23 .got - 24: 0804a000 0 SECTION LOCAL DEFAULT 24 .got.plt - 25: 0804a014 0 SECTION LOCAL DEFAULT 25 .data - 26: 0804a01c 0 SECTION LOCAL DEFAULT 26 .bss - 27: 00000000 0 SECTION LOCAL DEFAULT 27 .comment - 28: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c - 29: 08049f10 0 OBJECT LOCAL DEFAULT 21 __JCR_LIST__ - 30: 08048350 0 FUNC LOCAL DEFAULT 14 deregister_tm_clones - 31: 08048380 0 FUNC LOCAL DEFAULT 14 register_tm_clones - 32: 080483c0 0 FUNC LOCAL DEFAULT 14 __do_global_dtors_aux - 33: 0804a01c 1 OBJECT LOCAL DEFAULT 26 completed.7209 - 34: 08049f0c 0 OBJECT LOCAL DEFAULT 20 __do_global_dtors_aux_fini_array_entry - 35: 080483e0 0 FUNC LOCAL DEFAULT 14 frame_dummy - 36: 08049f08 0 OBJECT LOCAL DEFAULT 19 __frame_dummy_init_array_entry - 37: 00000000 0 FILE LOCAL DEFAULT ABS hello-world.c - 38: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c - 39: 080485c4 0 OBJECT LOCAL DEFAULT 18 __FRAME_END__ - 40: 08049f10 0 OBJECT LOCAL DEFAULT 21 __JCR_END__ - 41: 00000000 0 FILE LOCAL DEFAULT ABS - 42: 08049f0c 0 NOTYPE LOCAL DEFAULT 19 __init_array_end - 43: 08049f14 0 OBJECT LOCAL DEFAULT 22 _DYNAMIC - 44: 08049f08 0 NOTYPE LOCAL DEFAULT 19 __init_array_start - 45: 080484d0 0 NOTYPE LOCAL DEFAULT 17 __GNU_EH_FRAME_HDR - 46: 0804a000 0 OBJECT LOCAL DEFAULT 24 _GLOBAL_OFFSET_TABLE_ - 47: 080484a0 2 FUNC GLOBAL DEFAULT 14 __libc_csu_fini - 48: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTable - 49: 08048340 4 FUNC GLOBAL HIDDEN 14 __x86.get_pc_thunk.bx - 50: 0804a014 0 NOTYPE WEAK DEFAULT 25 data_start - 51: 0804a01c 0 NOTYPE GLOBAL DEFAULT 25 _edata - 52: 080484a4 0 FUNC GLOBAL DEFAULT 15 _fini - 53: 0804a014 0 NOTYPE GLOBAL DEFAULT 25 __data_start - 54: 00000000 0 FUNC GLOBAL DEFAULT UND puts@@GLIBC_2.0 - 55: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__ - 56: 0804a018 0 OBJECT GLOBAL HIDDEN 25 __dso_handle - 57: 080484bc 4 OBJECT GLOBAL DEFAULT 16 _IO_stdin_used - 58: 00000000 0 FUNC GLOBAL DEFAULT UND __libc_start_main@@GLIBC_2.0 - 59: 08048440 93 FUNC GLOBAL DEFAULT 14 __libc_csu_init - 60: 0804a020 0 NOTYPE GLOBAL DEFAULT 26 _end - 61: 08048310 0 FUNC GLOBAL DEFAULT 14 _start - 62: 080484b8 4 OBJECT GLOBAL DEFAULT 16 _fp_hw - 63: 0804a01c 0 NOTYPE GLOBAL DEFAULT 26 __bss_start - 64: 0804840b 46 FUNC GLOBAL DEFAULT 14 main - 65: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses - 66: 0804a01c 0 OBJECT GLOBAL HIDDEN 25 __TMC_END__ - 67: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable - 68: 080482a8 0 FUNC GLOBAL DEFAULT 11 _init