-
Updated
May 16, 2020 - C
assembler
Here are 1,074 public repositories matching this topic...
See #4243. We can use hccap/hccapx files, but normally I'd recommend using wpapcap2john if you do have a pcap at all. That, or (possibly even better) something from hcxtools which we could also mention (Zerobeat's hcxdumptool is the absolute best sniffer for WPA as well).
See #158 for context.
- Game Boy Crib Sheet - A handy printable reference sheet with ASM opcodes, memory locations, and much more (repository).
- OP Codes cheatsheet
- [gb-opcodes](https://gbdev.g
Documentation
Hi,
I know I am reopening an old discussion that has been already discussed here (#1032 or #162), but this is the one thing that make miasm hard to use. So I wonder if the issue with it is :
- Not enough time to write it ?
- The API is changing too often too create a documentation that stays up to date ?
If it is 1, I think it should be possible to have some other people involved and
RETURN pseudo-instruction currently accepts only constant values.
RETURNshould accept general-purpose registers for functions with integer or pointer return type. Lower toSTORE.RESULTfor Go and toMOV[ZX/SX](rax/eax, reg)for other ABIsRETURNshould accept xmm registers for functions with floating-point return type. Lower toSTORE.RESULTfor Go and toMOVSS/MOVSD(xmm0, xmmN)
debug/log flag?
Just a quick question, do you think we should add a flag to keystone that will log all assemble attempts and their results? This could help for detecting inconsistencies, however it might be out of the scope for the project.
Missing instructions
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Feb 27, 2019 - Python
The machine the wiki is on:
Steps to do this:
- Enable wiki on the GitHub project
- Run the migration script
- Upload the wiki
- Fix up any migration errors
- Move examples into examples directory in the main repo
- Provide a redirect script on z88dk.org so google links remain
-
Updated
Dec 24, 2017 - WebAssembly
Adding background to list of syntax styling of editor would allow to use dark syntax themes (like Solarized Dark)
-
Updated
Jun 12, 2020 - JavaScript
Currently codegen and IR are both in the same g8/ir package. They should be separated so that it is easier to port to x86 and arm platforms in the future.
-
Updated
Oct 31, 2016 - JavaScript
-
Updated
Jan 29, 2020 - Rust
-
Updated
Jun 22, 2020 - C++
The fp_reduction_latency benchmarks were the very first benchmark, optimization and primitive code tested in Laser.
Unfortunately it is currently very confusing.
It should be reorganized:
-
Updated
Jun 13, 2020 - Rust
When reading https://ppci.readthedocs.io/en/latest/reference/codegen/registerallocator.html , I was surprised that corresponding .rst file is almost empty: https://github.com/windelbouwman/ppci-mirror/blob/master/docs/reference/codegen/registerallocator.rst , and the contents comes fully from the corresponding .py module, https://github.com/windelbouwman/ppci-mirror/blob/master/ppci/codegen/regist
Improve this page
Add a description, image, and links to the assembler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembler topic, visit your repo's landing page and select "manage topics."
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.