Fish
Fish
> instead of getting the prototype (int,int) I got (unsigned long,unsigned long) angr decompiler does not aggressively narrow register-passing arguments (e.g., long long ->int) during decompilation, so this can totally...
This PR is definitely causing test cases to fail.
It's now `memory._regions`. See [here](https://github.com/angr/angr/blob/3c27e5407136f535b3796defc67afbfbac7aeb28/angr/storage/memory_mixins/regioned_memory/regioned_memory_mixin.py#L57). We do not plan to maintain `acsac-course`. Instead, we are planning to develop a new set of training materials that will deprecate `acsac-course`, if resources...
Putting on my researcher’s hat: If your research adds _significantly_ more load than usual for decompiler explorer, you should seriously consider running a self-hosted instance of decompiler explorer and performing...
Just as a friendly heads up: We are not actively maintaining the `AvatarGDBConcreteTarget` or Symbion as of now, so it may take a while for someone from the community to...
Obviously I wasn’t subscribing to this repo...
I'm unaware of that. How are you testing it?
Are you using Z3 directly or using angr (thus, using claripy)?
lol. You are right. This will be fixed in angr's `wip/the_end_times` branch.
This issue has been fixed by my commit to archinfo (see [here](https://github.com/angr/archinfo/commit/c4269f7ace192cbce15076d2c1f49483725bf62f)). You want to use the latest version of both PyVEX and archinfo. Here is an example output from...