-
Hello
Using you "brew install arm-none-eabi-gcc" command I just installed your toolchain.
I am running a MacOS Monterey; with Apple M1 chip.
Running cmake command I have this error :
```
R…
-
This is the output I get
```
COLLECTING STATISTICS read /home/giovanni/git_repos/nexmon/STATISTICS.md for more information
COMPILING src/ioctl.c => obj/ioctl.o (details: log/compiler.log)
CO…
-
Hi
most check for __ARM_FEATURE_CMSE are like this
defined (__ARM_FEATURE_CMSE) && (__ARM_FEATURE_CMSE == 3U)
but in some lines are only
(__ARM_FEATURE_CMSE < 3U)
so my tools reporting, that __A…
-
**Compiling the source code with debian stable** `gcc version 12.2.1 20221205 (15:12.2.rel1-1)` **gives a buggy firmware - latest tinySA version as well as older versions:**
![buggy_version](https://…
-
按照示例和我的预期占用应该很低才对呀。
服务端:docker CPU占用5%左右
探针客户端:CPU占用25%左右
![QQ图片20240723124727](https://github.com/user-attachments/assets/77f9f4d7-9e41-4e4b-8a7a-eab113fbe0a8)
Remote-monitoring information for s…
myzzs updated
2 months ago
-
1. 虚拟机:VirtualBox
2. 系统:Linux Ubuntu22 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
3. python版本:Python 2.7.18
4. gcc版本:
```
roo…
-
Hey, i have tried compilation of firmware for Galaxy s7 **9.96.4_sta_c0**
1. go to nexmon folder
2. source setup_env.sh
3. cd patches/bcm43596a0/9.96.4_sta_c0/nexmon
4. make
but i got error:…
-
```
What steps will reproduce the problem?
1. Get http://ellkro.jot.com/WikiHome/iPhoneHacking/hello_src.zip
2. Change the flags in the Makefile to
CC=arm-apple-darwin-gcc
LD=$(CC)
C…
-
This is on mac-arm64 running macOS 15.0 24A335 with Xcode 16.0 16A242d. I expect that this would also occur targeting mac-arm64 on macOS 14 as long as Xcode 16 is used.
While bootstrapping gcc-12.4…
-
```
What steps will reproduce the problem?
1. Get http://ellkro.jot.com/WikiHome/iPhoneHacking/hello_src.zip
2. Change the flags in the Makefile to
CC=arm-apple-darwin-gcc
LD=$(CC)
C…