Joris van Eijden
Joris van Eijden
The current PhpComposer manager does this for every composer.json file found: 1. Rename an existing "vendor" directory. 2. Fail to step 5 if a corresponding composer.lock file does not exist...
Most SBOM generators base the inclusion of a component in an SBOM on a packagemanager file or the existence of some other file. I would like to be able to...
RedHat/CentOS apache daemon is called "httpd" and not "apache2". So the apache restart handler fails on redhat based systems: msg: no service or tool found for: apache2
**Describe the bug** VGA has a number of bit panning registers that can be used to achieve pixel-perfect smooth horizontal scrolling,. This has not been implemented in the current renderer....
The following assembly: ``` 1000:11AE 66 8B 46 0A mov eax, [bp+arg_4] 1000:11B2 66 0F AF 46 0E imul eax, [bp+arg_8] 1000:11B7 66 89 46 FC mov [bp+var_4], eax 1000:11BB...
IDA does not decompile 16-bit code. This causes the plugin to fail. Is there any use to this plugin if only disassembly and no decompilation is available?
**Describe the bug** In [src/intellij/src/main/resources/themes/HiberbeeDark.theme.json](https://github.com/hiberbee/themes/blob/latest/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json) the `selectionInactiveBackground` is "Dark6" on a "Dark7" background. This is very hard to see. **To Reproduce** Steps to reproduce the behavior: 1. Go to any...
#### **Summary** Add a headless "benchmark" mode to the emulator, allowing it to execute a given DOS program as fast as possible without UI rendering, while collecting performance metrics. This...
### Description of Changes Replaced the disassembly view with a new one. ### Rationale behind Changes It looks better, functions smoother and has a better base to expand upon. ###...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Expose Spice86 functionality to AI's through the Model Context Protocol. Using https://github.com/modelcontextprotocol/csharp-sdk **Describe alternatives...