Commit Graph

45 Commits

Author SHA1 Message Date
momo5502
f2c5df5139 Support hardware breakpoints 2025-02-04 19:08:38 +01:00
Maurice Heumann
a5b330632d Update zlib 2025-02-04 09:49:51 +01:00
momo5502
11dfc02c41 Run tests in parallel 2025-02-03 20:27:28 +01:00
dependabot[bot]
1742ca5ae5 Bump deps/googletest from b4aae50 to e235eb3
Bumps [deps/googletest](https://github.com/google/googletest) from `b4aae50` to `e235eb3`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](b4aae50ce1...e235eb34c6)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-01 17:28:58 +00:00
dependabot[bot]
b2f8f1135a Bump deps/googletest from 2b6b042 to b4aae50
Bumps [deps/googletest](https://github.com/google/googletest) from `2b6b042` to `b4aae50`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](2b6b042a77...b4aae50ce1)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 07:03:59 +00:00
momo5502
4d31331b0a Update unicorn 2025-01-25 07:24:02 +01:00
Maurice Heumann
6084d3522c Refactor GDB stub (#88)
The intention of this PR is not yet to extend/fix the GDB functionality,
but rather to get rid the `mini-gdbstub` dependency.

Its functionality should have been reimplemented as closely as possible.

The main reason for this is better portability and security fixes (there
are numerous OOB read/write vulnerabilities in `mini-gdbstub`)
2025-01-18 20:34:20 +01:00
momo5502
81fda5f8af Remove mini-gdbstub dependency 2025-01-18 12:49:10 +01:00
dependabot[bot]
0656ed1837 Bump deps/googletest from 7d76a23 to 2b6b042
Bumps [deps/googletest](https://github.com/google/googletest) from `7d76a23` to `2b6b042`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](7d76a231b0...2b6b042a77)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-18 08:33:42 +00:00
momo5502
3ecfa40ea7 Remove comments 2025-01-17 19:52:26 +01:00
Elias Bachaalany
1ce56e163b always disable zlib shared target 2025-01-17 06:36:33 -08:00
robert-yates
c1d7fa7e8b add compression utils 2025-01-15 20:42:02 +01:00
dependabot[bot]
507a07de17 Bump deps/mini-gdbstub from 2b8a5aa to 632ebd3
Bumps [deps/mini-gdbstub](https://github.com/momo5502/mini-gdbstub) from `2b8a5aa` to `632ebd3`.
- [Commits](2b8a5aade4...632ebd3892)

---
updated-dependencies:
- dependency-name: deps/mini-gdbstub
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 12:27:13 +00:00
momo5502
f75f95cc61 Merge remote-tracking branch 'origin/main' into multi-platform-support
# Conflicts:
#	src/analyzer/main.cpp
#	src/emulator/memory_region.hpp
#	src/windows-emulator/io_device.cpp
#	src/windows-emulator/module/module_mapping.cpp
#	src/windows-emulator/process_context.hpp
#	src/windows-emulator/syscalls.cpp
#	src/windows-emulator/windows_emulator.cpp
2025-01-05 14:44:17 +01:00
dependabot[bot]
fcd0bc7031 Bump deps/googletest from 35d0c36 to 7d76a23
Bumps [deps/googletest](https://github.com/google/googletest) from `35d0c36` to `7d76a23`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](35d0c36560...7d76a231b0)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-01 17:22:26 +00:00
robert-yates
b5e348680f abstract windows structures 2024-12-12 10:26:56 +01:00
robert-yates
9aa4c0d771 update submodules 2024-12-12 09:25:32 +01:00
dependabot[bot]
4e124a8c62 Bump deps/unicorn from 0d86010 to 270d471
Bumps [deps/unicorn](https://github.com/momo5502/unicorn) from `0d86010` to `270d471`.
- [Commits](0d86010a01...270d4716f4)

---
updated-dependencies:
- dependency-name: deps/unicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-24 16:35:21 +00:00
dependabot[bot]
ef7a19f136 Bump deps/googletest from 1204d63 to 35d0c36
Bumps [deps/googletest](https://github.com/google/googletest) from `1204d63` to `35d0c36`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](1204d63444...35d0c36560)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-24 14:14:44 +00:00
momo5502
59eba15308 Remove hive parser submodule 2024-11-03 10:39:36 +01:00
momo5502
86609ff151 Almost working registry support 2024-11-03 10:15:42 +01:00
momo5502
92b9712e45 Prepare registry support 2024-11-03 10:15:42 +01:00
momo5502
e0dc1934eb Add hive parser 2024-11-03 10:15:42 +01:00
dependabot[bot]
7c901e3180 Bump deps/googletest from df1544b to 1204d63
Bumps [deps/googletest](https://github.com/google/googletest) from `df1544b` to `1204d63`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](df1544bcee...1204d63444)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 17:09:28 +00:00
momo5502
103440d38c Update unicorn 2024-10-26 13:16:20 +02:00
momo5502
b6a8f9793e Fix reproducibility of unicorn context 2024-10-26 08:40:19 +02:00
momo5502
a3a95ec829 Prepare unittest support 2024-10-25 17:04:45 +02:00
dependabot[bot]
f0332d3366 Bump deps/reflect from 444d020 to a53b785
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `444d020` to `a53b785`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](444d02039e...a53b785f83)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 20:53:35 +02:00
dependabot[bot]
c7b0cb4440 Bump deps/unicorn from 3a10c53 to 35c15ef
Bumps [deps/unicorn](https://github.com/momo5502/unicorn) from `3a10c53` to `35c15ef`.
- [Commits](3a10c531e2...35c15efcb4)

---
updated-dependencies:
- dependency-name: deps/unicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 18:50:24 +00:00
dependabot[bot]
9b56c18542 Bump deps/unicorn from 656937e to 3a10c53
Bumps [deps/unicorn](https://github.com/momo5502/unicorn) from `656937e` to `3a10c53`.
- [Commits](656937e35d...3a10c531e2)

---
updated-dependencies:
- dependency-name: deps/unicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:19:16 +00:00
momo5502
136ff118d4 Fix warnings 2024-09-24 20:22:14 +02:00
momo5502
d2a5f94dc1 Update unicorn 2024-09-21 20:51:56 +02:00
dependabot[bot]
025c269f73 Bump deps/reflect from 2129a1a to 444d020
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `2129a1a` to `444d020`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](2129a1a551...444d02039e)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 18:37:48 +00:00
momo5502
daff0d1e13 Implement rdtsc hook 2024-09-02 17:16:29 +02:00
momo5502
dba4970822 Update unicorn 2024-09-01 20:12:12 +02:00
momo5502
405a53ccef Support hardware breakpoints 2024-09-01 20:10:10 +02:00
momo5502
21823fccc4 Fix release builds 2024-08-26 12:20:27 +02:00
momo5502
e0aece7691 GDB stub fixes 2024-08-26 11:48:58 +02:00
momo5502
5a250d5824 Implement gdb remote stub 2024-08-25 19:31:08 +02:00
momo5502
8079cb8594 More progress 2024-08-25 11:49:50 +02:00
momo5502
802a9e309f Better object logging through reflection 2024-08-20 15:32:26 +02:00
momo5502
494c562499 Add reflect submodule 2024-08-20 12:45:40 +02:00
dependabot[bot]
888690c5b6 Bump deps/phnt from a564eb1 to 1f91f26
Bumps [deps/phnt](https://github.com/winsiderss/phnt) from `a564eb1` to `1f91f26`.
- [Commits](a564eb1511...1f91f263a2)

---
updated-dependencies:
- dependency-name: deps/phnt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-17 18:49:09 +00:00
momo5502
654646c97f Add process hacker headers 2024-08-17 09:43:25 +02:00
momo5502
a154eb3ec9 Initial commit 2024-08-15 19:00:01 +02:00