-
```
Makefile in crypto tls and utils gives ar static flags as crT, while T is not
supported by "all" ar version.
a fix can be to remove that T flag, this way reaver just compile also on maemo,
or t…
-
```
Makefile in crypto tls and utils gives ar static flags as crT, while T is not
supported by "all" ar version.
a fix can be to remove that T flag, this way reaver just compile also on maemo,
or t…
-
# 总结
- 流程:编译器编译出.asm汇编,使用nasm汇编编译器将asm文件编译为o文件,再使用id链接器将多个o文件链接为elf可执行文件
- https://blog.csdn.net/ZCShouCSDN/article/details/100048461
- 通过rust的`riscv32imac-unknown-none-elf`之类的工具链生产elf文件
https://j…
cisen updated
6 months ago
-
I could run LiSa, but when I submitted my file I got:
```python
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 450, in trace_task
…
-
Hi,
after updating to Ubuntu 17.10, I get the following error when linking your minimal example of .note.gnu.source-id:
/usr/bin/ld: warning:git-version.c.o: corrupt GNU_PROPERTY_TYPE (5) size: …
ghost updated
7 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45051](https://bugs.llvm.org/show_bug.cgi?id=45051) |
| Status | NEW |
| Importance | P enhancemen…
-
```bash
$ objcopy -I binary -O elf32-little flare/rpc/protocol/http/builtin/resources/static/jquery-1.11.2.min.js data.o
$ nm data.o
000176bb D _binary_flare_rpc_protocol_http_builtin_resources_sta…
-
Hey, thanks for a brilliantly written tutorial. Impressive clarity!
I am trying to make it work with qemu-riscv64 and riscv64-elf-* tools from archlinux. It compiles fine, but when I run, I get the…
-
Hi,
I would like to use `maat` with simple projects but I have troubles running, for instance, `id`. My code is the following:
```
from maat import *
m = MaatEngine(ARCH.X64, OS.LINUX)
m.load…
-
Any plans to do that?
What is the effort here?
Do you have any guidelines?
Thanks
Noam
noamc updated
2 years ago