Commit Graph

413 Commits

Author SHA1 Message Date
momo5502
010fbb2120 Support concise debugger output 2025-01-03 13:22:51 +01:00
Maurice Heumann
3d70541ef7 Fix syscalls and tls vector updates (#40) 2025-01-02 13:55:03 +01:00
Maurice Heumann
0443b5a47c Bump deps/googletest from 35d0c36 to 7d76a23 (#39)
Bumps [deps/googletest](https://github.com/google/googletest) from
`35d0c36` to `7d76a23`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7d76a231b0"><code>7d76a23</code></a>
gtest: Output a canned test case for test suite setup / teardown
failures in ...</li>
<li><a
href="e54519b094"><code>e54519b</code></a>
Put the fake Fuchsia SDK in a module extension</li>
<li><a
href="f3c355f9dd"><code>f3c355f</code></a>
the public version already has the const qualifier</li>
<li><a
href="79219e26e0"><code>79219e2</code></a>
Update the links to ISTQB glossary.</li>
<li><a
href="d122c0d435"><code>d122c0d</code></a>
Add support for printing C++20 std::*_ordering types to gtest.</li>
<li>See full diff in <a
href="35d0c36560...7d76a231b0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2025-01-02 13:51:23 +01:00
momo5502
95df4a9c59 Fix TLS vector updates 2025-01-02 13:50:30 +01:00
momo5502
ce38a393ab Fix gdi init stati 2025-01-02 13:50:16 +01:00
momo5502
300bdaa7e2 Fix error status 2025-01-02 13:50:07 +01:00
momo5502
39398750c3 Log caller for syscalls 2025-01-02 13:49:54 +01:00
momo5502
022ed72807 Fix syscall mappings 2025-01-02 13:48:28 +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
momo5502
edfa6a8986 Document registry dumping
Relevant for #37
2024-12-31 08:42:27 +01:00
Maurice Heumann
65f085ec38 Fix RtlPcToFileHeader calls (#38) 2024-12-31 08:36:19 +01:00
momo5502
29052af829 Fix RtlPcToFileHeader calls 2024-12-31 08:32:09 +01:00
momo5502
b5bb7a8d6e Only allow localhost connections 2024-12-28 08:34:20 +01:00
Maurice Heumann
946414eb94 Support more directory enumeration classes (#36) 2024-12-26 10:47:13 +01:00
momo5502
794a9f5c5a Support more directory enumeration classes 2024-12-26 10:43:17 +01:00
momo5502
3946d050db Revert "Reduce output"
This reverts commit 42b35047ca.
2024-12-26 09:44:20 +01:00
momo5502
42b35047ca Reduce output 2024-12-26 09:43:55 +01:00
Maurice Heumann
0f990c9288 Merge pull request #35 from momo5502/feature/directory-io
Support file enumeration
2024-12-26 09:41:53 +01:00
momo5502
724446620c Small fixes 2024-12-26 09:37:10 +01:00
momo5502
cb88ebe480 Fix warning 2024-12-25 15:32:21 +01:00
momo5502
df812fd24d Fix offsets 2024-12-25 15:06:07 +01:00
momo5502
68d5a0532f Check if logger output is disabled 2024-12-25 14:58:15 +01:00
momo5502
5b5db03521 Accurate file enumeration 2024-12-25 14:44:13 +01:00
momo5502
62de7c0564 Add token handler 2024-12-25 14:44:05 +01:00
momo5502
b5ca800e7d Disable broken code 2024-12-25 14:43:54 +01:00
momo5502
fcf8fc001e Add new syscall 2024-12-25 14:43:40 +01:00
momo5502
6f8f870103 Directory enumertion 2024-12-25 12:41:43 +01:00
momo5502
24e37e7bf5 Add directory I/O test 2024-12-25 10:33:20 +01:00
momo5502
c9a250b77f Preallocate unicorn translation buffer to 2gb 2024-12-24 10:15:57 +01:00
momo5502
405d5e349d Add dummy syscall 2024-12-24 10:15:43 +01:00
momo5502
4766e164e0 Move emulator settings 2024-12-24 09:26:19 +01:00
momo5502
6111f2fad3 Fix silencing 2024-12-24 09:23:38 +01:00
momo5502
ebbc5e4e61 Support watcher cache 2024-12-24 09:15:38 +01:00
momo5502
98265ce2a9 Support silencing the logging until the main function gets executed 2024-12-24 09:14:35 +01:00
momo5502
4deb007a8e Remove outdated comment 2024-12-24 09:13:55 +01:00
momo5502
011b4d6eb2 Better exception logging 2024-12-24 09:13:27 +01:00
momo5502
7701526d3f Support implicit memory reserving 2024-12-24 07:57:23 +01:00
momo5502
e40a6d1c51 Fix path canonicalization
This fixes #34
2024-12-24 07:14:24 +01:00
momo5502
56af439dcd Watch interesting system objects 2024-12-23 11:15:53 +01:00
momo5502
86c7886b62 Fix allocations 2024-12-23 10:54:15 +01:00
momo5502
420a200ef4 More dummy devices 2024-12-23 10:51:49 +01:00
momo5502
a38b9240a9 Add more syscalls 2024-12-23 10:22:33 +01:00
Maurice Heumann
edc084afa5 Merge pull request #33 from momo5502/task/token-progress
Progress on tokens
2024-12-23 10:02:57 +01:00
momo5502
ed0ced76f9 Progress on tokens 2024-12-22 21:47:43 +01:00
momo5502
596644b795 Add TLS test 2024-12-22 17:51:09 +01:00
Maurice Heumann
6b81680d06 Merge pull request #32 from momo5502/feature/tls-support
Proper TLS, mutant and basic token support
2024-12-22 17:40:34 +01:00
momo5502
727d818c10 Fix TLS operations 2024-12-22 17:37:28 +01:00
momo5502
1f3d4d9e51 Fix object watching 2024-12-22 17:37:21 +01:00
momo5502
4de6813c09 Support DLL unmapping 2024-12-22 16:45:31 +01:00
momo5502
b4e7606226 Better NtClose 2024-12-22 16:34:28 +01:00