Commit Graph

  • b399a61c55 added vmp2 file format v3 _xeroxz 2021-06-03 15:34:36 -0700
  • 1444abb76f fixed some bugs on vmemu... _xeroxz 2021-06-03 14:52:40 -0700
  • 83b454d5c9 cleaned code _xeroxz 2021-06-03 00:52:51 -0700
  • eec49e9bb0 virtual jcc's are working, probably lots of bugs :bugs: _xeroxz 2021-06-03 00:22:24 -0700
  • 97a0bb5f26 preparing to trace all blocks... _xeroxz 2021-06-02 22:31:58 -0700
  • 8a0870607e able to staticlly determine if a code block has a virtual JCC or not, also staticlly decrypt the addresses of both branches... >:) _xeroxz 2021-06-02 22:14:46 -0700
  • b0d76cd4d8 code blocks are working _xeroxz 2021-06-02 21:39:25 -0700
  • 5fd0d89b4c in the middle of something adding branch detection code _xeroxz 2021-06-02 20:39:10 -0700
  • 8842aad46f created structures that will define decoded virtual instructions and code blocks _xeroxz 2021-06-03 01:11:24 -0700
  • 40fd5036dc beginning work on virtual JCC's... _xeroxz 2021-06-03 00:59:19 -0700
  • f47e706978 Update README.md _xeroxz 2021-06-02 08:21:46 +0000
  • 8e43bcdbce Update README.md _xeroxz 2021-06-02 08:21:03 +0000
  • 6f500d4afd Update README.md _xeroxz 2021-06-02 08:19:45 +0000
  • f60754cbcb Merge branch 'dev' into 'master' _xeroxz 2021-06-02 07:56:31 +0000
  • 2de54400c8 Merge branch 'dev' into 'master' _xeroxz 2021-06-02 07:56:28 +0000
  • bbb936c71d updated vmprofiler to master, which contains .vmp2 v2 _xeroxz 2021-06-02 00:55:22 -0700
  • 21624dd312 Merge branch 'dev' into 'master' _xeroxz 2021-06-02 07:48:32 +0000
  • b5c669b1a2 Merge branch 'dev' into 'master' _xeroxz 2021-06-02 07:48:30 +0000
  • 4b9e0360e3 applied clang-format _xeroxz 2021-06-02 00:47:35 -0700
  • 62c4850d83 Merge branch 'dev' into 'master' v1.5 _xeroxz 2021-06-02 07:45:31 +0000
  • c01eb98090 Merge branch 'dev' into 'master' _xeroxz 2021-06-02 07:45:29 +0000
  • 2c2ad89e8a works good, generates vmp2 file no issue _xeroxz 2021-06-02 00:44:33 -0700
  • 127deef014 Update README.md _xeroxz 2021-06-01 23:58:40 +0000
  • 184e7e6ff6 updated to vmprofiler v1.5, preparing for JCC stuff... v1.4 _xeroxz 2021-06-01 16:56:46 -0700
  • 887caa294a Update README.md _xeroxz 2021-06-01 23:38:34 +0000
  • 6ce162fc20 Update README.md _xeroxz 2021-06-01 06:13:55 +0000
  • d38209d9a3 fixed linker path to unicorn libs... v1.3 _xeroxz 2021-05-22 19:23:50 -0700
  • 857cd9a50a updated vmprofiler submodule to newest push _xeroxz 2021-05-22 19:17:03 -0700
  • e339db327d fixed a switch case... _xeroxz 2021-05-22 19:10:28 -0700
  • b5a20f922b fixed reading/writing to invalid memory... v1.1 _xeroxz 2021-05-22 16:44:22 -0700
  • 9a4dfec365 Merge branch 'master' of https://githacks.org/vmp2/vmemu _xeroxz 2021-05-22 01:51:49 -0700
  • 956ba85f08 removing vmptest.vmp.exe and test.vmp2... _xeroxz 2021-05-22 01:51:24 -0700
  • b8de4312c3 Delete vmptest.vmp.exe v1.0 _xeroxz 2021-05-22 06:52:32 +0000
  • 3b79f9b5d7 Delete test.vmp2 _xeroxz 2021-05-22 06:52:18 +0000
  • 0022ec09e7 Update README.md _xeroxz 2021-05-22 06:51:02 +0000
  • e755eb3e8e Update README.md _xeroxz 2021-05-22 06:46:36 +0000
  • dbcd9e686d Update README.md _xeroxz 2021-05-22 06:42:28 +0000
  • b958093117 working, producing files... _xeroxz 2021-05-21 23:20:10 -0700
  • 9e65de6100 i think its working >:) _xeroxz 2021-05-21 20:07:28 -0700
  • 9e7cee53db fixed include paths and finally finished submodules _xeroxz 2021-05-21 16:06:12 -0700
  • a4f868ba29 fixed submodule issues _xeroxz 2021-05-21 15:02:00 -0700
  • 9fd284ffab removed deps because they were pointing at forks for vmprofiler? wtf... _xeroxz 2021-05-21 14:45:59 -0700
  • 5ce616c9f7 resetting the project since Zydis broke idk how lol _xeroxz 2021-05-20 21:21:31 -0700
  • 157a105cc9 there is a unicorn post-build event that keeps failing to make "distro" folder... not sure what the deal is here... but the executable still gets compiled and linked... _xeroxz 2021-05-20 18:26:39 -0700
  • 17c5b90d99 added unicorn to vmemu sln _xeroxz 2021-05-20 18:21:34 -0700
  • 50bc06418f added vmprofiler, added xtils, added zydis, making vmemu_t _xeroxz 2021-05-20 18:03:23 -0700
  • 3e28fedf4d changed name to vmemu _xeroxz 2021-05-20 17:23:24 -0700
  • 7598920355 Add README.md _xeroxz 2021-05-21 00:09:10 +0000
  • acb222b0a7 Add LICENSE _xeroxz 2021-05-21 00:08:57 +0000
  • 2a38dc32fe init commit _xeroxz 2021-05-20 17:07:33 -0700