Tigzy

Results 11 issues of Tigzy

Hey, my server is very efficient :) Hence it gets many many binaries and bitstreams, and the disk was full within 2 days; I have an upload script (custom) made...

Hello, How can I add some python script to upload payloads to custom location?

Type: Question

Hello, I've spotted an issue in encode_pe function: ``` try: ep_offset = pe.entrypoint - pe.optional_header.imagebase ep_bytes = [int(b) for b in raw[ep_offset:ep_offset+64]] except Exception as e: log.warning("can't get entrypoint bytes...

Hey, While testing YaraEditor, I came across a weird issue on one rule (that seems to be valid) This is the rule: ``` rule anti_dbg { meta: author = "x0r"...

Hey, another issue from a crash dump. sw->frequency.QuadPart happens to be 0 (for some reason). We need guard here. ![image](https://user-images.githubusercontent.com/9531438/48783421-a6332800-ece0-11e8-9a04-159a0b303672.png)

Hello, I'm having an issue while compiling on Linux. I have OpenSSL version installed (1.0) but I've also compiled my own (1.1) in a separate directory. Is there a way...

Instead of formating the data, is it possible to pass a parameter (example: no_format=True) to get the compiler line, file and message into a python dictionary inside the Exception object?

Hello team, I'm trying to compile latest version on Unix, I followed the doc and notes from my previous tries (older versions) The problem I have is I want to...

bug

As stated in the README: "While submitting a new analysis, choose "kernelland" option on the Web interface, or use the option "kernel_analysis=yes" on commandline." Looks like after patching cuckoo, there's...

Hi, I'd like to target a sample that has no version_info defined. It looks like the way it's designed there's no way to do something like `pe.version_info_list.size == 0`, is...

feature-request