Alberto

Results 10 issues of Alberto

Hi, I have been trying to use this generator but I have encountered a problem. If I use ```gulp watch``` all is fine but if I try to install the...

Hi, I'm trying to compile the project on my Linux machine running gcc 6.3.0 and with python and six installed but I had the following error: ``` FileNotFoundError: [Errno 2]...

Hi all, let suppose I have the following code: ``` #include int sum(int a, int b) { return a+b; } int main() { int (*functionPtr)(int,int); functionPtr = ∑ printf("hey %d\n",...

Hi all, I have successfully parsed and input file using ```mod = llvm.parse_assembly(data)```. At this point is it possible to get a specific function and get its ```entry_basic_block```? Thanks

Hi @ctruta , @jbowler , thanks to the issue #424 we have noticed that the `oss-fuzz` support is a little bit of date and user might not find super easy...

Hi @ctruta, I have noticed that there are few functions that can be "directly" called by a user but that are lacking some checks. An example is `png_save_uint_32` ( [link](https://github.com/glennrp/libpng/blob/master/pngwutil.c)...

Hi Adrian, First of all thanks for your time and projects. I'd like to implement a tracer that would print the LLVM instructions executed. My idea is to create a...

Hi, I would like to use `maat` with simple projects but I have troubles running, for instance, `id`. My code is the following: ``` from maat import * m =...

env/emulation
Good first issue

Hi, when I run `python syzscope -i case` I got an error because I cannot compile syzkaller. Any idea on how to fix it? ``` 2024-08-02 16:51:43,025 [0] b'In file...

Hi all, I'm trying to use `actor` against one of the supported versions. I can do all the step except the final one. I got the following error: ``` [...