Ana María Martínez Gómez

Results 254 comments of Ana María Martínez Gómez

Thanks for the fast answer @10110111! I do have `/usr/bin/xterm`. The output of `strace -feexecve ./edb --run /path/to/your-program` ``` /find_the_best_fishing_spot execve("./edb", ["./edb", "--run", "/home/flare/Desktop/find_the_bes"...], 0x7ffc2c218278 /* 96 vars */) =...

@10110111 Yes, the required shared library is in a `.lib` directory in the same directory as the executable. This way it is used when running the program from the console.

I also have a T490s, whose fingerprint doesn't work. What is the state of this? Something I can do to help?

I also get this error when opening the apk from the third challenge of [FLARE-ON challenge 6](http://flare-on.com) on Windows 7: ``` Bytecode Viewer Version: 2.9.22, Preview Copy: false, Fat Jar:...

I can send you the repo :wink: Here is the project with the gem on it already: https://github.com/Ana06/open-build-service/tree/mutants

@mbj > @Ana06 I've looked at this repository, and found the api subproject Sorry, I should have told you that the Rails project is in the api directory :confounded: >...

The typo is also in master, but I guess it is not worthwhile to correct it there as we want to change develop to master at some point, right? or...

A test suite which tests different version could help ensuring they are compatible (too much risk :rofl:)

@williballenthin > ``` > loop: > and: > loop: > offset: 10 > ``` I understand this as a loop which contains the offset 10. Something like this would for...