x86
Here are 1,318 public repositories matching this topic...
It would be nice when the virtual machine is fullscreened if the scale automatically adjusted to make it as big as it can. Sorry If this is hard to understand
-
Updated
May 30, 2022 - Assembly
-
Updated
May 5, 2022 - C
-
Updated
May 27, 2022 - C
-
Updated
Apr 25, 2022 - Shell
Sometimes it is useful to know where a function was called from. We currently don't display this information.
While the test_suite presented in #589 does work, it is still pretty simple and can be improved and enhanced.
- Add tests for gnutils and coreutils.
- Add necessary utilities so more complex programs can be compiled from sources.
- Integrate CMake, so one could write something like
make validateand the subset of test that is deemed necessary (for example everything withmint
-
Updated
May 29, 2022 - C
-
Updated
May 30, 2022 - Shell
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
It's currently always using mov rAX,[moffs] but if it fits in an i32, it's shorter to use mov rAX,[m] with a modrm byte.
The generated mov() methods would need to be updated. This is what the generated C# code looks like:
if (dst.Value == Register.RAX && Bitness == 64 && src.IsDisplacementOnly) {
code = Code.Mov_RAX_moffs64;An extra check would need to be adde
-
Updated
May 28, 2022 - OCaml
-
Updated
May 27, 2022 - C#
-
Updated
Nov 24, 2019 - Python
-
Updated
Apr 1, 2022 - Assembly
-
Updated
Jan 26, 2018 - Pascal
-
Updated
May 24, 2022 - C
-
Updated
Apr 12, 2022 - C
-
Updated
May 29, 2022 - C
Improve this page
Add a description, image, and links to the x86 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the x86 topic, visit your repo's landing page and select "manage topics."
Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to
x32dbg.exeandx64dbg.exerespectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.