The Wayback Machine - https://web.archive.org/web/20200312093937/https://github.com/topics/assembly
Skip to content
#

assembly

Here are 2,601 public repositories matching this topic...

devjgm
devjgm commented Jan 20, 2020

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

flyn-org
flyn-org commented Jan 7, 2020

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
waruqi
waruqi commented Oct 8, 2019

目前xmake已有的一些提速措施:

  • 多任务编译,默认 4 job
  • 增量编译
  • 对ccache的支持
  • linux下临时文件放置到/dev/shm
  • 预编译头文件支持
  • c++ modules支持

后期的一些优化措施:

  • 内置跨平台的分布式编译,最近正在着手准备中
  • 内置实现类似ccache的功能,实现内置跨平台cache
  • xmake/lua自身一些实现逻辑损耗上的一些优化
  • 多任务这块还可以在改进下,目前多个不相关的target的link阶段还没做成多任务(不过在大规模项目上link,很占内存,job量也需要适当调低些)
  • 目前的多任务调度策略不能即时打满max jobs,有待改进
  • 还有thinlto的增量link,以及l
avo

🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、dubbo和Async等等📌

  • Updated Feb 19, 2020
  • Java
ddevault
ddevault commented Aug 13, 2019

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.

  1. Add a new KEXC header which points to a relocation table, simply a list of program-relative addresses at which additional pro

MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat

  • Updated Jun 25, 2019
  • Assembly

Improve this page

Add a description, image, and links to the assembly topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assembly topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.