Results 13 issues of NSEcho

Hello, while fuzzing with `radamsa` and sending the unprintable character, application crashes showing user traceback. ```bash $ cat crash.txt test@gmail.�com $ cat crash.txt | xxd 00000000: 7465 7374 4067 6d61...

Hello, I have found your friend and I think it is really interesting. I made some changes, like using the go modules, changing the logic a bit and separating things...

Hi, I was thinking why shouldn't we create different packages instead of putting everything inside the `main` package.

enhancement

Essentially, enable writing project and its data inside the database to avoid creating so much files and to ease the data extraction/manipulation.

Add support for HTML report with some nice looking charts

Make another goroutine which will check for opened mails.

Rules parameter for substitution has wrong order in help. It should go base64(old):base64(new),,,etc

Hello, what do you think about adding the support for multiple repos

It is possible to cause stack-overflow while calling `mtar_write_file_header` and passing name of the file larger than 100. Inside microtar.c `strcpy` is called which results in overwriting more data than...

Like the title says, this PR add supports for ```global``` keyword which used to return the message ```Target process terminated``` like in [#23](https://github.com/nowsecure/frida-cycript/issues/23) issue of frida-cycript. Now it returns correctly...