frapik99
frapik99
Hi, I have installed PostgreSQL but i try ```nodal db:create``` I have the following error: ```Database Error: password authentication failed for user "postgres"``` I tried to reset the password but...
Hi, first of all thanks for this great example. I would ask if possible, if someone can tell me how to make possible that if a user disconnects the number...
Hi, analysing a project I encountered the following assembly instruction: ``` 0x901e774: or ah, 0x10 ``` This was translated into: ``` 09 | ------ IMark(0x901e774, 3, 0) ------ 10 |...
Hi I'm trying to install angr on windows but i had the following error ```Warning: not all DLLs were found! This build is not appropriate for a binary distribution```. Any...
Hi, while working with ```pngpixel``` I have encountered this warning: ``` WARNING | 2017-03-07 06:06:32,781 | simuvex.engines.vex.engine | t28 = LDle:I8(t24) WARNING | 2017-03-07 06:06:32,782 | simuvex.engines.vex.engine | -----0x1018b20 hit...
Hi all, I think your are already busy :), but is there any change that you would implement the following operations: ``` ERROR | 2017-02-25 06:33:06,901 | simuvex.vex.irop | Unsupported...
Hi, while creating the CFG on ARM I encountered this error: ```arch_prctl has no attribute 'regs'``` within the file [https://github.com/angr/simuvex/blob/fd80907da3affaaa51e5b6fd4b509efdaed96e84/simuvex/procedures/syscalls/arch_prctl.py](url). I think a possible fix would be something like ```.self.state.regs.gs...
Hi all, can someone help me to understand how to create a new plugin if someone wants to create a new kind of analysis based on the VEX representation? Thanks