| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Was causing linux arm builds to fail
|
|
|
|
This fixes a possible race if another thread can successfully shutdown before the current thread can register its session
|
|
|
|
|
|
Try and just initialize once
|
|
|
|
|
|
|
|
|
|
Noticed these when reviewing the Rust Repository API
|
|
|
|
|
|
|
|
|
|
|
|
instructions; clean up some warnings in powerpc/il.cpp
|
|
Fixes #6397
|
|
|
|
|
|
CC Vector35/binaryninja-api#6235
|
|
R_ARM_THM_MOVT_ABS #6215
|
|
|
|
when unimplemented to prevent ctypes error
|
|
|
|
|
|
|
|
|
|
|
|
invalid. Fix https://github.com/Vector35/binaryninja-api/issues/6320
|
|
|
|
|
|
|
|
|
|
`mul` is aligned with at least what x86 returns for tokens.
Signed-off-by: Dusk Banks <me@bb010g.com>
|
|
lines
|
|
Fixes #6383
|
|
|
|
Fixes #6382
|
|
|
|
Also added an assertion in the types unit test to catch it
Fixes #6379
|
|
This is still being triggered by non-rust commits, need to look into this further later.
Fixes #6378
|
|
The unit tests were not updated and the enum was kept with extremely long names, so I just added a simple wrapper.
|
|
|
|
|
|
This is being done as a preventative measure against possible races in checkout code. This is more so just peace of mind, the enterprise code that is touched in this function only locks on a single mutex so this is probably useless, but I would rather have this assurance than have to debug some issue in this code.
|