Artur K.

Results 61 issues of Artur K.

"Shared Items Projects" provide a means of grouping a common set of files that can be used in multiple projects. A nice description of their use can be found [here](https://stackoverflow.com/questions/37714798/how-to-create-vcxitems-in-visual-studio-2015/37717322)

enhancement

I've encountered this problem when working on the `VertexDataDecl` PR, when the `VertexDataDecl` was used in some places that caused the serialized structure layout to change in `GpuProgramBytecode`. I can...

type: bug

This is mostly a proposal and a call for help from D3D11 and Vulkan gurus out there. What is missing: - Vulkan support - D3D11 support - Optional written-area-within-target checks.

**EDITED SUMMARY** Not real solution for this other than waiting for GCC/Clang to fix it. If this is causing you problems manually enable RTTI. **ORIGINAL ISSUE** Please note that [shared_ptr...

type: enhancement [MINOR]

**EDITED SUMMARY** Make sure custom allocators align memory to alignments that cannot cause problems. **ORIGINAL ISSUE** I have no idea how critical this is, but there's quite large amount of...

type: enhancement [MINOR]

Boomerang currently does not handle the EM_SPARC relocations. This impacts #55

type: bug
dom: decoder

The twofib code has the following pattern ``` asm call twofib nop illtrap ``` and twofib itself is returning like this ``` asm jmp %i7+0xC ``` instead of using ret...

type: bug
dom: decoder

Despite spending a good chunk of time on switching boomerang over to shared_ptrs, I couldn't solve the memory situation. Got pretty close with shared_ptr/shared_from_this approach but after putting in 11+...

type: bug

This ABI should augment the information available about the decompiled file, and help with Signature creation.

dom: loader

This would get us full c/c++ header parsing, and we could add comment parsing as means of providing additional knowledge to boomerang engine.

type: feature