xrkk
xrkk
> Sorry but no, there's no fast way to know, unless you do the full tokenization. > > Mileage may vary, and on specific tokenizers you could go faster than...
> underway on a big refactor Do you mean IDAPython part? Or will there be any huge changes to the CFG protobuf format? I'm working on adding mcsema into my...
Comment out `Package` function in remill build script does making building process pass. Thank you. When run `cpack --trace-expand -D REMILL_DATA_PATH=remill_install -R 1.0.0 --config remill/packaging/main.cmake --debug`, last output: ``` /usr/share/cmake-3.16/Modules/Internal/CPack/CPackRPM.cmake(1756):...
Full stdout list: https://gist.github.com/xrkk/9703a4b9d309363cc13f1fba8dad461d I searched stdout for keyword `error` and found last line: `CPACK_RPMBUILD_EXEC_RESULT ERROR_FILE /home/xxx/mcsema/_CPack_Packages/RPM/rpmbuildremill.err OUTPUT_FILE /home/xxx/mcsema/_CPack_Packages/RPM/rpmbuildremill.out )`, but both `rpmbuildremill.err` and `rpmbuildremill.out` are empty files with no...
This is a standalone version of Cuckoo Monitor, and cuckoo monitor logs api calls in bson format, so this shall not be a problem at all.
I met the save problem and debugged the code, I think it's mathpix server problem, the ocr server failed the ocr operation and can't get and text, and then server...
After reversing, I found that convert.js forgot to attach parameter `options_json` when sending POST requests. Will upload new code when finished.
@ret2libc Pull #1730 did fix the 2nd operand problem. ``` [0x44c68118]> aoj~{} [ { "opcode": "stclhs p12, c6, [r4, -0xbc]!", "disasm": "stclhs p12, c6, [r4, -0xbc]!", "pseudo": "asm(\"stclhs p12, c6,...
@mr-tz Thank you for your attention. Actually this is solved by below code: ```py from scapy.utils import rdpcap from scapy.utils import wrpcap from scapy.layers.l2 import Ether f_pcap = '/path/to/src/pcap' f_dst...