Vesselin Bontchev

Results 21 comments of Vesselin Bontchev

Oh, man, nice to hear back from you! I've started making an RDP honeypot of my own, based on this library. I'd like it to be able to run in...

Normally that doesn't happen. Can I get a copy of the actual document with macros? Maybe there's something weird in it.

Thanks. OK, I can see why this is happening. Problem is, I don't see how to fix it... The code that is causing the problem is this: ``` if idCode...

The purpose of the function this code resides in is to take the operand of an opcode instruction that refers to a symbolic argument (like a variable or function name)...

I really don't know how to solve this... If I don't subtract 1 there, the macro in the document in [this repository](https://github.com/joesecurity/pafishmacro) won't be disassembled correctly. If I do, your...

I'm not really sure; I would have preferred to experiment with different things myself... For starters, the problem seems to occur when the VBA project uses lots of different symbols...

No, I couldn't figure out how to solve it, sorry.

What is an empty identifier? Anyway, your proposed change does not solve the problem - it just makes the output wrong in a different way. I'm not accepting it.

OK, this seems to work. I'm a bit busy right now but when I can find the time (and remember how to release a new version on PyPi), I'll merge...

> I've met a new pcode problem, for example: I don't know why this happens. If you put this inside a subroutine like this ```vba Sub Test() Dim a As...