BullyWiiPlaza
BullyWiiPlaza
**Version/Branch of Dear ImGui:** Version: v1.88 Branch: https://github.com/Microsoft/vcpkg/blob/master/ports/imgui/portfile.cmake **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_win32.cpp + imgui_impl_dx11.cpp Compiler: MSVC Operating System: Windows 11 Pro **My Issue/Question:** I'm using `ImGui::InputText()` to create text fields. Since...
Maybe integrate the [`GHS demangler`](https://github.com/Maschell/ghs-demangle-java) to automatically identify function parameters, data types (and potentially return data types)?
``` Error importing file: MH3G_Cafe_modified.rpx java.lang.ArrayIndexOutOfBoundsException: Index 2174 out of bounds for length 37 at cafeloader.Cafe_ElfRelocationHandler.relocate(Cafe_ElfRelocationHandler.java:49) at ghidra.app.util.bin.format.elf.relocation.ElfRelocationContext.processRelocation(ElfRelocationContext.java:89) at ghidra.app.util.opinion.ElfProgramBuilder.processRelocationTable(ElfProgramBuilder.java:752) at ghidra.app.util.opinion.ElfProgramBuilder.processRelocations(ElfProgramBuilder.java:697) at ghidra.app.util.opinion.ElfProgramBuilder.load(ElfProgramBuilder.java:163) at ghidra.app.util.opinion.ElfProgramBuilder.loadElf(ElfProgramBuilder.java:100) at ghidra.app.util.opinion.CafeLoader.load(CafeLoader.java:78) at ghidra.app.util.opinion.AbstractLibrarySupportLoader.doLoad(AbstractLibrarySupportLoader.java:346)...
When I try to load the IL2PP DLL and the metadata, I get the following CLI output: ``` Il2CppInspector-cli.exe --bin GameAssembly.dll --metadata global-metadata.dat Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021...
I use code to detect `EDT` thread violations (e.g. a non-`EDT` thread modifies the `Swing` GUI): ``` private static void setupThreadViolationsDetector() { ThreadCheckingRepaintManager repaintManager = new ThreadCheckingRepaintManager(true); RepaintManager.setCurrentManager(repaintManager); } ```...
It would be great if this library supported 32-bit binaries as well since 32-bit is still often used nowadays: ``` auto header = (Elf64_Ehdr*)m_mmap_program; if (header->e_ident[EI_CLASS] != ELFCLASS64) { printf("Only...
The `README` introduces a non-obfuscated example `check_license()` code and an obfuscated `check_license1()` code. Logically, generating a key based on the user name and then checking the license should always return...
**Describe the bug** Why do I get a linker error with the `base64.cpp` file of this library? With other libraries I don't need to manually add a `*.cpp` file to...
**Describe the bug** When compiling my code using the latest OpenSSL port, I get the following warning: ``` C:\vcpkg\installed\x64-windows-static\include\openssl\core_dispatch.h(65,1): warning C4191: 'type cast': unsafe conversion from 'void (__cdecl *const )(void)'...
I'm getting a compiler warning with MSVC in the most recent version of OpenSSL in vcpkg: https://github.com/microsoft/vcpkg/issues/26193