Commit Graph

  • bcc6288e9e supporting self segments loading georgemoralis 2023-06-13 19:05:06 +0300
  • cfa68f2f40 Initial symbol loading georgemoralis 2023-06-13 07:43:58 +0300
  • d0931704ff
    Merge pull request #17 from ArbestRiAgain/main georgemoralis 2023-06-12 18:57:27 +0300
  • 8d598b4f5e
    Update README.md ArbestRiAgain 2023-06-12 08:55:21 -0700
  • 30dd472961
    Update README.md georgemoralis 2023-06-12 16:28:20 +0300
  • 80f0eb044f updated submodules to latest georgemoralis 2023-06-12 12:00:38 +0300
  • edd0aa55a6
    Update README.md georgemoralis 2023-06-12 11:00:30 +0300
  • e4047ba99c
    Merge pull request #16 from georgemoralis/dynamic_resolver georgemoralis 2023-06-12 08:17:19 +0300
  • 0682830e2f DT_SCE_IMPORT_LIB,DT_SCE_ORIGINAL_FILENAME,DT_SCE_MODULE_INFO added. Dynamic loader should be ok for now georgemoralis 2023-06-12 08:16:20 +0300
  • 6fcfe38e26 Added DT_OS_NEEDED_MODULE georgemoralis 2023-06-11 15:35:04 +0300
  • 6e0cf378d2 Added DT_DEBUG, DT_TEXTREL,DT_FLAGS,DT_NEEDED georgemoralis 2023-06-09 18:10:40 +0300
  • 94dff9b980 added DT_INIT_ARRAY, DT_FINI_ARRAY,DT_INIT_ARRAYSZ,DT_FINI_ARRAYSZ,DT_PREINIT_ARRAY,DT_PREINIT_ARRAYSZ,DT_SCE_SYMENT georgemoralis 2023-06-09 13:37:46 +0300
  • dd4dddded3 Added DT_SCE_JMPREL,DT_SCE_PLTRELSZ,DT_SCE_PLTREL,DT_SCE_RELA,DT_SCE_RELASZ,DT_SCE_RELAENT georgemoralis 2023-06-09 11:37:18 +0300
  • d995a0e286 added DT_INIT.DT_FINI,DT_OS_PLTGOT,DT_OS_SYMTAB,DT_OS_SYMTABSZ georgemoralis 2023-06-08 19:05:03 +0300
  • 8932be618b parsing DT_OS_HASHZ, DT_OS_STRTAB , DT_OS_STRSZ for dynamic loader georgemoralis 2023-06-08 13:25:24 +0300
  • 672e2b2d77 initial dynamic loader , parsing DT_HASH atm georgemoralis 2023-06-08 12:51:11 +0300
  • e02c0a9398 simplify main (not loading imgui and sdl for the moment) georgemoralis 2023-06-08 11:58:29 +0300
  • 66ea5329d2 some more playing with zydis georgemoralis 2023-05-30 16:27:11 +0300
  • 5a72e51f4e fixed typo in Disassembler georgemoralis 2023-05-30 13:39:08 +0300
  • dfc234f363 initial disasm class using zydis georgemoralis 2023-05-30 13:33:52 +0300
  • b124bac0f7 added zydis georgemoralis 2023-05-30 12:12:34 +0300
  • 43033d6bf6 linker : loading PT_DYNAMIC , PT_DYNAMIC data georgemoralis 2023-05-26 19:22:43 +0300
  • cc471a8535 segments loading (only elf atm) georgemoralis 2023-05-25 18:08:10 +0300
  • 1ad70366c6 changed hex->decimal in size variables output georgemoralis 2023-05-25 14:25:52 +0300
  • e87b793083 more progress on module to memory loading georgemoralis 2023-05-25 13:16:53 +0300
  • 5d0a5af495 more work on linker , closer to load to memory georgemoralis 2023-05-23 19:39:24 +0300
  • b27942c46b some more progress on linker , elf is now load from there georgemoralis 2023-05-23 10:47:56 +0300
  • a09e2eb65a initial work on linker georgemoralis 2023-05-23 07:48:25 +0300
  • 76987fb932 fix on loading elf file instead of self georgemoralis 2023-05-22 13:58:41 +0300
  • 5f0b15e2fa draft work on memory allocation georgemoralis 2023-05-17 19:29:05 +0300
  • 81ca77a464 initial work on loggin class georgemoralis 2023-05-16 19:31:53 +0300
  • 08f8da2fea elfviewer : don't display section header if they don't exist (seems like commercial games doesn't have section headers) georgemoralis 2023-05-14 17:43:45 +0300
  • 98068809aa elfviewer : detailed program headers info georgemoralis 2023-05-13 10:00:22 +0300
  • a8a598aee4
    Merge pull request #12 from georgemoralis/georgemoralis-fixingactions georgemoralis 2023-05-11 16:12:36 +0300
  • 488c43be8e
    Update windows.yml georgemoralis 2023-05-11 16:01:53 +0300
  • 88bf9acd8a
    Update windows.yml georgemoralis 2023-05-11 15:53:05 +0300
  • 7558c02d2a
    Update windows.yml georgemoralis 2023-05-11 15:40:12 +0300
  • 933817279a
    Update windows.yml georgemoralis 2023-05-11 15:26:21 +0300
  • e05a9b9343
    Update windows.yml georgemoralis 2023-05-11 15:04:07 +0300
  • 25a9f72ee9
    Update windows.yml georgemoralis 2023-05-11 14:57:55 +0300
  • 45420b340e cmake : copy sdl3.dll to directory where exe exists (since sdl3 is shared library) georgemoralis 2023-05-10 22:22:46 +0300
  • f2198ef27d elf headers and elf program headers in imgui elfviewer georgemoralis 2023-05-10 22:21:34 +0300
  • 6511b280cf elfview imgui : added segment headers georgemoralis 2023-05-08 12:15:28 +0300
  • cda7c67e36 SELF header display on imgui elf window georgemoralis 2023-05-06 11:35:42 +0300
  • 24e68b58f5 more elf tree progress georgemoralis 2023-05-05 09:29:16 +0300
  • 701278348d small ElfViewer display updates georgemoralis 2023-05-03 19:56:18 +0300
  • dda7020ef4 imgui elfviewer window . first draft georgemoralis 2023-05-03 19:40:47 +0300
  • f35f7b62cd we can now load elf and imgui. georgemoralis 2023-05-02 18:22:19 +0300
  • 7a996cbfc8 added magic enum submodule georgemoralis 2023-05-02 17:35:57 +0300
  • 674ce7880a creation of release configuration on cmake georgemoralis 2023-04-28 14:43:10 +0300
  • 72bdf22035 added spdlog library georgemoralis 2023-04-28 14:36:05 +0300
  • f998469730 added fmt library georgemoralis 2023-04-28 12:46:29 +0300
  • 222d0204db first try with cmake and imgui georgemoralis 2023-04-27 19:13:19 +0300
  • 71d14aca62 let's cleanup all georgemoralis 2023-04-27 18:02:48 +0300
  • 4e75cd3c79 we can now load elf and imgui. georgemoralis 2023-05-02 18:22:19 +0300
  • 155efff5ac added magic enum submodule georgemoralis 2023-05-02 17:35:57 +0300
  • 14d9331039 creation of release configuration on cmake georgemoralis 2023-04-28 14:43:10 +0300
  • bfd9f9be5a added spdlog library georgemoralis 2023-04-28 14:36:05 +0300
  • 32fd699dd0 added fmt library georgemoralis 2023-04-28 12:46:29 +0300
  • 3f14d702ac first try with cmake and imgui georgemoralis 2023-04-27 19:13:19 +0300
  • 28b6392697 let's cleanup all georgemoralis 2023-04-27 18:02:48 +0300
  • 7f27e7d23f
    updated msbuild georgemoralis 2023-04-20 10:54:20 +0300
  • 5b692d4864
    Merge pull request #9 from georgemoralis/magic_enum georgemoralis 2023-04-18 19:46:36 +0300
  • e9bc3811a9 more enums in elf headers georgemoralis 2023-04-18 19:37:44 +0300
  • 0a3dc10bb2 added a few enums for elfs using magic enum georgemoralis 2023-04-18 14:14:58 +0300
  • 1be2f847ba added magic_enum lib georgemoralis 2023-04-18 12:06:05 +0300
  • 53f504bd41 let's see if magic enum can work part1 georgemoralis 2023-04-18 11:33:53 +0300
  • 02cefec599
    Update windows.yml georgemoralis 2023-04-15 19:23:14 +0300
  • c65910905e
    added artifact georgemoralis 2023-04-15 19:21:08 +0300
  • 3b34a06e94 added self info header georgemoralis 2023-04-13 14:51:58 +0300
  • 4d218d7a0d added basic spdlog , we can now output to stdout and in output.log file as well georgemoralis 2023-04-12 20:02:44 +0300
  • f1cc7fd3f6 small format fixes georgemoralis 2023-04-11 18:14:24 +0300
  • 9060997283
    Update README.md georgemoralis 2023-04-11 13:58:02 +0300
  • 9685b3df66
    Update windows.yml georgemoralis 2023-04-11 13:52:40 +0300
  • c54d31778f replaced printf's with fmt::print georgemoralis 2023-04-11 13:24:06 +0300
  • 699922f93e old_stuff removed georgemoralis 2023-04-11 12:17:32 +0300
  • 3141f3fa04 added fmt as third_party georgemoralis 2023-04-11 11:50:07 +0300
  • 658efe0406
    Update README.md georgemoralis 2023-04-11 10:42:49 +0300
  • f2e92dc697
    Update windows.yml georgemoralis 2023-04-11 10:20:58 +0300
  • 49349110a3
    Update and rename msbuild.yml to windows.yml georgemoralis 2023-04-11 09:58:48 +0300
  • ce6da3d0d4
    Create msbuild.yml georgemoralis 2023-04-11 09:55:06 +0300
  • fdb9d3c45c
    Update README.md georgemoralis 2023-04-09 22:21:26 +0300
  • 6e28e369da load and print program and section headers georgemoralis 2023-04-08 13:40:32 +0300
  • 56616f832e finished elf header validation georgemoralis 2023-04-05 20:21:44 +0300
  • f58bb4abab more work on elf header georgemoralis 2023-04-04 09:29:49 +0300
  • e37e047c0e parsing elf header and improved debug printing georgemoralis 2023-03-31 20:27:06 +0300
  • 730f9ecdbb started elf loader georgemoralis 2023-03-31 08:59:19 +0300
  • be996892a9 load segment headers georgemoralis 2023-03-30 17:38:37 +0300
  • 76cbb5eb11 some more work on self format georgemoralis 2023-03-28 19:21:34 +0300
  • 9c3e9b3bef started work on elf class georgemoralis 2023-03-28 17:36:19 +0300
  • 1290756b3d added segment headers georgemoralis 2023-03-28 11:37:24 +0300
  • ed716d6907 initial self support (self header) georgemoralis 2023-03-28 10:53:23 +0300
  • 5f19daf3ba moved everything to old stuff georgemoralis 2023-03-28 09:40:22 +0300
  • e420476829 added installpkg action in main_window georgemoralis 2023-03-23 18:14:26 +0200
  • ab7f32fcc5
    Merge pull request #8 from Mizmalik/patch-1 georgemoralis 2023-03-19 06:57:34 +0100
  • a54cfd1b03
    Update Readme.md Mizmalik 2023-03-18 10:53:47 +0100
  • de5c408d9f
    Update README.md Mizmalik 2023-03-18 10:52:46 +0100
  • 7ef659ff3f
    Merge pull request #7 from georgemoralis/new_game_list georgemoralis 2023-03-17 10:46:29 +0100
  • 109d0ce9de remove dummy code georgemoralis 2023-03-17 11:36:18 +0200
  • 07c7152d54 game_list and game grid are now working georgemoralis 2023-03-17 11:35:44 +0200