Skip to content

Tags: Vector35/binaryninja-api

Tags

dev/5.3.8970

Toggle dev/5.3.8970's commit message
Improve initial layout of the container browser dialog.

dev/5.3.8965

Toggle dev/5.3.8965's commit message
Improve initial layout of the container browser dialog.

dev/5.3.8963

Toggle dev/5.3.8963's commit message

Verified

This commit was signed with the committer’s verified signature.
fuzyll Alexander Taylor
Add missing x86_64 relocations.

dev/5.3.8962

Toggle dev/5.3.8962's commit message

Verified

This commit was signed with the committer’s verified signature.
fuzyll Alexander Taylor
Add missing x86_64 relocations.

dev/5.3.8955

Toggle dev/5.3.8955's commit message

Verified

This commit was signed with the committer’s verified signature.
fuzyll Alexander Taylor
Add missing x86_64 relocations.

dev/5.3.8954

Toggle dev/5.3.8954's commit message

Verified

This commit was signed with the committer’s verified signature.
negasora Josh F
[ELF] Fix reading dynamic string tables at large offsets

dev/5.3.8953

Toggle dev/5.3.8953's commit message

Verified

This commit was signed with the committer’s verified signature.
negasora Josh F
[ELF] Fix reading dynamic string tables at large offsets

dev/5.3.8952

Toggle dev/5.3.8952's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Mach-O] Improve how section types are identified

1. A section's `flags` are masked with `SECTION_TYPE` before being
   compared. This prevents misclassifying a section when its low bits
   are shared with other section types.
2. `__mod_init_func` and `__init_offsets` are identified by section type
   flags, rather than by name. There's no documented reason why these
   were being matched by name.
3. A fallback is added to detect `__got` sections by name. This is
   necessary as some kext bundles that have their `__got` sections as
   `S_REGULAR` rather than `S_NON_LAZY_SYMBOL_POINTERS`. This fixes
   #7891.

Thanks to @WHW0x455 for these fixes.

dev/5.3.8945

Toggle dev/5.3.8945's commit message
update checkdoc script to support globbing

dev/5.3.8940

Toggle dev/5.3.8940's commit message

Verified

This commit was signed with the committer’s verified signature.
CouleeApps Glenn Smith
Command Palette: Score fast items on main thread