Alex James
Alex James
We currently ignore the debug directory and don't try to parse any debug symbols. Look into [AbstractPeDebugLoader](https://github.com/NationalSecurityAgency/ghidra/blob/621c14c7b2306cc662543ca2383e7121951159dd/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractPeDebugLoader.java), [DebugDirectoryParser](https://github.com/NationalSecurityAgency/ghidra/blob/6e6bdffe86e8d7b1d9f58f5f7d738d8fe5be0b23/Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/pe/debug/DebugDirectoryParser.java), and other related classes used by Ghidra's PE loader.
**Describe the bug** `http_process_initial_header` doesn't handle redirects (e.g., if HTTP 302 is returned by the host): https://github.com/NLnetLabs/unbound/blob/11d077c826c94aa5f20b91382eec3f6e08e59177/util/netevent.c#L2385-L2389 This can cause transfers of remote RPZ zone files to fail. **To reproduce**...
As described by RehabMan in the README, enabling DynamicEWMode (via ACPI) significantly improves scrolling performance. > Added DynamicEWMode option (default is false). This is specifically to improve two finger scroll...
### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [adding new extractor tutorial](https://github.com/rg3/youtube-dl#adding-support-for-a-new-site) and [youtube-dl coding conventions](https://github.com/rg3/youtube-dl#youtube-dl-coding-conventions) sections - [x] [Searched](https://github.com/rg3/youtube-dl/search?q=is%3Apr&type=Issues) the bugtracker...
This is a list of known issues/bugs that have been reported and confirmed/reproduced. - [X] **Hibernation does not properly work** *(fixed)* ~~Attempting to boot a macOS install encrypted with FileVault...
The IGPUs found in desktop Sandy Bridge processors (Intel HD Graphics 3000) require injection of a mobile Sandy Bridge IGPU device ID and the `AAPL,snb-platform-id` property in order to work...
Add a basic module to enable or disable the built-in macOS application firewall. The module also supports configuration of pf with custom rules (based on https://apple.stackexchange.com/a/429972). Addresses: #1243
Changelog: https://github.com/emarsden/dash-mpd-cli/blob/main/CHANGELOG.md#0227---2025-06-22 ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [x] aarch64-darwin - For non-Linux: Is sandboxing enabled...
Building commit d23680b81d5179ce6ae1ca5546303b81646ecac1 with `make -j DYNAMIC_ARCH=1 TARGET=VORTEX` results in test failures on Apple M4: ``` TEST 1135/1522 sgemmt:c_api_rowmajor_upper_M_50_K_50_a_notrans_b_notrans [FAIL] ERR: test_extensions/test_sgemmt.c:797 expected 0.000e+00, got 2.741e-01 (diff -2.741e-01, tol 1.000e-04)...
[libcxx 18 deprecated the `std::basic_string` template specializations for `int16_t` and `int32_t`][1], which are currently used by the iconv tests. [The template specializations were removed altogether in libcxx 19][2], which breaks...