Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] binsec (0.10.0) #27457

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

recoules
Copy link
Contributor

Semantic analysis of binary executables

CHANGES:

** Features

  • Add a new configuration option to tune the checkct instrumentation
    (-checkct-features control-flow,memory-access,multiplication,dividend,divisor)
  • Add the secret-erasure check command in checkct
    (check secret erasure over symbol)
  • Add an experimental hook function return command in SE

** Misc

  • Add support for AARCH64 core dump in SE
  • Improve debug with symbol offset annotation (-sse-debug-level 2)

** Bugs

  • Fix some ARM and x86 disassembly issues
  • Fix some rewriting rule issues
  • Fix compilation issues with latest OCaml compilers
  • Refactor parsers and suppress conflicts

CHANGES:

** Features

- Add a new configuration option to tune the `checkct` instrumentation
  (`-checkct-features control-flow,memory-access,multiplication,dividend,divisor`)
- Add the secret-erasure check command in `checkct`
  (`check secret erasure over` *symbol*)
- Add an experimental *hook function return* command in SE

** Misc

- Add support for `AARCH64` core dump in SE
- Improve debug with symbol offset annotation (`-sse-debug-level 2`)

** Bugs

- Fix some ARM and x86 disassembly issues
- Fix some rewriting rule issues
- Fix compilation issues with latest OCaml compilers
- Refactor parsers and suppress conflicts
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/binsec/binsec.git"
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Windows CI fails to build:

  #=== ERROR while installing grain_dypgen.0.2 ==================================#
  # context     2.3.0 | win32/x86_64 | ocaml.5.3.0 | file://D:/a/opam-repository/opam-repository
  # path        D:\opamroot\default\.opam-switch\build\grain_dypgen.0.2
  # command     D:\opamroot\.cygwin\root\bin\make.exe install DYPGENLIBDIR=D:\opamroot\default\lib BINDIR=D:\opamroot\default\bin MANDIR=D:\opamroot\default\man/man1
  # exit-code   2
  # env-file    D:\opamroot\log\grain_dypgen-724-ce12d8.env
  # output-file D:\opamroot\log\grain_dypgen-724-ce12d8.out
  ### output ###
  # [...]
  # install -d D:\opamroot\default\lib
  # ocamlfind install -destdir D:\opamroot\default\lib dyp META dyp.cma dyp.cmxa dyp.a dyp.cmi
  # Installed D:\opamroot\default\lib\dyp\dyp.cmi
  # Installed D:\opamroot\default\lib\dyp\dyp.a
  # Installed D:\opamroot\default\lib\dyp\dyp.cmxa
  # Installed D:\opamroot\default\lib\dyp\dyp.cma
  # Installed D:\opamroot\default\lib\dyp\META
  # chmod a-x D:\opamroot\default\lib/dyp/META #why is this needed ?
  # chmod: cannot access 'D:opamrootdefaultlib/dyp/META': No such file or directory
  # make[1]: *** [Makefile:25: install] Error 1
  # make[1]: Leaving directory '/cygdrive/d/opamroot/default/.opam-switch/build/grain_dypgen.0.2/dyplib'
  # make: *** [Makefile:32: install] Error 2

I think that's an issue with the grain_dypgen package. Will look into that.

@raphael-proust
Copy link
Contributor

Thanks

@raphael-proust raphael-proust merged commit d0a11f7 into ocaml:master Feb 20, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants