gh0st
gh0st
when using ‘res_access()’ in MIPS, capstone raises an error: ``` capstone.CsError: Invalid/unsupported architecture(CS_ERR_ARCH) ``` capstone version: ``` capstone (5.0.0) ``` When will capstone support regs_access? Thank you.
I have some doubts in how to fuzz the protocol. I am trying to fuzz the SNMP protocol, but I don't know how to start to do it. Is it...
Hi, I try to figure out how the signature is made by the zignature. I found no paper about it, but only found how to use it. Is there any...
from werkzeug.contrib.cache import (nullcache, simplecache, memcachedcache, import error: cannot import name '**uwsgicache**' The werkzeug version is not suitable for netzob_web. To address this problem, you need to upgrade the werkzeug,...
I want to compare two functions from different architecture, e.g., x86, ARM. I do not know how to train the model for cross-architecture. Can you provide a trained model for...
Hi, Thanks for your excellent work. But I encountered an issue when running ```bash ./scripts/bindiff.sh ``` training environment ``` torch 1.10.0+cu111 torchaudio 0.10.0+cu111 torchvision 0.11.0+cu111 GPU: RTX 2080ti RAM: 11GB...
FATAL ERROR:Line too long when reading extract file "***.bin", larger than 16384 bytes
in line 140 of the train.py ```python if (i % TEST_FREQ == 0): auc, fpr, tpr, thres = get_auc_epoch(gnn, Gs_train, classes_train, BATCH_SIZE, load_data=valid_epoch) #valid_epoch? gnn.say("Testing model: training auc = {0}...