Results 3 issues of Daliands

in androguard/core/bytecodes/dvm.py->Instruction21\* sevral function,unpack use ”=h",in some case,self.BBBB will be negative number。and i have a question: why in androwarn/core/core.py->match_current_instruction do not have aget?

I set a log in io_handler like this: static void io_handler(FILE* input, FILE* output, internal_state_t* state) { setvbuf(input, NULL, _IOLBF, 1024); setvbuf(output, NULL, _IOLBF, 1024); // Tell version fprintf(output, "v...