assembly
Here are 2,601 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther
I am the packager of pwntools for Fedora. We had to drop the package for Fedora 31 due to the lack of Python 3 support. With Python 3 now supported, I am reviving the pwntools package. Rpmlint, a tool related to Fedora packaging identified some possible problems in pwntools.
First, it appears that Python 2 shebangs remain in some of the source files:
python3-pwntools.noarch: E: non-exec
-
Updated
Mar 5, 2020 - Python
-
Updated
Oct 4, 2019
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.
-
Updated
Nov 7, 2019 - Assembly
目前xmake已有的一些提速措施:
- 多任务编译,默认 4 job
- 增量编译
- 对ccache的支持
- linux下临时文件放置到/dev/shm
- 预编译头文件支持
- c++ modules支持
后期的一些优化措施:
- 内置跨平台的分布式编译,最近正在着手准备中
- 内置实现类似ccache的功能,实现内置跨平台cache
- xmake/lua自身一些实现逻辑损耗上的一些优化
- 多任务这块还可以在改进下,目前多个不相关的target的link阶段还没做成多任务(不过在大规模项目上link,很占内存,job量也需要适当调低些)
- 目前的多任务调度策略不能即时打满max jobs,有待改进
- 还有thinlto的增量link,以及l
-
Updated
Mar 11, 2020
Consider porting existing PeachPy Go projects to avo. At a minimum this would be really valuable feedback and system-level testing for avo. These could be committed to the avo examples directory or potentially committed back to the original repos if their maintainers are interested.
| Repository | Description | Stars |
|---|---|---|
[Yawning/chacha20](https://github.com/Yawning/chacha20 |
-
Updated
Feb 19, 2020 - Java
In-place relocation is convenient for assembly programmers but a more robust solution would be the traditional relocation tables found in other executable formats like ELF. Adding this would be convenient for C programs as well and would help us simplify the compiler.
- Add a new KEXC header which points to a relocation table, simply a list of program-relative addresses at which additional pro
Update knightos.org
My screen resolution is 1366x768, yet I cannot view/interact with the title bar to maximize, minimize, move, or close the window.
(If it matters: my OS is Windows 10 Pro x64)
Suggestion: Starting VisualMASM with a maximized window, would be an easy workaround.
-
Updated
Mar 3, 2020 - C++
-
Updated
Mar 10, 2020
-
Updated
Feb 8, 2020
Achievements
(This is a draft)
- Add various listeners for achievements (See VaultCompleteListener.java for example)
It would look something like that:
// Handle division by zero error
user.getStats().addToStringSet("achievements", "divisWiki Editing
Would be helpful if contributions to the wiki could also be made. This might help with #201. Could this be enabled for this repository, see https://help.github.com/en/github/building-a-strong-community/changing-access-permissions-for-wikis - alternatively, rather than use a wiki, perhaps markdown formatting could be used and the content put in the main git repository to allow for contributions thr
-
Updated
Feb 27, 2019 - Python
-
Updated
Jun 25, 2019 - Assembly
-
Updated
Mar 11, 2020 - C
Improve this page
Add a description, image, and links to the assembly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembly topic, visit your repo's landing page and select "manage topics."



Checklist
The speed comparison in your website and the README file are completely outdated. It would be a good idea considering Rufus had major changes since