Abbas-MG
Abbas-MG
An attempt to use ScyllaHide to hide cheat engine's usermode debuggers.
asmParser.cpp of LLVM's MC lib doesn't handle characters like "!@+" which are very common while dealing with symbols. for example "jmp nt!blah+10" wont be parsed and execution flow wont reach...
now the PDB generation works for IDA 9.0 too. could import the generated PDB to visual studio and functions/globals were mapped fine. "find signature" still needs updating to be synced...
Within FakePDB, many data types use `std::string` to store information fetched from IDA Pro. Previously encountered instances are documented [**Here** ](https://github.com/Mixaill/FakePDB/issues/54) and [**Here**](https://github.com/Mixaill/FakePDB/issues/46#issuecomment-2804034861). Another example is the failure in fetching...
Supposed to inform the user about similar issues stated [**Here**](https://github.com/Mixaill/FakePDB/issues/55).
An attempt to fix the issues stated [**Here**](https://github.com/Mixaill/FakePDB/issues/55). Fixing deserialization of `std::string` types in `Function `and `Segment` structures. A basic fix to avoid crashes; more tests may be needed.
just a few.