Commit Graph

  • 72649b50f8 fixed arm64 --> amd64 master IDontCode 2023-05-13 14:01:58 -0700
  • 4f61d79021 updated readme a 2022-09-12 04:26:22 -0700
  • 7599e3e3de added warning for executables that are not 64bit a 2022-09-12 04:24:56 -0700
  • c3427946b3 Update README.md IDontCode 2022-01-08 08:35:37 +0000
  • 6c1680e812 made an optimization IDontCode 2021-12-05 13:40:41 -0800
  • c636737116 fixed an issue with the unpacker _xeroxz 2021-12-05 04:39:46 -0800
  • baf6e2d80d Merge branch 'master' of https://githacks.org/vmp2/vmemu IDontCode 2021-12-04 16:55:54 -0800
  • 9b05ac43e6 project is now multi-threaded IDontCode 2021-12-04 16:55:19 -0800
  • 9370024478 updated build instructions xerox 2021-12-03 14:30:00 -0800
  • 2ebb12000e updated this shit again xerox 2021-12-03 14:16:12 -0800
  • 77f72bcf54 fixed xtil dep shit... xerox 2021-12-03 14:11:12 -0800
  • f593704796 unpacker and emuall are working... deadstore removal code looks fucked up IDontCode 2021-12-02 18:14:14 -0800
  • 2492acf59d updated vmprofiler dep IDontCode 2021-12-02 16:08:18 -0800
  • dbc0d7cf3d Merge branch 'linux-port' into 'master' _xeroxz 2021-12-02 23:44:02 +0000
  • 41b5ef0c97 Merge branch 'linux-port' into 'master' _xeroxz 2021-12-02 23:43:57 +0000
  • d9738cd3f8 added more words to the readme (read them) IDontCode 2021-12-02 15:43:03 -0800
  • e0d756c252 Merge branch 'linux-port' into 'master' _xeroxz 2021-12-02 23:36:13 +0000
  • f365d8bad8 Merge branch 'linux-port' into 'master' _xeroxz 2021-12-02 23:35:55 +0000
  • c798e736d2 what the dog doing? IDontCode 2021-12-02 15:34:37 -0800
  • 1e9a94994c unpacker is still broke but --emuall works... IDontCode 2021-12-02 13:08:04 -0800
  • 1e62befcf0 porting the project to linux... LoadLibraryA hook is fucked up and kernel32.dll causes the unpacker to freak out for some reason... IDontCode 2021-12-02 01:30:59 -0800
  • 0549d95b5d porting project to support linux... std::vector<std::uint8_t> module_data is not page aligned and so qemu shits itself. going to need to re-write some stuff... dev IDontCode 2021-12-01 01:45:31 -0800
  • 1385a7cfe2 updated vmprofiler dep _xeroxz 2021-08-29 15:48:46 -0700
  • e19c711346 bug fix - not all code paths were being traced... whoops... _xeroxz 2021-08-29 14:35:30 -0700
  • e2173bb4c4 updated vmprofiler dep... _xeroxz 2021-08-27 23:05:25 -0700
  • 9e301d70e8 updated vmprofiler, added some sanity check stuff, also handle div by 0 _xeroxz 2021-08-27 20:34:15 -0700
  • 6f668423d9 Merge branch 'dev' into 'master' v2.0 _xeroxz 2021-08-26 23:57:27 +0000
  • c625e402a5 Merge branch 'dev' into 'master' _xeroxz 2021-08-26 23:55:54 +0000
  • 793174e96c updated vmprofiler dep _xeroxz 2021-08-26 16:55:33 -0700
  • 83f17d32ba updated vmprofiler dep... _xeroxz 2021-08-26 16:50:51 -0700
  • ea3790fc1a i am going to be more strict about defining vm handler profiles now... _xeroxz 2021-08-22 11:57:21 -0700
  • 327d7dd05a Update README.md _xeroxz 2021-08-20 02:27:46 +0000
  • 49d154575e Update README.md _xeroxz 2021-08-20 02:27:08 +0000
  • c891067e6d Merge branch 'dev' into 'master' _xeroxz 2021-08-20 02:22:20 +0000
  • 70bb40088b Merge branch 'dev' into 'master' _xeroxz 2021-08-20 02:22:13 +0000
  • 66d42bd627 pulled vmprofiler master for a fix with imms... _xeroxz 2021-08-19 19:21:34 -0700
  • b79ae6dd3c Merge branch 'dev' into 'master' _xeroxz 2021-08-16 08:18:42 +0000
  • 6822a8e52b Merge branch 'dev' into 'master' _xeroxz 2021-08-16 08:18:38 +0000
  • 3cebf57f21 updated vmprofiler dep.. _xeroxz 2021-08-16 01:18:18 -0700
  • 13547154dd Merge branch 'dev' into 'master' _xeroxz 2021-08-16 08:17:27 +0000
  • 1b6e703604 Merge branch 'dev' into 'master' _xeroxz 2021-08-16 08:17:13 +0000
  • 094eb13855 updated vmprofiler dep, added a new field to a structure... _xeroxz 2021-08-16 01:16:42 -0700
  • b15e9ba930 Merge branch 'dev' into 'master' _xeroxz 2021-08-16 01:11:01 +0000
  • b42b3cef9c Merge branch 'dev' into 'master' _xeroxz 2021-08-16 01:10:57 +0000
  • 7f6e88a77f updated vmprofiler, forgot to set a field in vmp2 file format... fixed... _xeroxz 2021-08-15 17:38:37 -0700
  • 4229939de0 impl v4 file format... _xeroxz 2021-08-15 05:03:16 -0700
  • 07fd9cc999 updated vmp2 file format structures and how i serialize them... _xeroxz 2021-08-14 18:18:29 -0700
  • b123113171 added support for virtual jmp tables... TODO: make sure im serializing .vmp2 file format v4 correctly... _xeroxz 2021-08-13 21:40:46 -0700
  • 3f9cb65b2f updated vmprofiler dep, fixed a bug in vmemu... _xeroxz 2021-08-12 02:09:30 -0700
  • 931762a070 fixed bugs... _xeroxz 2021-08-10 20:25:23 -0700
  • 9102e68a65 updated vmprofiler dep _xeroxz 2021-08-10 13:27:07 -0700
  • 1facd052c1 converted linear virtual addresses to image based addresses... _xeroxz 2021-08-08 13:39:37 -0700
  • 2a68838755 fixed a bug... vip_begin needs to be VIP... and also the absolute branch was decrypting the second branch... 1 instead of 0 _xeroxz 2021-08-08 13:29:08 -0700
  • 044e966d23 there is a bug in vmemu where it will trace the same block 2 times... need to fix... causing issues with lifting... _xeroxz 2021-08-08 01:44:06 -0700
  • bf4fcaf793 updated vmprofiler dep, changed vmemu_t.cpp _xeroxz 2021-08-07 17:37:26 -0700
  • 08402b1622 Merge branch 'dev' into 'master' _xeroxz 2021-08-04 07:12:57 +0000
  • aec8f18e29 Merge branch 'dev' into 'master' _xeroxz 2021-08-04 07:12:52 +0000
  • cd21de1134 removed flag that was not needed... _xeroxz 2021-08-04 00:12:20 -0700
  • e3120cd66e Update README.md _xeroxz 2021-08-04 06:31:04 +0000
  • 3c08edac2c Merge branch 'dev' into 'master' _xeroxz 2021-08-04 06:30:24 +0000
  • 6395b571a9 Merge branch 'dev' into 'master' _xeroxz 2021-08-04 06:30:16 +0000
  • 7dd708d2f0 updated readme _xeroxz 2021-08-03 23:28:34 -0700
  • abc22a3ca1 vmemu recode is done, just need to make vmemu-lib and submodule it.. _xeroxz 2021-08-03 23:19:34 -0700
  • 3f8fea77cf finished vmemu recode, added --locateconst _xeroxz 2021-08-03 20:08:08 -0700
  • e9945bde6c working on adding multi-vm branching support... _xeroxz 2021-08-03 16:39:51 -0700
  • fd3e44fb9d preparing for vmemu re-write _xeroxz 2021-08-02 00:40:17 -0700
  • 4bc35659f1 removed useless typedefs... _xeroxz 2021-08-01 23:48:59 -0700
  • ceb4f38cb7 added code to add relocs in unpacked sections... _xeroxz 2021-08-01 23:13:35 -0700
  • f4229133ad added some code for packed drivers... needs more work, also relocs... _xeroxz 2021-08-01 02:15:40 -0700
  • ffb3177b04 removed a line, and added a comment _xeroxz 2021-07-31 01:35:41 -0700
  • 0007b4024e unpacker is working. need to add reloc stuff and it should be good.. _xeroxz 2021-07-31 01:31:10 -0700
  • 3dd5f9d7ca porting older unpacker code to vmemu... also rewriting vmemu... _xeroxz 2021-07-30 17:56:14 -0700
  • 320c7e9638 removed vtil, preparing to recode and add dump support... _xeroxz 2021-07-30 14:03:42 -0700
  • 17e6424303 Update README.md _xeroxz 2021-06-13 20:55:00 +0000
  • ac7e633188 Update README.md _xeroxz 2021-06-13 20:54:34 +0000
  • 2a1f2943e4 Update README.md _xeroxz 2021-06-13 05:54:29 +0000
  • 8e8960dbcc Update README.md _xeroxz 2021-06-13 05:54:13 +0000
  • 3459a45aa6 Merge branch 'dev' into 'master' v1.7 _xeroxz 2021-06-13 05:36:59 +0000
  • 8d75e285b4 Merge branch 'dev' into 'master' _xeroxz 2021-06-13 05:36:55 +0000
  • 21ade1e2e0 updated vmprofiler to the newest... _xeroxz 2021-06-12 22:35:25 -0700
  • 6628305840 updated vmprofiler dep... _xeroxz 2021-06-11 01:22:24 -0700
  • d5ff6b498b updated vmprofiler dep... _xeroxz 2021-06-11 01:04:27 -0700
  • 42205fb540 updated to newest vmprofiler which contains vtil... _xeroxz 2021-06-11 01:03:13 -0700
  • ad266ec794 updated deps... _xeroxz 2021-06-10 23:35:27 -0700
  • e493b4ed15 updated to newest vmprofiler... v1.6.1 _xeroxz 2021-06-08 00:09:50 -0700
  • fdefe860b4 still fixing bugs... but its generating vmp2 files for packed bins now... _xeroxz 2021-06-08 06:42:11 -0700
  • ede70ec582 fixed crashing when trying to emulate vmentry on packed bins... _xeroxz 2021-06-08 03:58:24 -0700
  • bf2552c1f6 Merge branch 'master' of https://githacks.org/vmp2/vmemu _xeroxz 2021-06-08 01:33:00 -0700
  • 5431e59882 updated vmprofiler and fixed a bug with instruction fetchs... _xeroxz 2021-06-08 01:32:37 -0700
  • f915a39695 Update README.md _xeroxz 2021-06-05 00:08:41 +0000
  • 8313ab5a0c updated vmprofiler to v1.7, removed useless build options v1.6 _xeroxz 2021-06-04 16:55:23 -0700
  • b175739947 Update README.md _xeroxz 2021-06-04 22:25:46 +0000
  • b701f36e3c Update README.md _xeroxz 2021-06-04 22:25:35 +0000
  • 86faca86a6 Merge branch 'dev' into 'master' _xeroxz 2021-06-04 22:15:44 +0000
  • 5095a5fa0b Merge branch 'dev' into 'master' _xeroxz 2021-06-04 22:15:14 +0000
  • 4f75947de5 Update README.md _xeroxz 2021-06-04 22:13:31 +0000
  • d20091aee4 removed some temp files _xeroxz 2021-06-04 15:13:00 -0700
  • 7bc717c52d jcc's working good, fixed a bug with RSI-0x1 _xeroxz 2021-06-03 21:37:03 -0700
  • cfd6aa5fe2 forgot to put vinstr count inside of vmp2::v3::code_block_t _xeroxz 2021-06-03 18:18:51 -0700
  • cb27cf90ea updated dep _xeroxz 2021-06-03 15:49:24 -0700