Ivan Gotovchits

Results 56 comments of Ivan Gotovchits

but, since we now have binary release, it would be even better just to use precompiled `bap-server`

Just in case, if you had a smaller file that triggers this error, then please submit it.

I presume you're using a very old version of theOCaml compiler. We support 4.08 and upward, what is your version? Alternatively, it could be a very new version that is...

> I am building with ocaml 4.04. I have upgraded to ocaml 4.07, the newest available using `opam`. I still get the error. This doesn't look like a version issue....

In fact, it is [already correctly specified][1]. Your `opam show FrontC` printed the constraint for the old `3.4-2-1` version, which is successfully installed on your system switch. > I have...

The rule policy for check-hardcoded-values only checks for hardcoded socket addresses. There's no currently any provision for passwords. ``` (defun check-hardcoded-socket-address (sockaddr-ptr) (when (points-to-static-data sockaddr-ptr 16) (incident-report 'hardcoded-socket-address (incident-location)))) (defmethod...