Jarosław Jedynak

Results 60 comments of Jarosław Jedynak

It's working, thanks. Is it possible to automatically export all non-matching function/asm diffs to some machine-readable format (or different files)? I browsed through the code, and although I didn't find...

In a way, I wanted to take that .sqlite database, and export each function from diff to human readable html (similarly to "diff pseudo-code" function in IDA plugin).

Sure, I'll look into the code and see if I'll be able to do it myself. I'll update you with my results. Thanks!

Ok, I've read more about this issue and it turns out that roles are not supposed to work with with_items. So, to rephrase my question: I have central nginx reverse...

I'm rather flexible at exact configuration format. I thought about configuring hosts like that (websrv and website are my role names): ``` - hosts: web.lxc roles: - websrv - hosts:...

Got it on my radar. I've worked on it a bit early this year, but was not 100% done. Then I became a bit busy last few weeks. Will get...

I've been thinking about this for the past few days now. I really don't add user management to mquery. This will only complicate simple deployments, and big companies that care...

Yes. My (unspecified as of now) plan involves having some permissions grouped into three sets for simplicity (names subject to change): - nobody - no permissions, can't access the system...

Not implemented currently. Reindexing was made friendly enough that it's not needed as much as it used to.

For now, let's just add matched strings (let's leave tooltips as a potential future improvement). This can be readily extracted from yara API, and it should be easy to show...