Cornelius Aschermann

Results 4 issues of Cornelius Aschermann

This issue might be related to #224, but I don't see any crashes or unexpected low performance. Instead the program silently fails to find the expected solutions. It appears that...

bug

The disassembler is using elf sections (https://github.com/trailofbits/Honeybee/blob/master/honey_hive_generator/disassembly/hh_disassembly.c#L126) instead of segments to identify code to disassemble. However this not robust to various scenarios including stripped binaries and statically linked binaries. I...

``` require 'wrong' include Wrong assert{(1..2) == (1..1)} ``` produces a NoMethodError instead of the usual description (tested on ruby 2.1 and 1.9.3)

https://github.com/ranmrdrakono/wrong/blob/master/lib/wrong/assert.rb#L23-L24 This lines cause race conditions. I propose to use thread_variable to identify recursion problems while avoiding multi threading issues