xrkk

Results 10 issues of xrkk

as the name suggests, this function aims to find matches in `hole` range between 2 matched items. `last` indicates upper bound of the `hole` range. `row` indicates lower bound of...

Using `len(tokenizer(_2encode_line_list).input_ids[0])` is fast for counting the number of tokens might produce, but is there any faster way? Since the tokenization process did some mapping in the vocab, and I...

WSLv1 with Ubuntu 20.04, building follow instructions, and hangs at command `./remill/scripts/build.sh --llvm-version 9 --download-dir ./`. Last logs: ``` -- Installing: /home/xxx/mcsema/remill-build/install/usr/local/bin/remill-lift-9 -- Installing: /home/xxx/mcsema/remill-build/install/usr/local/lib/cmake/remill/remillTargets.cmake -- Installing: /home/xxx/mcsema/remill-build/install/usr/local/lib/cmake/remill/remillTargets-relwithdebinfo.cmake + cpack...

building

Do you have any plans to create any Python Bindings so that can be easily intergated into any tool-chain?

Is it possible to convert `llvmlite.bingding.ModuleRef` parsed from bitcode to `llvmlite.ir.Module`? So that I can check whether instruction is `Load` by `isinstance(insn, LoadInstr)`. What I need is detailed parsing of...

feature_request

### Description When using CFGEmulated to analyze `/usr/bin/ls` with options `keep_state=True`, exception occurs: `TypeError: unsupported operand type(s) for +: 'SimFileDescriptorDuplex' and 'int'`. Here is the file I tested: [ls.zip](https://github.com/angr/angr/files/9899161/ls.zip) ###...

bug

``` [i] ℤ rizin 00082bf2fdcd7b7b23905dba6089589285f8e6dcd45841f296ce769cd29e17e7 13:49:09 WARNING: Unsupported relocation type for imports 21 WARNING: Unsupported relocation type for imports 21 ``` This string is the part of the ELF data...

high-priority
ELF
ARM

The pcap packets generated by fakenet-ng have the protocol `raw:` as the first protocol for each frame. This behavior is viewable without any issues in Wireshark. However, certain (internal) pcap...