-
When i ran make `IDA_DIR=/home/ysg/idafree-7.0 IDA_SDK=/home/ysg/idafree-7.0/idasdk70 EA64=0 make -f makefile.lnx` on Linux , i ran into this problem.
I used the IDAFree 7.0 Version
```IDA_D…
-
Calling GraphView.Refresh() from within hook causes interr 51058
-
As per title. I often find myself wanting to invert a condition an if is checking. For instance:
```
if (!a || !b)
{
}
````
I would like to invert to be:
```
if (a && b)
{
}
````
I…
-
### Description
From IDA 7.2, all function marked as THREAD_SAFE in SDK will be checked if they are called on the main thread
### Steps to reproduce
Pwndbg together with IDA 7,2
### …
-
**Describe the bug**
Wrong arguments
**Reproduce via JSON (pddi)**
**r2dec**
```c
eax = 0x200;
eax = 5;
rax = memmem (big, eax, "nedle", eax);
```
**Hexrays**
```c
if ( memmem(&v5, 512,…
-
Hi..
I just open this discuss becose the old topic is full and slow for browser ..
## Last Method:
method 1 : via (other xml not to deviceservices - exploit)
method 2 : via (apple cert & key and i c…
TTMTT updated
4 years ago
-
References: https://github.com/DimopoulosElias/alpc-mmc-uac-bypass
-
I'm trying to load the plugin against the latest version of the linux IDA, the compiled version refuses to load completely, and the source fails to load with:
oiajsd@ouipreqwouiperwquiopreqw:~/tool…
-
### Description
When I use pwndbg with IDA,I connect to IDA successfully.
But, when I run the program, it raise
```python
xmlrpc.client.Fault:
```
### Steps to reproduce
1. run id…
-
Atm ret-sync supports highlighting the current EIP pointer in the IDA View window (assembly). It would be nice to have it highlight the current line in the Pseudocode window (output of HexRays decompi…