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

Bump lief from 0.12.1 to 0.12.2 #73

Merged
merged 1 commit into from
Oct 7, 2022
Merged

Bump lief from 0.12.1 to 0.12.2 #73

merged 1 commit into from
Oct 7, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps lief from 0.12.1 to 0.12.2.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [lief](https://github.com/lief-project/LIEF) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/lief-project/LIEF/releases)
- [Commits](lief-project/LIEF@0.12.1...0.12.2)

---
updated-dependencies:
- dependency-name: lief
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
@hugsy hugsy merged commit 3f07c36 into dev Oct 7, 2022
@hugsy hugsy deleted the dependabot/pip/lief-0.12.2 branch October 7, 2022 16:34
hugsy added a commit that referenced this pull request Jun 24, 2023
# 0.7

* moved to Qt6

* moved python >= 3.10

* added some gh actions for publishing, formatting and linting

* enforcing `black` as the only coding style

* [cd] improvement CI/CD

* total backend isolation

* added a simple but functional REPL based on `prompt_toolkit`

* cemu can also be used as a lib 

* using a proper callback system for logging

* - fixed typing issues

* - [main] fixed more linting errors

* - plugins structure was revisited, more flexible

* - updated file menu

* fixed all remaining errors from `ui.main`

* created a global backend context structure

* moved most of the code to use the global context

* fixed `ui.command.py` shortcuts

* moved plugins to `dockable_widgets` so they cna be hidden from control bar

* fixed emulation

* added focus mode (ctrl+f)

* added stale config

* added issue templates

* added PR template

* added contribution and funding policy files

* Added action for codeql-analysis.yml

* Bump lief from 0.12.1 to 0.12.2 (#73)

    added pyproject, moved to using black for formatting, ruff for linting

    [ui.memory] added some value checks

    converted ui memory layout to a table

    [ui.registers] fixed the register name column width, changed the font to Courier

    [emulator] moved instances into a qthread

* not  working quite yet

* completely separated core from gui

* using `match` where possible

* updated readme, new logo and badges

* linting everywhere 🪄

* removed qthread thingy

* added aligment combobox to memoryview

* removed debug print, added docstring

* mitigating weird keystone count bug

* [ci] making devliery on demand

* [actions] fixed typo

* [ci] add py3.11 for cd

* [ui] use state callbacks to disable/enable widget

* Added .gitignore

* [CI] Simplify Discord notification message (#75)

* [ci] notify only sends one message on discord

* Update and rename cd.yml to build.yml

* Dependabot fix

* Using CEmu in terminal and library (#78)

* [cli] added new commands

* [ci] moved to pyproject.toml + added  publish actions (on-demand)

* [ui] fixed state transition bug: added a new initial state when starting cemu, which is different from NOT_RUNNING to indicate when cemu has completely done initializing

* [ci] build - removed the `pip install requirements`, unneeded

* [ci] added pytest run

* [tests] added arm/aarch64 basic tests

* bumped py requrement to py310 because of the use of `match`

* removed obsolete files

* start to add support for multiple OSes

* [ci] fixed py 3.10 -> '3.10'

* restoring files to perm 0644

* Fix REPL memory mapping bug (#80)

* fixed repl memory mapping bug + started adding unittests for memory module

* Added warning message when no SP or PC was specified before starting emulation

* Update README.md with REPL screenshot

* Fixed the calculation of $sp and $pc when the emulator sets up

* Extra tests

* [ci] `publish` doesn't need to install

* [ci] `build` doesn't need to publish artifact

---------

Co-authored-by: Piotr Kasprzyk <[email protected]>
Co-authored-by: thelumberjhack <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant