From 86422a8f548f6ef66c51c267ea8ec6d33e6e9533 Mon Sep 17 00:00:00 2001 From: FRANCES Fabrice <fabrice.frances@isae.fr> Date: Thu, 16 Nov 2023 13:23:20 +0000 Subject: [PATCH] Update file README.md --- README.md | 41 ++++------------------------------------- 1 file changed, 4 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 78a17ce..88dc2b7 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,7 @@ # Hacking Retro Architectures, workshop pour Ph0wn - - - -## Integrate with your tools - -- [ ] [Set up project integrations](https://gitlab.isae-supaero.fr/f.frances/hacking-retro-architectures-ph0wn/-/settings/integrations) - -## Collaborate with your team - -- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/) -- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) -- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) -- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/) -- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html) - -## Test and Deploy - -Use the built-in continuous integration in GitLab. - -- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) -- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/) -- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html) -- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) -- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) - -*** - -# Editing this README - -When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template. - ## Ressources pour le workshop -Ressources pour le workshop « Hacking Retro Architectures » : - - [Un article sur le développement de Ms. Pacman](https://www.gameinformer.com/b/features/archive/2015/11/03/inside-the-development-of-ms-pac_2d00_man.aspx) - [Un autre article pour expliquer le hack Ms. Pacman](https://www.polygon.com/2016/3/25/11287572/ms-pac-man-story) - Wikipedia : [raster scan](https://en.wikipedia.org/wiki/Raster_scan) @@ -46,10 +13,10 @@ Ressources pour le workshop « Hacking Retro Architectures » : - Wikipedia : [sprite](https://en.wikipedia.org/wiki/Sprite_(computer_graphics)) - Wikipedia : [ROM Hacking](https://en.wikipedia.org/wiki/ROM_hacking) - Émulateurs SNES : -- [bsnes (=> higan => ares)](https://github.com/bsnes-emu/bsnes) -- [higan](https://en.wikipedia.org/wiki/Higan_(emulator)) -- [Snes9x](https://en.wikipedia.org/wiki/Snes9x) -- [Zsnes](https://en.wikipedia.org/wiki/ZSNES) … + - [bsnes (=> higan => ares)](https://github.com/bsnes-emu/bsnes) + - [higan](https://en.wikipedia.org/wiki/Higan_(emulator)) + - [Snes9x](https://en.wikipedia.org/wiki/Snes9x) + - [Zsnes](https://en.wikipedia.org/wiki/ZSNES) … - Éditeurs Hexa avec différenciation de deux binaires : VbinDiff, vimdiff+hd, dhex… - [« On the essence of ROM hacking » by InVerse](https://docs.google.com/document/d/1VTyOyRk4OL8Oay0CqXHGS8FIse-4wsFmLNPQjT58Hgk/edit) - [SNESdev Wiki](https://snes.nesdev.org/wiki/SNESdev_Wiki) -- GitLab