fishfacegit

Results 6 issues of fishfacegit

**Is your feature request related to a problem? Please describe.** At the moment I try to access resources of a binary via qiling and to implement a FindResouceExW. Has qiling...

Hi, i try to convert miasm ir to llvm ir for further optimization. Is there an easy way to implement missing operators such as FLAG_EQ_CMP? Best Regards ``` context =...

python3 test_all.py results in z3 error: Is this a bug? ``` ERROR z3_ir.py Traceback (most recent call last): File "../miasm/test/ir/translators/z3_ir.py", line 117, in check_interp(model[memb.get_mem_array(32)], File "../miasm/test/ir/translators/z3_ir.py", line 31, in check_interp...

Saving rules in memory to a buffer does not work. ``` rule = """rule apt_rule_rc4 { strings: $rc4key = { DE AD BE EF DE AD BE EF DE AD...

Please give an example, how the library can be used with clang and new pass. ``` ./clang -fpass-plugin=../lib/ShelbyObfuscator.so -mllvm -fla hello.c -o hello.elf clang (LLVM option parsing): Unknown command line...

Is there a workaround for this? **`cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_BUILD_TYPE=Release -DLLVM_CREATE_XCODE_TOOLCHAIN=ON -DLLVM_INCLUDE_TESTS=Off -DLLVM_INCLUDE_EXAMPLES=Off -DLLVM_ENABLE_BACKTRACES=Off -DLLVM_INCLUDE_BENCHMARKS=OFF -DLLVM_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX="/Applications/Xcode.app/Contents/Developer/" -DLLVM_ENABLE_PROJECTS="clang" ../llvm`** ``` -- LLVM host triple: i686-pc-windows-msvc...