Этот сайт использует файлы cookies. Продолжая просмотр страниц сайта, вы соглашаетесь с использованием файлов cookies. Если вам нужна дополнительная информация, пожалуйста, посетите страницу Политика файлов Cookie
Subscribe
Прямой эфир
Cryptocurrencies: 9524 / Markets: 111839
Market Cap: $ 3 723 375 175 369 / 24h Vol: $ 245 515 881 392 / BTC Dominance: 58.355960987802%

Н Новости

VSCode, SourceCraft Code Assistant и микроконтроллеры

78565f5c9169f521a7188fa4956729bb.png

Сегодня разработка прошивок для микроконтроллеров обычно требует заметно больше времени и ресурсов, чем создание собственно схемы и платы. Со времён ковида прошли времена безраздельного владычества STM32, и теперь регулярно приходится осваивать новые железки. При этом для них зачастую приходится ваять программный инструментарий и библиотеки — поскольку предоставленное производителем обычно неудобно.

В этой статье я расскажу, как использовать VSCode для разработки прошивок под разные архитектуры и как мне в этом помогает SourceCraft Code Assistant от Яндекса.

Зачем нужна ещё одна статья, как настроить VSCode для разработки под микроконтроллеры

В сети (и в том числе на Хабре) существует масса инструкций про настройку VScode для работы с микроконтроллерами. Зачем yet another one? Потому что в тех, что есть, я не обрёл детального и полного решения для своих требований. Тем не менее — спасибо авторам!

Я люблю, когда мне удобно, и не люблю, когда мне неудобно. Поэтому тут я описал, как я делал себе удобно. Возможно (скорее всего), для других начальных данных и других предпочтений мой опыт будет неприменим — и это нормально.

Я разработчик электроники, и практически весь нужный мне инструментарий существует только под Windows. Поэтому про Windows в дальнейшем и будет идти речь.

Требования же диктуются решаемыми задачами. Моя деятельность состоит в написании и поддержке десятков прошивок в год для разных железок с микроконтроллерами от различных производителей, с разными ядрами. Конечно, есть разработчики, которые годами пилят один и тот же проект под одну и ту же железку — им мой дискомфорт чужд. Я работаю с STM32, GD32, WCH, а также софтверным RISC‑V ядром в ПЛИС GOWIN. И ещё пишу на Verilog для тех же GOWIN. А ещё мне зачастую нужно кодить всякие штуки на Python.

Кратко скажу, что описанные ниже примеры взяты из реальных, а не синтетических проектов. Verilog и Risc‑V — это код для наших заводских стендов‑джиг, которые тестируют тысячи плат Яндекс Станций в день. Код для STM32, GD32 и WCH — в основном RND‑проекты для Яндекса, а также Pet Projects, разошедшиеся по всей стране, типа плат для школьных соревнований на квадрокоптерах под эгидой «Кружкового движения». И ещё мне нужно рассказывать про это всё студентам и помогать им с железом и прошивками. Поэтому я избегаю дорогих решений типа J‑Link и CLion, да и вообще платные типа Keil не жалую.

Я не пользуюсь HAL от производителей: пишу на регистрах или делаю свой, который мне удобен. HAL от ST мне противен, HAL от GD ещё хуже, а HAL от GOWIN содержит неприятные баги типа uint8_t для адресов, которые могут быть 16-битными. Впрочем, «HAL или не HAL» — это тема для священной войны, не будем об этом.

Обычно производитель предоставляет свою среду разработки: как правило, на основе Eclipse со своим плагином, компилятором GCC и своим отладчиком — например, форком OpenOCD. У ST это CubeIDE, у GOWIN — MCU Designer, у WCH — MounRiver Studio (с форком GCC, в котором поддерживается реализованное в их MCU аппаратное ускорение переключения стека при прерывании attribute((interrupt("WCH-Interrupt-fast")) ). При этом, конечно же, плагины несовместимы между собой, поэтому предполагается держать на компе несколько этих Eclipse. А версия компилятора в комплекте та, которую производитель заложил семь лет назад и с тех пор не трогал, потому что кому нужен этот С++20. А мне нужен (например, std::span), и вообще я не люблю искусственных ограничений.

Более того, в плагинах порой выпилено удобное и добавлено ненужное. Например, в плагине MCU Designer от GOWIN убрана возможность по кнопке запускать произвольный exe, а значит, нельзя сделать заливку прошивки прямо из IDE по кнопке. Нужно переключаться на окно их утилиты программатора и мышью в GUI запускать процесс заливки. Меня такое, признаться, бесит. Но зато в указанном плагине сделана проверка лицензии! А больше там ничего и нет.

GigaDevice стоят особняком: они предоставляют не IDE, а расширения для Keil, который пользователям предлагается купить самостоятельно. Мне не нравится Keil, я не хочу изучать отдельную IDE ради GD, меня вполне устраивает бесплатный инструментарий.

В итоге я многие годы жил на наборе: стандартный Eclipse IDE for Embedded C/C++ Developers без всяких сторонних плагинов + скачанные GCC‑компиляторы для ARM и RiscV. Не всё гладко с Eclipse: он очень долго запускается, нередко виснет, отладка работает медленно и ненадёжно, а ещё там есть бага с Code Folding, которую за последние 15 лет так и не поправили:

c5d4e9c08c002c51e7d3cdeec80885d9.png

Эта функция была свёрнута, но самопроизвольно как бы развернулась. Но не совсем, а как‑то половинчато, с квадратиками этими. Бесит, знаете ли.

Друзья не раз советовали мне перебираться на VScode. Я делал несколько подходов к этому снаряду, но всякий раз отступал. Несмотря на обилие инструкций о настройке, построить удобную систему не получалось.

Вообще, VScode — это продвинутый текстовый редактор, который умеет запускать внешние исполняемые файлы при помощи механизма tasks и у которого есть мощный магазин плагинов. Поэтому подходов к задаче «VScode + MCU» есть два: находим Единый‑Правильный‑Плагин‑Для‑Всего или качаем кучу специализированных плагинов и настраиваем их.

Проблема Плагина‑Для‑Всего в том, что он содержит не Всё, а то, что разработчики сочли нужным и полезным. А остальное осталось под капотом, и это никак не настроить. Например, мне нужны разные компиляторы для ARM и RiscV — причём порой разных версий для разных проектов. Или настройки выходного формата: выберите что‑то одно — bin или hex. А если мне нужны оба? Увы мне. Или поддержка железных программаторов‑отладчиков: есть STLink, J‑Link, но нет Black Magic Probe (а у меня именно он, благодаря универсальности).

Я попробовал — с одинаковым результатом неприменимости к моим требованиям — EmbeddedIDE и PlatformIO.

Куча специализированных плагинов норм, но в инструкциях я не нашёл, как сделать себе удобно. Я хочу, чтоб я мог добавить‑удалить‑переименовать файлы в проекте и чтобы при этом не нужно было каждый раз что‑то настраивать. Например, мне претит изучать ещё один язык программирования, чтобы написать скрипт CMake, класть в каждую папку проекта CMakeLists.txt и редактировать его при каждом изменении. В Eclipse в этом смысле всё удобно.

И тут я познакомился с AI-ассистентом

В сентябре прошлого года Яндекс выпустил в публичную бету Code Assistant. На Хабре об этом тоже есть отдельный рассказ. Если кратко, это AI‑помощник для разработчиков, который совместим с популярными интегрированными средами разработки.

Для работы с ассистентом были плагины под PyCharm Community и VScode. Я спросил: «А под Eclipse?» «Нет, — ответили мне. — Но если нужен, то можешь помочь нам с этим».

Тогда коллеги выразили сомнение, что нейросеть будет хорошо справляться с кодом для микроконтроллеров — учили‑то её на более высокоуровневом коде. Ха, не попробуешь — не узнаешь. Но ладно человеческий С++, а как насчёт верилога? Мне как раз нужно было соорудить сигма‑дельта‑модулятор.

Я поставил VScode, нашёл плагин для подсветки верилога и начал писать. Просто как в текстовом редакторе. SourceCraft Code Assistant стал предлагать приятную мелочь:

2d1c1b027d11ff110a959b0e2c4b0508.png

Как он догадался, что я именно так хотел назвать этот регистр?

Потом блоки покрупнее:

f0639d4808fdf1849b4793e9b25c7d95.png

Потом он предложил целый блок для синхронизации: почитав предложенное, я понял, что оно лучше, чем собирался написать я.

Дальше я попробовал уже С++, тоже используя VScode просто как редактор, переключаясь в Eclipse для компиляции и прошивки.

84f447f0ef64e4b6f0d4b911667c92f8.png

И более крупные блоки:

50a6d390e3a8bc70dab47ab5dbb4f527.png

Конечно, нужно внимательно смотреть, что он предлагает, потому что эта штука всё же не читает мысли и нередко промахивается в своих предположениях. Но процесс написания кода ускорился многократно. Исчезла необходимость вручную писать простыни следующего толка:

d6687b9c69138b58f14bf07c2961aeeb.png

Там ещё 15 подобных строк, и SourceCraft Code Assistant мне их последовательно предлагает. Остаётся принимать предложенное и править делитель — ИИ просто не знает, какой у меня на какой цепи стоит.

Попробовав на следующий день кодить в Eclipse по‑старому, я понял, что всё — по‑старому мне неудобно. Это что, нужно руками писать этот вот очевидный кусок?

Ещё я попробовал другой ИИ‑плагин под Eclipse. Их есть с десяток во главе с Copilot от GitHub, но почти все обложены санкциями, а меня бесит идея включать VPN, чтоб покодить. Тот плагин, который заработал, мне понравился гораздо меньше, чем AI‑ассистент Яндекса, — хуже угадывает.

В общем, я пришёл к необходимости всё же сделать VScode рабочим инструментом.

Компоненты и инструментарий

Общий обзор

Для начала нам понадобятся компиляторы и смежные инструменты типа OpenOCD, то есть tools, или Toolchain. В корне диска С создаётся папка, инструменты скачиваются из открытых источников или комплектов софта производителей и складываются в эту папку.

Я пробовал использовать x‑packs, но мне не понравилось: для этого нужно поставить менеджер пакетов xpm, а для этого нужно поставить менеджер пакетов npm от Node.js, а для этого нужно поставить ещё что‑то. Важно внимательно следить, чтобы инструменты ставились в нужную папку, в пути которой нет пробелов и русских букв. Ещё я не люблю напихивать кучу путей в системный PATH, особенно длинных.

Кроме того, производители пишут свои утилиты, а также не стесняются делать уникальные форки инструментов — и всё это отсутствует в x‑packs. Эти инструменты нужно положить в удобное место — причём так, чтобы они не подрались с ранее установленными. Например, компилятор от WCH, OpenOCD от GigaDevice и прошивальщик от GOWIN.

Теперь про проекты. В корне папки проекта есть папка для VSCode и несколько файлов, которые копируются из проекта в проект без изменений или с минимальными изменениями:

  • папка.vscode, в которой лежат четыре файла настроек VScode:

    • tasks.json — набор тасков для билдинга, очистки и заливки прошивки;

    • settings.json — настройки разных плагинов;

    • launch.json — настройки для запуска отладки;

    • c_cpp_properties.json — настройки плагина C/C++, в частности, особенности анализа кода;

  • самописный makefile;

  • файлы version.h и version.cpp, в которых есть строковые константы с временем компиляции и названием конфигурации;

  • файл.svd (если удалось найти).

Примеры всех этих файлов есть на Gitverse. Уточнение: это по большей части мои Pet Projects и проекты для Бауманки, к Яндексу они прямого отношения не имеют.

Переходим к железным программаторам‑отладчикам. Я проверил работу с STLink + stlink_server (нативный, поддерживает только STM32), STLink + OpenOCD (работает и с GD32), DAP‑Link + OpenOCD, Black Magic Probe. Всё работает, то есть позволяет прошивать и построчно отлаживаться. Есть ощущение, что Black Magic Probe работает немного быстрее. И это логично — здесь нет дополнительной прокладки в виде сервера OpenOCD. Всё при этом работает быстрее и надёжнее, чем в Eclipse.

И немного про процессы разработки:

  • компиляция и очистка — вызов make через таски VSCode;

  • прошивка — через таски: вызов make или нужной прошивальной утилиты;

  • отладка — Launch с нужными опциями.

А теперь подробности.

Папка с компиляторами и прочим

Папку я назвал YaStudio (Yet Another Studio). И вот что в ней есть:

f1dd3d598b5d7d6618df5861133eb781.png
  • arm‑none‑eabi‑gcc — набор компиляторов для ARM;

  • build‑tools — там лежит make.exe и присные;

  • Gowin Programmer — прошиватор для ПЛИС GOWIN;

  • OpenOCD — сервер для прошивки и отладки;

  • Quetima — наш терминал, написанный для удобства, потому что другие не так хороши, типа того же Terminal_bray.exe (который лежит ниже просто на всякий случай);

  • riscv‑none‑elf‑gcc — набор компиляторов для RiscV;

  • versions.txt — файл с версиями компиляторов в папке.

Плагины VSCode

Необходимое:

  • C/C++ Extension Pack;

  • Cortex‑Debug;

  • RTOS Views (ставится вместе с Cortex‑Debug, нужно для удобной отладки RTOS).

Полезное:

  • IntelliBoba — SourceCraft Code Assistant от Яндекса, ради него всё и затевалось;

  • ARM assembly editor — если нужно редактировать ассемблерные файлы;

  • GNU Linker Map files — подсветка для.map‑файлов, если нужно их анализировать;

  • ELFInsight — анализатор.elf‑файлов с удобной таблицей ресурсов и графом вызовов;

  • LinkerScript — если хочется удобно редактировать скрипты линкера;

  • MemoryView — для удобного вида содержимого памяти при отладке;

  • Peripheral View — анализирует.svd‑файл, в котором содержится информация про все регистры и все биты, и во время отладки показывает их значения (увы, не для всех МК получается добыть такой файл).

Приятные мелочи:

  • Overtype — по кнопке Insert переключает режим ввода: вставка или замена. Я часто пользуюсь режимом замены, а в VScode его исходно нет. Но вот есть плагин.

  • Task Buttons — позволяет поместить на строку статуса кнопки и запускать таски по нажатию на них:

bebaee4909243719ea45a7a612c4a2b3.png
  • TODO Highlight v2 — подсвечивает определённые слова в коде, например, TODO, FIXME, DEBUG. Как в Eclipse, но только более мощно, гибко и настраиваемо.

c14c0580ac205f5a7466205343abfa5c.png

Ещё приятная настройка — при сохранении файла удалять пробелы в конце строк (как в Eclipse): Ctrl + Shift + P → (ввести user) → Preferences: Open User Settings → (искать files trim) → поставить галку Files: Trim Trailing Whitespace.

Отдельно скажу про плагины для Python и Verilog. Они мне нужны, поскольку требуется кодить на питоне и верилоге.

  • Verilog‑HDL / SystemVerilog / Bluespec SystemVerilog;

  • Python (он поставит и остальные в комплекте);

  • Python debugger;

  • Pylance.

makefile

Утилита make использует скриптовый файл makefile, в котором написано, что и с какими настройками запускать. И она же запускает исполняемые файлы компилятора, передавая им настройки и исходники. Скрипт makefile — это по сути ещё один язык программирования.

Откуда берётся файл makefile?

В случае Eclipse его генерирует плагин. Плагин анализирует проект и создаёт файлы makefile для каждой папки. Опции makefile задаются галочками в окнах плагина:

92178e7cf7f291ba252d405bca739803.png

Галочек много, поэтому с гибкостью Eclipse я почти не имел проблем. Тут речь про обычный плагин, а не уникальные плагины от производителя — там бывает урезанный набор опций.

Точно так же работают и плагины PlatformIO и EmbeddedIDE: в их настройках можно указать опции, в соответствии с которыми будут генерироваться файлы makefile. Опций удручающе мало (очевидно, чтобы не пугать ардуинщиков и начинающих), и гибкости мне катастрофически не хватило.

Я перебрал несколько вариантов генерации makefile и понял, что make — достаточно мощная система, чтобы решить мои задачи просто на языке makefile, без всяких дополнительных инструментов. Например, в одной из инструкций описано использование CMake с плагином CMake Tools. Но мне тогда нужно было бы изучить его скриптовый язык, чтоб CMake сгенерировал скрипт для генератора Ninja или nmake, чтобы этот генератор сгенерировал нужные скрипты makefile. Логичный вопрос: зачем изучать скриптовый язык CMake, если можно изучить скриптовый язык makefile и сразу написать на нём?

Конечно, есть задачи, для которых CMake является мощным и необходимым инструментом. Например, если у вас здоровенный проект на сотни‑тысячи файлов, которые нужно скомпилировать под три платформы (Windows, Linux, iOS), при этом автоматически подключив нужные библиотеки (для каждой платформы свои). Но это не мой случай: у меня куча проектов, в каждом меньше сотни файлов, единственная платформа и нет внешних библиотек.

Так что я написал свой универсальный makefile (один), который умеет всё нужное. Я просто копирую его из проекта в проект, редактируя только список папок и настройки ядра. Makefile лежит в корневой папке, а make анализирует все подпапки и компилирует все найденные исходники, так что список исходников не нужен.

Угадайте, кто помогал мне писать makefile. Точнее, что: он всё‑таки неодушевлённый.

makefile для ARM

Основы работы make я описывать не буду, поскольку этой информации много и её легко найти здесь же, на Хабре.

Начнём писать на скриптовом языке makefile.

######################### Project Settings #########################
PRJ_NAME = Prj
# What to include, in form dir1 dir2 dir3...
INCLUDE_DIRS = ./ Audio FileSys lib usb yartos
# What to define in form MYDEF1 MYDEF2=18 MYDEF3... 
DEFINS = 

Тут всё просто: переменная PRJ_NAME задаёт, как будут называться итоговые файлы .elf, .hex, .bin. Я в конце концов перестал менять это название от проекта к проекту: Prj и Prj, ничем не плохо. Заодно нет нужды при смене имени заменять настройки отладки VScode (об этом дальше).

INCLUDE_DIRS — список папок через пробел, в которых искать файлы, которые нужно инклюдить. (Как это сказать по‑русски? «Подключаемые файлы»? Смысл сильно страдает, так что давайте не будем русифицировать термины в ущерб понятности.)

DEFINS — список defines, если понадобится. В этом проекте он не нужен, поэтому после знака = ничего нет.

Дальше утилите нужно понять, что делать. Обычно для компиляции и сборки вызывают make all. Но у меня несколько конфигураций:

  • Release, в которой включены все оптимизации и убрана вся отладочная информация.

  • Debug, где вся оптимизация отключена, а отладочной информации по максимуму.

  • FromBoot — это как Release, только со смещением адресации. Это нужно для запуска кода бутлоадером. Бутлоадер лежит в начале флешки и занимает, скажем, 32 килобайта. А основной код кладётся дальше, и поэтому его адресация начинается со смещением.

Обычно под каждую конфигурацию делают свой makefile. Но это неудобно: они же похожи как две капли воды и отличаются только парой опций. Внёс изменения в один — изволь не забыть поправить и другие. Можно, конечно, сделать один основной makefile и инклюдить его из других, уникальных для каждой конфигурации. Но зачем всё это? Давайте просто сделаем один универсальный и будем запускать компиляцию в виде make build_Release или make build_Debug.

######################### Figure out what to do #########################
# Target must be in the following form: build_Release, clean_Debug, flash_Fromboot
# The first word is the action (build, clean, flash); 
# the second is the name of the configuration and the name of the OUT_DIR.
INPUT_WORDS = $(subst _, ,$(MAKECMDGOALS)) # Replace '_' with ' '
ACTION = $(word 1,$(INPUT_WORDS))
GOAL_NAME = $(word 2,$(INPUT_WORDS))
OUT_DIR = $(GOAL_NAME)
# Run Action (build_Release -> build; clean_Debug -> clean; flash_Fromboot -> flash)
$(MAKECMDGOALS): $(ACTION)

Опять же всё просто. При вызове таска утилите make передаётся указание build_Release, или clean_Debug, или flash_Fromboot. Указание лежит во встроенной переменной $(MAKECMDGOALS). Заменяем подчёркивание на пробел и получаем пару слов: первое — что делать, второе — название конфигурации. Для упрощения выходная папка OUT_DIR будет называться так же, как конфигурация.

Теперь нужно, чтобы по команде build_Release было запущено собственно то, что делать. В последней строке это и достигается: она превратится в build_Release: build.

######################### Common Cfg Settings #########################
MCU = cortex-m4
FLOAT_FLAGS = -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -Wdouble-promotion -Wfloat-conversion -Wfloat-equal
WARNING_FLAGS = -Wall -Wlogical-op -Werror
DISABLED_WARNINGS = -Wno-address-of-packed-member -Wno-unknown-pragmas -Wno-volatile
COMMON_FLAGS = -mcpu=$(MCU) -mthumb -fmessage-length=0 -ffunction-sections -fdata-sections -ffreestanding $(FLOAT_FLAGS) $(WARNING_FLAGS)
CPP_FLAGS = -std=gnu++20 -fabi-version=0 -fno-exceptions -fno-rtti -fno-use-cxa-atexit -fno-threadsafe-statics $(DISABLED_WARNINGS) $(OUTPUT_ASM)
C_FLAGS = -std=gnu17 $(OUTPUT_ASM)
# Add this to build commands. Nothing to change here.
OBJ_FLAGS = -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<"
ELF_NAME = $(OUT_DIR)/$(PRJ_NAME).elf
LINKER_FLAGS = -Xlinker --gc-sections --specs=nano.specs --specs=nosys.specs -nostartfiles -Wl,-Map,"$(OUT_DIR)/$(PRJ_NAME).map" -o "$(ELF_NAME)”

В этой части нужно настроить опции компилятора для ядра MCU. Можно было бы всё свалить в одну кучу, то есть длинную строку, но для лучшей читаемости группы флагов помещены в отдельные переменные. Я пройдусь по некоторым опциям.

Тут у нас Cortex‑M4. У него есть сопроцессор для работы с числами с плавающей точкой, поэтому добавлена переменная FLOAT_FLAGS с соответствующими опциями.

WARNING_FLAGS содержит всё про warnings: включить их все, провести логические операции и ещё трактовать warnings как ошибки.

DISABLED_WARNINGS описывает, по каким поводам не беспокоить.

-Wno-address-of-packed-member. Иногда мне нужен адрес элемента упакованной структуры, этот адрес будет не aligned (то есть не кратен 4) — и это нормально. Например, в структуре Color_t {uint8_t R, G, B, W} мне часто нужно обращаться к отдельным компонентам через указатель.

-Wno-unknown-pragmas. В VScode можно сделать сворачивание (folding) части кода при помощи такой конструкции:

#pragma region // ==== Begin of the area ====
...
#pragma endregion // End of the area

Эти две прагмы компилятору неизвестны — и норм, пусть просто игнорирует.

-Wno-volatile. Отключает предупреждение о применении конструкций типа |= и &= к volatile‑объектам. Под спойлером подробное объяснение, как так вышло.

Сага про -Wno-volatile

В стандартах C++20 и C++23 привычные нам конструкции |=, &= и подобные, применяемые к volatile‑объектам, помечены как deprecated. При их обнаружении будет появляться предупреждение: compound assignment with 'volatile'‑qualified left operand is deprecated.

Почему? Я нашёл тому следующее обоснование.

Код A |= B создаёт впечатление атомарности, но это не так, потому что в реальности это три операции:

  1. Прочитать содержимое A в регистр проца R.

  2. Выполнить операцию R | B.

  3. Записать содержимое R в A.

При этом на этапе (2) содержимое A может измениться. Например, это регистр флагов, и там появился новый флаг — но это уже не будет учтено, и этот новый флаг будет затёрт. И результат будет отличаться от ожидаемого.

Именно поэтому регистры флагов во всяких UART, I2C и прочих блоках сделаны хитро — флаг обнуляется при чтении или вообще read‑only. Такой подход позволяет обеспечить атомарность операций с флагами. Но это положение дел платформоспецифично, то есть обеспечивается особенностями железа, а не языка программирования C++, и это непорядок. Поэтому комитет решил ввести такое ограничение с целью принудить программистов использовать std::atomic.

Можно вместо A |= B написать A = A | B, тогда предупреждения не будет: тут видна неатомарность. Но в нашей Embedded сфере бытия конструкции |= и &= широко распространены для установки и чтения бит в регистрах, они точно работают как надо и не хочется их переписывать. Поэтому я отключаю указанное предупреждение опцией ‑Wno‑volatile.

COMMON_FLAGS — это опции и для компилятора С++, и для С, и для линкера.

CPP_FLAGS — опции, которые нужно передать компилятору C++. У нас указан стандарт языка — gnu++20. И сказано не использовать exceptions и RTTI: в рамках embedded‑системы это реализуется настолько трудно и дорого по ресурсам, что эта функциональность на практике не используется. Ещё там есть опция генерировать ассемблер, но про это чуть позже.

C_FLAGS — то, что нужно передать компилятору C. Тут указан только стандарт языка.

OBJ_FLAGS — тут указано, что делать с исходниками и что нужно создавать файлы зависимостей такие же, как объектные.

ELF_NAME — имя.elf‑файла. Оно много где используется, так что я его вынес в переменную для ясности.

LINKER_FLAGS — тут указано не использовать стандартные стартовые файлы, а стандартную библиотеку использовать в минималистичной реализации nano (потому что у нас опять же embedded‑система). А также указано, куда класть выходной.elf‑файл и что нужно сгенерировать.map‑файл (его полезно почитать, если возникает вопрос «кто съел СТОЛЬКО памяти»).

Дальше в файле три конфигурации. Они очень похожи, так что рассмотрим одну и её отличия от других.

######################### Individual Cfg Settings #########################
####### Release Cfg Settings #######
ifeq "$(GOAL_NAME)" "Release"
COMMON_FLAGS += -Os
LINKER_FLAGS += 
LD_SCRIPT = GD32F405RG.ld
# Comment / uncomment the following lines to produce .hex and/or .bin output
HEX_NAME = $(OUT_DIR)/$(PRJ_NAME).hex
# BIN_NAME = $(OUT_DIR)/$(PRJ_NAME).bin
OUTPUT_ASM = -Wa,-adhlns="[email protected]"

В конфигурации Release к пачке COMMON_FLAGS добавляется флаг оптимизации по размеру -Os. И никакой отладочной информации.

А в конфигурации Debug указано, что нужно отключить оптимизацию и обеспечить максимальное количество отладочной информации.

COMMON_FLAGS += -O0 -g3

Cтроки HEX_NAME и BIN_NAME указывают, какой формат должен иметь результирующий файл прошивки. Можно раскомментировать обе строки — тогда получим и .hex, и .bin.

Последняя строка с переменной OUTPUT_ASM указывает, нужно ли генерировать ассемблерный листинг (при этом нужно не забыть отключить, если была включена, опцию оптимизации линкера –flto). Иногда бывает нужно почитать ассемблер, чтобы выяснить, правильно ли компилятор нас понял или на сколько инструкций раскладывается какая-нибудь конструкция. Например, использует ли компилятор специальные эффективные DSP-инструкции при сооружении цифрового фильтра.

Конфигурация Fromboot такая же, как Release, и отличается только файлом скрипта линкера:

LD_SCRIPT = GD32F405RG_FromBoot.ld

…и именем выходных файлов: к ним добавлен префикс fw, по нему бутлоадер ищет файл прошивки.

HEX_NAME = $(OUT_DIR)/fw$(PRJ_NAME).hex
BIN_NAME = $(OUT_DIR)/fw$(PRJ_NAME).bin

Затем находятся настройки компиляторов:

######################### Toolchain ######################### 
CPP_CMP = arm-none-eabi-g++
C_CMP = arm-none-eabi-gcc
OBJCPY = arm-none-eabi-objcopy
SZ = arm-none-eabi-size
GDB = arm-none-eabi-gdb  # Required for flashing using BMP
# GDB COM port: required for flashing using BMP
GDB_COM = \\.\COM5

Указаны имена файлов компиляторов С++ и С, утилиты objcpy (она делает .hex или .bin из .elf), утилиты size для демонстрации размера. Для прошивки мне удобно применить отладчик gdb, поскольку я использую Black Magic Probe — он подключён к COM5, что и указано.

Затем расположены функции и опции, не требующие настройки.

######################### Do not touch #########################
.PHONY: .FORCE print_size clean flash # "virtual" symbols to "rebuild" them always

Тут словом PHONY указано, что нужно всегда выполнять пункты print_size, clean, flash и всё, что помечено словом .FORCE.

# Current datetime
TIMESTAMP = $(shell "date" "+%Y%m%d_%H%M")

В эту переменную помещается время компиляции в форме 20250318_1400.

# Build include flag string out of INCLUDE_DIRS list
INCLUDE_STR = $(addprefix -I./,$(INCLUDE_DIRS))

В эту переменную помещается строка, построенная из INCLUDE_DIRS: каждый путь предваряется префиксом –I./, чтобы, например, из Audio получить –I./Audio.

# Build define flag string out of DEFINS list, surrounding with double quotes
ToUppercase = $(shell echo $(1) | tr '[:lower:]' '[:upper:]')
# add BUILD_CFG_GOALNAME=1 define, uppercasing GOAL_NAME
DEFINS += BUILD_CFG_$(call ToUppercase,$(GOAL_NAME))=1 

Тут к переменной DEFINS добавляется название компилируемой конфигурации строчными буквами: RELEASE=1, или DEBUG=1, или FROMBOOT=1. Это нужно, чтобы учесть конфигурацию в коде. Например, для ядра Cortex‑M0 при компиляции FROMBOOT требуется скопировать в RAM таблицу векторов прерываний — поскольку у этого ядра адрес таблицы не настраивается.

DEFINE_STR = $(patsubst %,-D"%",$(DEFINS))
COMMON_FLAGS += $(DEFINE_STR) 

Тут к переменной COMMON_FLAGS добавляется DEFINE_STR, а она строится из DEFINS окружением каждого дефайна кавычками и добавлением префикса ‑D. Например, RELEASE=1 превратится в ‑D «RELEASE=1».

Затем нужно найти все исходники (*.cpp, .c, .S) во всех папках проекта, в том числе вложенных. У make для этого есть функция wildcard, но она умеет искать файлы только в указанной папке. Как быть? Задача имеет несколько решений — тут применяется функция «рекурсивной wildcard»:

# Recursive wildcard to iterate subdirs of any depth
rwildcard = $(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))

Теперь ищем этой функцией все исходники и кладём их имена вместе с путём в SRCS:

# Find all .cpp, .c and .S files in all subfolders of ../ 
SRCS = $(call rwildcard,./,*.c) $(call rwildcard,./,*.cpp) $(call rwildcard,./,*.S)

Убираем из всех полных имён префикс ./:

# Remove leading ./ 
SRCS := $(patsubst ./%,%,$(SRCS))

Заменяем расширение всех файлов на.o и помещаем результат в переменную OBJS. Именно скомпилированные из исходников объектные файлы нам нужны для дальнейшей линковки.

# Replace .cpp, .c, .S with .o
OBJS = $(SRCS:.cpp=.o) # Take all srcs replacing .cpp with .o
OBJS := $(OBJS:.c=.o)  # Replace .c with .o
OBJS := $(OBJS:.S=.o)  # Replace .S with .o

Нам потребуется создать дерево папок проекта в папке компилируемой конфигурации — пусть это в дальнейшем будет Release для упрощения беседы. Например, вот такое:

d4ec983635ea721576267d78b58ee0bd.png

Для этого нам нужны имена папок.

# Find all source-containing folders; remove ending /; remove .
SUBDIRS = $(filter-out .,$(patsubst %/,%,$(sort $(dir $(SRCS)))))

Читаем справа налево:

  1. Получаем имена папок из полных путей файлов в SRCS.

  2. Сортируем их. При этом удаляются повторяющиеся имена, а их там полно — ведь в каждой папке несколько файлов, значит, и имя папки будет повторяться соответствующее количество раз.

  3. Удаляем символ / в конце каждого пути.

  4. Вычёркиваем из списка корневую папку, обозначаемую точкой.

# Search src here. Nothing to change here.
VPATH := ../

Тут мы указываем, что путь к исходникам начинается с ../, то есть из папки выше — из корня проекта. Логично, мы же работаем в папке Release, так что для получения объектного файла lib/uart.o (полный путь Release/lib/uart.o) исходник будет найден по пути ../lib/uart.cpp.

Далее описан вполне обычный алгоритм билдинга.

######################### Build #########################
# Add OUT_DIR prefix to OBJS
OBJS := $(addprefix $(OUT_DIR)/, $(OBJS))

Тут к пути каждого объектного файла добавляем имя выходной папки.

# Include dependents *.d (ignore if not exist) to rebuild what depends on changed .h
-include $(OBJS:.o=.d) 

Тут указываем, что нам нужны не только объектные файлы, но и файлы зависимостей. Они нужны, чтобы перекомпилировать исходник, если изменился один из файлов, от которых он зависит, — например, какой-нибудь .h. Минус перед include означает, что в случае отсутствия файлов нужно их просто игнорировать. И в самом деле — в первый раз никаких .d-файлов ещё нет.

# Build: Require dir tree, .elf file, .hex, .bin, .siz
build: $(OUT_DIR)/out_subdirs $(ELF_NAME) $(HEX_NAME) $(BIN_NAME) print_size

Тут всё как обычно. Чтобы указание build стало выполненным, требуется:

  • наличие всех папок out_subdirs внутри нашей выходной папки;

  • файла Release/Prj.elf;

  • файла Release/Prj.hex (если только HEX_NAME не был закомментирован);

  • файла Release/Prj.bin (если только BIN_NAME не был закомментирован);

  • а также выполнение print_size (что нужно делать всегда, поскольку выше мы пометили этот пункт словом .PHONY).

# Construct dir tree: out_dir/dir1, out_dir/dir2, ...
$(OUT_DIR)/out_subdirs:
	@mkdir -p $(addprefix $(OUT_DIR)/, $(SUBDIRS))

Тут создаётся дерево папок. При этом к пути каждой приписывается название выходной папки.

# Construct .elf
$(ELF_NAME): $(OBJS)
	@echo 'Linking $@'
	@$(CPP_CMP) $(COMMON_FLAGS) -T $(LD_SCRIPT) $(LINKER_FLAGS) $(OBJS)

Тут линкуется выходной.elf‑файл. Чтобы это сделать, есть пререквизит — наличие объектных файлов, список которых находится в переменной OBJS. Если это уже выполнено или когда это будет выполнено, запустится линкер с флагами (общими и линкера), указанием скрипта линкера и списка объектных файлов.

А чтобы выполнить пререквизит в виде объектников, их нужно скомпилировать!

### Compile objs ###
# Special rule for version.cpp: always rebuild
VERSION_DEFINS = -D"BUILD_TIME=$(TIMESTAMP)" -D"BUILD_CFG=$(call ToUppercase,$(GOAL_NAME))"
$(OUT_DIR)/version.o: version.cpp .FORCE
	@echo 'Building $<'
	@$(CPP_CMP) $(COMMON_FLAGS) $(VERSION_DEFINS) $(INCLUDE_STR) $(CPP_FLAGS) $(OBJ_FLAGS)

Тут особые условия для файла version.cpp, в котором только и есть, что две строковые константы со временем компиляции и названием конфигурации. Но значения констант известны только во время компиляции, а это значит, их нужно передать компилятору в виде дефайнов. Поэтому мы их помещаем в переменную VERSION_DEFINS и в дальнейшем передаём её компилятору.

Словом .FORCE указываем, что этот файл нужно компилировать всегда — даже если уже есть ранее скомпилированный объектник. Это нужно, чтобы в константе всегда содержалось время последней компиляции.

Затем компилируем все файлы.cpp,.c и.S.

# cpp
$(OUT_DIR)/%.o: %.cpp
	@echo 'Building $<'
	@$(CPP_CMP) $(COMMON_FLAGS) $(INCLUDE_STR) $(CPP_FLAGS) $(OBJ_FLAGS) 
# c
$(OUT_DIR)/%.o: %.c
	@echo 'Building $<'
	@$(C_CMP) $(COMMON_FLAGS) $(INCLUDE_STR) $(C_FLAGS) $(OBJ_FLAGS)
# S
$(OUT_DIR)/%.o: %.S
	@echo 'Building $<'
	@$(C_CMP) -x assembler-with-cpp $(COMMON_FLAGS) $(INCLUDE_STR) $(OBJ_FLAGS) 

В итоге у нас получится куча объектных файлов. Таким образом, условие для запуска линкера будет выполнено, и он соберёт .elf-файл.

Затем можно соорудить .hex и .bin:

# Output .hex
$(HEX_NAME): $(ELF_NAME)
	@echo 'Constructing $@'
	@$(OBJCPY) -O ihex "$(ELF_NAME)" "$(HEX_NAME)"

# Output .bin
$(BIN_NAME): $(ELF_NAME)
	@echo 'Constructing $@'
	@$(OBJCPY) -O binary "$(ELF_NAME)" "$(BIN_NAME)"

И вывести объёмы занятых FLASH и RAM:

# Print size
print_size: 
	@echo 'Size:'
	@$(SZ) --format=berkeley "$(ELF_NAME)"

На этом билдинг закончен!

Вот что вызывается при указании clean_Release:

######################### Clean #########################
clean:
	@rm -rf $(OUT_DIR)
	@echo 'Done.'

Очень просто — удаляется выходная папка. Release или Debug, например.

А вот как происходит заливка прошивки при указании flash_Release:

######################### Flash it ######################### Using BlackMagicProbe
flash:
	@$(GDB) -q -ex "target extended-remote $(GDB_COM)" -ex "mon swdp_scan" -ex "att 1" -ex "load $(HEX_NAME)" -ex "det" -ex "quit"

Вызывается arm-none-eabi-gdb с указанием:

  • подключиться к отладчику через COM5;

  • просканировать SWD;

  • подключиться к первому найденному процу (он у нас всегда один);

  • загрузить Release/Prj.hex;

  • отключиться;

  • выйти.

Можно было бы устраивать заливку не через make, а прописать вызов exe с флагами напрямую в таске. Как лучше? В целом без разницы. Можно так, можно эдак.

makefile для RiscV

В наших стендах‑джигах используется ПЛИС GOWIN 2A-18C. В ней сооружено микроконтроллерное ядро picoRV — это форк исходно открытого ядра, которое есть на GitHub. Ядро очень маленькое, занимает всего 2к лутов (для сравнения: ARM Cortex‑M3 съедает 18к). В нём мы даже прерывания не используем, поскольку его задачи — принимать команды по UART и управлять Realtime блоками, реализованными в плисовой части.

Рассмотрим только отличия.

######################### Common Cfg Settings #########################
ARCH = rv32imc_zicsr # Specify MCU arch here

В этой переменной описана архитектура используемого ядра. Их бывает много разных.

WARNING_FLAGS = -Wall -Wlogical-op
DISABLED_WARNINGS = -Wno-address-of-packed-member -Wno-unknown-pragmas -Wno-volatile
RISCV_FLAGS = -march=$(ARCH) -mabi=ilp32 -mtune=size -mcmodel=medany -msmall-data-limit=8 -mstrict-align -msave-restore

Тут — специфичные для RiscV опции.

COMMON_FLAGS =  $(RISCV_FLAGS) -fmessage-length=0 -ffunction-sections -fdata-sections -fno-builtin -ffreestanding $(WARNING_FLAGS)

Здесь вместо типа ядра ARM теперь расположены опции RiscV. Остальное не изменилось.

Вот как выглядят настройки конфигурации Release:

####### Release Cfg Settings #######
ifeq "$(GOAL_NAME)" "Release"
COMMON_FLAGS += -Os
LINKER_FLAGS += 
LD_SCRIPT = sections.lds

Я тут хочу особо отметить отсутствие опции -flto — оптимизации на уровне линкера. При её включении объём кода уменьшается примерно на 6%, но после прошивки ядро не стартует. Почему — я пока не разбирался, нужно почитать выходной ассемблер.

А вот настройки Toolchain:

######################### Toolchain ######################### 
CPP_CMP = riscv-none-elf-g++
C_CMP = riscv-none-elf-gcc
OBJCPY = riscv-none-elf-objcopy
SZ = riscv-none-elf-size
GW_FLASHER = C:/YaStudio/GowinProgrammer/bin/programmer_cli.exe

Помимо изменения имён компиляторов, появился ещё файл прошивальщика от GOWIN. И вот как выглядит команда прошивки:

######################### Flash it #########################
flash:
	@$(GW_FLASHER) -d GW2A-18C -r 38 --spiaddr 0x400000 --mcuFile "$(CURDIR)/$(OUT_DIR)/$(PRJ_NAME).bin"

Тут велено запустить programmer_cli.exe с указанием типа ПЛИС, приказом № 38 — прошить внешнюю SPI FLASH с использованием GAO Bridge, с адреса 0×400 000, ну и дальше полный путь к.bin‑файлу.

На этом закончим наконец с makefile и пойдём дальше.

Папка .vscode

Её я тоже таскаю из проекта в проект, чтобы настройки вместе с проектом лежали в репозитории. Посмотрим на некоторые.

505916bb4edd3d89d283a461eae4889d.png

settings.json

В начале расположены настройки пути PATH к исполняемым файлам компиляторов и прочему. Я не люблю настраивать глобальный PATH в Windows, к тому же для компиляторов он будет другим в случае RiscV. Что лучше — локальные настройки или глобальные — не хочу спорить, принципиальной разницы нет, мне удобнее так.

Здесь и в следующих разделах — про json‑файлы.

"C_Cpp.default.intelliSenseMode": "gcc-arm",

Это настройки подсветки С++ кода.

Далее настройки для плагина cortex-debug: пути и названия.

"cortex-debug.gdbPath": "C:/YaStudio/arm-none-eabi-gcc/bin/arm-none-eabi-gdb.exe",
"cortex-debug.armToolchainPath": "C:/YaStudio/arm-none-eabi-gcc/bin",
"cortex-debug.armToolchainPrefix": "arm-none-eabi",
"cortex-debug.openocdPath": "C:/YaStudio/OpenOCD/bin/openocd.exe",

А в следующей опции указывается, в каком формате показывать значения переменных при отладке: десятеричном или шестнадцатеричном. Подробнее про это будет в главе «Отладка».

"cortex-debug.variableUseNaturalFormat": true, // False is hex, true is decimal
"terminal.integrated.env.windows": {
        "PATH": "C:/YaStudio/arm-none-eabi-gcc/bin; C:/YaStudio/build-tools; C:/YaStudio/OpenOCD; C:/YaStudio/OpenOCD/bin"
    },

А тут указан PATH терминала VScode: он используется при запуске тасков. В частности, для запуска make и OpenOCD.

Далее расположены настройки плагина подсветки TODO Highlight, они почти без изменений из примера к плагину.

Для RiscV есть очевидные изменения:

"cortex-debug.armToolchainPath": "C:/YaStudio/riscv-none-elf-gcc/bin",
"cortex-debug.armToolchainPrefix": "riscv-none-elf",
"terminal.integrated.env.windows": {
	"PATH": "C:/YaStudio/riscv-none-elf-gcc/bin;C:/YaStudio/build-tools"
},

tasks.json

Тут расположен список тасков. У меня их по три для каждой конфигурации — Build, Clean и Flash.

{
    "version": "2.0.0",
    "tasks": [
        // ==== Release ====
        {
            "label": "Build Release",

Как этот таск будет называться. Любая строка.

            "type": "shell",

Тип таска — запуск из командной строки.

            "command": "make",

Что запускать, собственно. Путь, в смысле PATH, прописан в settings.json.

            "args": [
                "build_Release"
            ],

С какими аргументами вызывать make. В данном случае будет вызвано make build_Release.

            "group": {
                "kind": "build",
                "isDefault": true
            },

Тут указано, что этот таск нужно поместить в группу Build. Это позволяет нажать Ctrl + Shift + B и выбрать таск из выпадающего списка:

7316cce99cee3361a0455492e23a84b0.png

Это удобно, когда пишешь код и не хочешь тянуться за мышью.

"presentation": { 
                "clear": true,
                "showReuseMessage": false
            }

Тут сказано очистить терминал перед вызовом (иначе там будут отображаться результаты всех предыдущих вызовов), а также после завершения не показывать бесящее сообщение, что терминал будет переиспользован в будущем.

Следующие таски отличаются только названием и аргументами вызова:

            "label": "Clean Release",
...
            "args": [
                "clean_Release"
            ],
...
            "label": "Flash Release",
...
            "args": [
                "flash_Release"
            ],

Можно залить прошивку и при помощи OpenOCD, без make.

            "label": "Flash Release w OpenOCD",
            "type": "shell",
            "command": "openocd",

Тут всё очевидно, из интересного только аргументы дальше:

"args": [
"-f interface/stlink.cfg", // Configuration file name
  // Command
   "-c \"program ${workspaceRoot}/Release/Locket.hex verify reset exit\""

Тут указано использовать файл конфигурации stlink.cfg, поскольку прошивать будем через STLink. Далее указан путь к .hex‑файлу и команды: прошить, проверить, отрезетить, выйти.

c_cpp_properties.json

Тут расположены настройки плагина C/C++ и, что важно, IntelliSense — то есть подсветки.

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [
                "-D_GNU_SOURCE"
            ],
            "windowsSdkVersion": "10.0.22621.0",
            "cStandard": "gnu17",
            "cppStandard": "gnu++20",
            "compilerPath": "C:/YaStudio/arm-none-eabi-gcc/bin/arm-none-eabi-g++.exe"
        }
    ],
    "version": 4
}

Всё довольно очевидно: где лежат подключаемые файлы, какие версии С и C++, а также путь к компилятору. Версии С / С++ нужно указать такие же, как в makefile — тогда у IntelliSense мнение об ошибках будет совпадать с мнением компилятора.

launch.json

Тут лежат настройки для отладки. Может быть несколько конфигураций этих настроек, например, для разных программаторов. Рассмотрим для примера настройку для DAPlink.

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Debug with OpenOCD DAPLink",

Название — любая строка, для отображения в выпадающем списке:

549a8d19cf97eafbc4bf7e0161efd554.png
"type": "cortex-debug",

Какой плагин использовать.

"cwd": "${workspaceRoot}",

В какой папке работать — в корневой папке проекта.

"device": "GD32F4xx", // The name of the MCU, which matches the <name> tag at the top of the svd file.

Эта опция нужна для отображения состояния регистров при наличии .svd‑файла. В процессе отладки это выглядит вот как:

d1dab81d29849971761730b905c6cb96.png
"executable": "./Debug/Prj.elf",

Это путь к файлу .elf. Я потому и использую везде Prj вместо индивидуального названия проекта, чтобы не менять название ещё и в launch.json.

"runToEntryPoint" : "main",

При старте прошивки, до начала выполнения функции main, происходит ещё немало всего: записываются нужные числа в указатели стека, настраивается таблица векторов прерываний, инициализируется FPU, обнуляются глобальные переменные, запускаются конструкторы. Но это всё, как правило, неинтересно и неизменно, а интересное начинается с функции main. В этой опции и указано выполнить всё до main и остановиться в её начале.

Есть подход, при котором инициализация всякой периферии выполняется до main, в рамках функции, например, EarlyInit(). Но я такое не одобряю, потому что при инициализации часты всякие неприятности, и тогда придётся вспомнить, что перед main() есть ещё EarlyInit(). Вопрос вкуса, впрочем.

"showDevDebugOutput": "none",

Это про вывод отладочной информации для отладки отладочного плагина, но мы этим постараемся не заниматься.

"svdFile": "${workspaceRoot}/GD32F4xx.svd",

Путь к .svd-файлу. Эти файлы добываются из утилит ST для STM32, а для GD — из блоков расширения для Keil.

"armToolchainPath": "C:/YaStudio/arm-none-eabi-gcc/bin/",

Путь к компиляторам и gdb.

Далее настройки сервера: прокладки между gdb и аппаратным программатором. В данном случае это OpenOCD.

// Server
"servertype": "openocd",
"configFiles": [ 
    "interface/cmsis-dap.cfg", 
    "target/stm32f4x.cfg" 
],

Тут указано, какой программатор используется и какой проц.

"interface": "swd"

По какому интерфейсу подключаемся.

// "preLaunchTask": "Build Debug",

Тут можно указать, какой таск выполнить перед началом отладки. Я закомментировал, потому что мне удобнее перед запуском отладки вручную запустить сборку Debug‑конфигурации. Но можно было бы собирать автоматически.

// "preLaunchCommands": [ "set output-radix 16" ],

А это команда, указывающая, в каком формате показывать значения переменных: двоичном, десятеричном (по умолчанию), шестнадцатеричном. Про это поговорим позже.

Вот, собственно, и всё.

Давайте посмотрим на другие варианты «сервер + программатор». Для нативного STLink достаточно двух строк:

"servertype": "stlink",
"interface": "swd"

Минус, как я уже говорил, в том, что STLink работает только с МК STM32. Если подсунуть GD32F405 под видом STM32F405 — это будет обнаружено и пресечено.

Для связки STLink + OpenOCD:

"servertype": "openocd",
"configFiles": [ 
	"interface/stlink.cfg", 
	"target/gd32f4xx.cfg"
],
"interface": "swd"

Нужно указать файлы конфигурации — для программатора и микроконтроллера. Так можно отлаживать GD32 при помощи STLink. Авторы OpenOCD молодцы!

Для Black Magic Probe:

"servertype": "bmp",
"BMPGDBSerialPort": "COM5",
"interface": "swd",
"preRestartCommands" : [ "load", "enable breakpoint", "monitor reset" ]

Нужно указать COM-порт, к которому подключён отладчик, и команды: прошить прошивку, разрешить breakpoints, отрезетить МК.

Отладка

Отладка с выбранной конфигурацией запускается кнопкой Launch.

a09ffb7e9f5d82641642eaa5a9460a01.png

У отладки в VScode есть недостаток по сравнению с Eclipse: все переменные показываются в десятеричном виде (кроме указателей — там только шестнадцатеричный, и это норм). Это неудобно — в Eclipse можно посмотреть значение любой переменной в любом виде: и двоичном, и десятеричном, и шестнадцатеричном.

Как же быть? Нам, эмбеддерам, нужно одно в hex, другое в dec, третье в bin.

Есть такие пути.

А. Завести переменную в окошке watch и через запятую указать формат. Минус в том, что для большого количества переменных это утомительно.

3a4f72ff892c30c438e30c61e747f930.png

Б. В настройках запуска указать «показывать все переменные в нужном формате». Есть два варианта, где это можно сделать:

  • settings.json: опция "cortex-debug.variableUseNaturalFormat",

  • launch.json: задать "preLaunchCommands": [ "set output-radix 16" ].

Минус в том, что тогда все переменные будут в этом формате. Но если нам нужно кучу всего смотреть в hex, а некоторые в dec — то последние можно завести в окне watch.

В. Менять отображение всех переменных при помощи специальной кнопки:

8116179a666b01476f028d2919adab09.png

Кнопка появляется только при наведении мыши на строку Watch. И тогда всё переменится:

83224c716d35d2582bd50e02ebb24696.png

Минус и его решение такие же, как в пункте Б, но теперь у нас есть интерактив.

Г. А ещё есть сочетание клавиш Ctrl + Shift + X! Эффект тот же.

Мелочи, приятности и неприятности

В этом разделе я расскажу про настройки редактирования и перемещения, с которыми мне стало удобно.

Допустим, у меня в коде есть словечко MySuperMegaClass. Я хочу по нему быстро перемещаться, зажав Ctrl и нажимая стрелочки. Я ожидал, что прыжки будут между частями слова:

43ece598726e8eabed3d35a6693857f9.png

Но в VScode курсор прыгает на всё слово целиком.

Это можно исправить в настройках. Заходим туда (Ctrl + K или Ctrl + S), вводим в строку поиска cursorWord. По умолчанию есть команды cursorWordLeft (Ctrl + LeftArrow) и cursorWordRight (Ctrl + RightArrow). Чтобы курсор прыгал по частям слова, находим команды cursorWordPartLeft и cursorWordPartRight и назначаем им Ctrl + LeftArrow и Ctrl + RightArrow соответственно. Эти сочетания клавиш, естественно, пропадают из cursorWordLeft и cursorWordRight. После этого курсор прыгает ожидаемо.

Но не всё так просто. Есть SourceCraft Code Assistant (IntelliBoba) — наш ИИ‑ассистент, и его настройки по умолчанию оказались неудобны. Например, он предлагает кусок кода. Я могу нажать Tab и принять его целиком. Но если я хочу не целый кусок, а его часть?

8a6e30fa63218c3f793883d626f6123c.png

Исходно можно было нажимать Ctrl + RightArrow и принимать слово за словом:

b32f058f774b766397f4c7ab21567cbf.png

Но после смены этого сочетания с cursorWordRight на cursorWordPartRight оно перестало работать. Пришлось назначить другое сочетание. Нужная команда — Accept Next Word Of Inline Suggestion. Я выбрал сочетание Alt + Shift + RightArrow.

Ещё одно сочетание — Ctrl + Пробел — это запрос предложения кода от ассистента. Но это же сочетание должно вызывать предложение от IntelliSense. Тут побеждает ассистент, и это нехорошо: IntelliSense мне нужен часто, для всяких мелочей вроде полей структуры. Поэтому я назначил Ctrl + Пробел команде Trigger Suggest, а Ctrl + Enter — команде Yandex Code Assistant Suggest.

Файл .svd и регистры с битовыми полями

Помимо применения во время отладки, которое я описал выше, есть ещё одно.

Инструментарий ST содержит файл с описаниями номеров прерываний, регистров и битовых полей. Для иллюстративности давайте поговорим про I2C. Например, stm32l151xb.h содержит нижеследующую структуру (язык C):

typedef struct
{
  __IO uint32_t CR1; 
  __IO uint32_t CR2;
  __IO uint32_t OAR1;
  __IO uint32_t OAR2; 
  __IO uint32_t DR; 
  __IO uint32_t SR1; 
  __IO uint32_t SR2; 
  __IO uint32_t CCR; 
  __IO uint32_t TRISE;
} I2C_TypeDef;

Ниже есть адреса I2C1 и I2C2:

#define I2C1_BASE             (APB1PERIPH_BASE + 0x00005400U)
#define I2C2_BASE             (APB1PERIPH_BASE + 0x00005800U)

И далее — маппинг структур на эти адреса:

#define I2C1                ((I2C_TypeDef *) I2C1_BASE)
#define I2C2                ((I2C_TypeDef *) I2C2_BASE)

Ещё дальше есть макросы битовых полей регистров, например:

#define I2C_CR1_PE_Pos                      (0U)                               
#define I2C_CR1_PE_Msk                      (0x1U << I2C_CR1_PE_Pos) 
#define I2C_CR1_PE                          I2C_CR1_PE_Msk 

Этот набор — структуры, их маппинг и битовые поля — позволяет довольно удобно писать «свой HAL на регистрах». Для установки в единицу бита PE в регистре CR1 блока I2C2 мы напишем следующее:

I2C2->CR1 |= I2C_CR1_PE;

Но не таковы GigaDevice. Их инструментарий не содержит структур: I2C0 или I2C1 — это просто число, базовый адрес соответствующего блока I2C. Регистры — тоже числа: это абсолютные адреса регистров. Есть дефайны битов. Для работы с этим можно либо использовать функции HAL, либо писать хотя и похоже, но непривычно:

I2C_CTL0(I2C1) |= I2C_CTL0_I2CEN;

Мне так неудобно. Переучиваться лень. Но писать руками файл периферии — ещё больше лень (я как‑то писал, не понравилось). Что же делать?

Так вот, есть утилита SVDConv.exe, которая принимает на вход.svd‑файл и генерирует.h‑файл со структурами и битовыми полями. Можно указать вид этих битовых полей: просто макросы, как у ST, или enum, или в виде битовых структур. В последнем случае это выглядит так:

union {
    __IOM uint32_t CTL1;
    
    struct {
      __IOM uint32_t I2CCLK     : 6;
            uint32_t            : 2;
      __IOM uint32_t ERRIE      : 1;
      __IOM uint32_t EVIE       : 1;
      __IOM uint32_t BUFIE      : 1;
      __IOM uint32_t DMAON      : 1;
      __IOM uint32_t DMALST     : 1;
            uint32_t            : 19;
    } CTL1_b;
} ;

Тут __IOM — это макрос для volatile.

Тогда для записи числа clk_MHz в поле I2CCLK можно написать в «стиле ST»:

I2C1->CTL1 = (I2C1->CTL1 & ~I2C_CTL1_I2CCLK) | clk_MHz;

Тут велено прочитать текущее значение регистра, очистить младшие 6 бит, выполнить побитовое ИЛИ с числом clk_MHz. Оно тут в младших битах, поэтому смещение не требуется.

А можно проще и нагляднее:

I2C1->CTL1_b.I2CCLK = clk_MHz;

Я не поленился посмотреть ассемблер и сравнить код в обоих случаях. Оказывается, второй вариант ещё и эффективнее: три инструкции против четырёх. Потому что в первом случае, как и написано, сначала делается побитовое И, а потом побитовое ИЛИ; а во втором — используется специальная инструкция установки битового значения со смещением.


SourceCraft Code Assistant — это мощный инструмент, который позволяет избавиться от рутинной работы и сильно ускоряет написание кода. Тот самый лозунг IBM «Машина должна работать, человек — думать» обрёл новое значение. Моя задача — отсеять плохие варианты и принять хорошие, а если машина не справляется со спецификой — написать самому. И наконец не нужно набивать длинные скучные строки, которые необходимы, но суть их очевидна.

Говорят, по мере роста профессионализма программиста он всё меньше печатает и всё больше думает. И ИИ помогает мне расти ещё быстрее. Так что теперь VScode в паре с ИИ‑ассистентом — мой рабочий тандем для написания кода. И мне удобно — удобнее, чем было в Eclipse.

Источник

  • 01.09.25 16:41 Anitastar

    Wizard Hilton Cyber Tech's strategic approach to Bitcoin recovery represents a mutually beneficial collaboration that offers valuable advantages for all involved. At the core of this innovative partnership is a shared commitment to leveraging cutting-edge technology and expertise to tackle the increasingly complex challenges of cryptocurrency theft and loss. By combining Wizard Hilton's world-class cybersecurity capabilities with the deep industry insights and recovery methodologies of Cyber Tech, this alliance is poised to revolutionize the way individuals and organizations safeguard their digital assets. Through a meticulous, multi-layered process, the team meticulously analyzes each case, employing advanced forensic techniques to trace the flow of stolen funds and identify potential recovery avenues. This rigorous approach not only maximizes the chances of successful Bitcoin retrieval, but also provides invaluable intelligence to enhance future security measures and prevention strategies. Importantly, the collaboration is built on a foundation of trust, transparency, and a genuine concern for the well-being of clients, ensuring that the recovery process is handled with the utmost care and discretion. As the cryptocurrency landscape continues to evolve, this strategic alliance between Wizard Hilton Cyber Tech stands as a shining example of how industry leaders can come together to safeguard digital assets, protect victims of cybercrime, and pave the way for a more secure and resilient cryptocurrency ecosystem. Email : wizardhiltoncybertech ( @ ) gmail (. ) com     OR support ( @ ) wizardhiltoncybertech (.) com WhatsApp number  +18737715701 Thanks.

  • 01.09.25 17:03 WILLER GOODY

    Don’t be misled by the countless stories you come across online many of them are unreliable and can easily steer you in the wrong direction. I personally tried several so-called recovery services, only to end up frustrated and disappointed every single time. But everything changed when I finally connected with a true tech professional who genuinely knows what they’re doing. Instead of wasting time and energy with unskilled hackers who make empty promises, it’s far better to work with a proven expert who can actually recover your stolen or lost cryptocurrency, including Bitcoins. [email protected] is, without a doubt, one of the most trustworthy and skilled blockchain specialists I’ve ever come across. If you’ve lost money to scammers, don’t give up. Reach out to their email today and take the first step toward getting your coins back. You can also contact them at +44 736-644-5035.

  • 02.09.25 23:12 [email protected]

    Sylvester Bryant has recovered over £151,000 in lost cryptocurrency. You can reach him for assistance via email at Yt7cracker@gmail. com. For direct communication, Sylvester Bryant is available on WhatsApp at +1 512 577 7957. This service proved invaluable when other recovery methods had failed. The money was recovered quickly and effectively. My financial situation was dire prior to this. This recovery has restored my financial stability. This reliable support was crucial during a difficult time. Mr. Bryant's skill in retrieving lost funds is remarkable.

  • 03.09.25 07:17 Fabian3

    Scammers have ruined the forex trading market, they have deceived many people with their fake promises on high returns. I learnt my lesson the hard way. I only pity people who still consider investing with them. Please try and make your researches, you will definitely come across better and reliable forex trading agencies that would help you yield profit and not ripping off your money. Also, if your money has been ripped-off by these scammers, you can report to a regulated crypto investigative unit who make use of software to get money back. They helped me recover my scammed funds back to me If you encounter with some issue make sure you contact ([email protected]) they're recovery expert and a very effective and reliable .

  • 04.09.25 02:11 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 04.09.25 02:11 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 04.09.25 02:45 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 04.09.25 16:24 Melbourne

    Sylvester Bryant has recovered over £151,000 in lost cryptocurrency. You can reach him for assistance via email at Yt7cracker@gmail. com. For direct communication, Sylvester Bryant is available on WhatsApp at +1 512 577 7957. This service proved invaluable when other recovery methods had failed. The money was recovered quickly and effectively. My financial situation was dire prior to this. This recovery has restored my financial stability. This reliable support was crucial during a difficult time. Mr. Bryant's skill in retrieving lost funds is remarkable.

  • 04.09.25 18:11 WILLER GOODY

    Don't fall for fake recovery scams online. Many people promise to help you get back lost crypto. They often just make excuses or don't deliver. This leads to more disappointment and lost hope. After many bad experiences, I finally found a real expert. They were professional and knew what they were doing. This person actually recovered my stolen coins. They gave me peace of mind back. If you lost crypto, contact them at [email protected] WhatsApp at +44 736-644-5035. Don't waste your time with others. They can help you get your money back.

  • 05.09.25 08:14 Amostampari

    How can I Recover My Lost Btc, Usdt - Wizard Larry Recovery Experts. Get Your Stolen Crypto Coins Back By Hiring A Hacker || I Can't Get Into My USDT? Account, It Seems Like I Was Hacked || Do You Need A Bitcoin Recovery Expert? Getting Lost, Stolen Crypto, or Hacked? How can I retrieve cryptocurrency from a con artist? Do I need a hacker to get my money back? Getting in dealing with a reputable business like Wizard Larry Recovery Experts could help you get your money back if you can't access your USDT account or have lost Bitcoin or NFT as a result of hacking or scams. For additional support and direction on your particular circumstance, it is advised that you get in touch with them at the address below ADDRESS Website... https://larrywizard43.wixsite.com/wizardlarry OR www.wizardlarryrecovery. com Email... wizardlarry@mail. com WhtsApp or call,.. +447 (311) 146 749

  • 05.09.25 15:39 micheal1219

    Losing USDT can be upsetting. This stablecoin usually stays close to the dollar's value. However, mistakes happen. Bugs in code, scams, or sending funds to the wrong place can cause losses. It might feel like the money is gone forever. But often, recovery is possible. Contact Marie at [email protected]. You can also reach her on Telegram at @marie_consultancy or WhatsApp at +17127594675.

  • 06.09.25 09:21 Young Felix

    [email protected] will Help you Recovery your Scammed Funds.

  • 06.09.25 09:22 Young Felix

    [email protected] will Help you Recovery your Scammed Funds. I just had to share my experience with Intel Fox Recovery Services. Initially, I was unsure if it would be possible to recover my BTC, however, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. Here is another caution; not all recovery services are legit. I personally lost 3 BTC from my Binance account due to a deceptive platform. If you happen to have suffered a similar loss, consider INTEL FOX RECOVERY SERVICES. Their services not only showcase a highly mannerism of professionalism but also effectiveness of how they handle and assist their clients. Therefore, I highly recommend their services to anyone seeking assistance in recovering their stolen BTC.

  • 06.09.25 18:52 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 06.09.25 18:52 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 08.09.25 14:26 bajo171

    Recovery experts and lawyers work together to get your stolen money back. They find lost assets. Lawyers guide you through legal steps. Watch out for scam signs. Be careful of offers promising big profits with no risk. Don't let anyone rush your investment decisions. Marie can help you get back lost Bitcoin. She also helps stop future scams. Contact her on WhatsApp at +1 7127594675. You can also email her at [email protected] or reach her on Telegram at @Marie_consultancy.

  • 08.09.25 18:04 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 08.09.25 18:04 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 08.09.25 19:21 DAVEortega1010

    Be wary of fraudulent cryptocurrency recovery services. Many promise to recover your lost digital currency. These services often provide excuses or fail to deliver any results. This only adds to your distress. After several unsuccessful attempts with others, I discovered a genuine expert. This individual was highly capable and provided excellent assistance. They successfully recovered my stolen cryptocurrency. I was finally able to find peace of mind. If you have lost crypto, you should contact them. talk to [email protected] for help. You can also send a text message via WhatsApp to +447366445035, Stop losing time on scams. They can help you get your money back.

  • 09.09.25 02:34 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 09.09.25 02:34 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 09.09.25 02:34 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 09.09.25 11:48 Moises Velez

    I strongly advise using this very reputable Recovery Hacker101for anyone looking to recover any type of crypto currencies assets from online frauds, Wallet hackers, or BTC transferred to the wrong address. After I lost a lot of money to those terrible con artists posing as recovery specialists, this recovery specialist was great in aiding me in getting my Bitcoin back. After I gave Recovery Hacker101 the relevant details and prerequisites, a total of 1.4170 BTC was eventually recovered. I was overjoyed that I had been able to recover this much after having lost even more to the problems I had dealt with before discovering Recovery Hacker101. So don’t hesitate to get in touch with recoveryhacker101 AT gmail com. if you find yourself in this scenario and need help recovering from an online bitcoin scam

  • 09.09.25 15:05 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 09.09.25 15:05 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 09.09.25 15:05 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 09.09.25 20:23 Bramfloris

    Recovering Stolen USDT If your USDT or other crypto assets were stolen, contact Sylvester Bryant at Yt7cracker@gmail. com. He can help you get your money back. I lost €220,000 in a scam. Mr. Bryant was the only expert who successfully recovered my funds. Reach him on WhatsApp at +1 512 577 7957 for fast, expert help. He is very honest. He can recover your stolen assets.

  • 09.09.25 20:37 DAVEortega1010

    Be wary of fraudulent cryptocurrency recovery services. Many promise to recover your lost digital currency. These services often provide excuses or fail to deliver any results. This only adds to your distress. After several unsuccessful attempts with others, I discovered a genuine expert. This individual was highly capable and provided excellent assistance. They successfully recovered my stolen cryptocurrency. I was finally able to find peace of mind. If you have lost crypto, you should contact them. talk to [email protected] for help. You can also send a text message via WhatsApp to +447366445035, Stop losing time on scams. They can help you get your money back.

  • 10.09.25 00:45 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 10.09.25 00:45 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 11.09.25 03:31 DAVEortega1010

    Be wary of fraudulent cryptocurrency recovery services. Many promise to recover your lost digital currency. These services often provide excuses or fail to deliver any results. This only adds to your distress. After several unsuccessful attempts with others, I discovered a genuine expert. This individual was highly capable and provided excellent assistance. They successfully recovered my stolen cryptocurrency. I was finally able to find peace of mind. If you have lost crypto, you should contact them. talk to [email protected] for help. You can also send a text message via WhatsApp to +447366445035, Stop losing time on scams. They can help you get your money back.

  • 11.09.25 13:44 grace

    i fell for an investment scam also and lost $250k worth of bitcoin luckily i found anthonydavies01 on telegram with his assistance i got back over 85% of my money. him and his team are top notch

  • 11.09.25 15:03 stevensjonas

    Recovery of Stolen Ethereum Wallet. Hire: Supreme Peregrine Recovery. I would like to express my sincere gratitude to Supreme Peregrine Recovery for their outstanding help in recovering my stolen Ethereum wallet, which held $594,684 worth of assets. I thought my money was lost forever after falling for a scam that imitated a reliable cryptocurrency platform, but I was referred to them because their staff was professional, knowledgeable, and genuinely concerned from the start. Their commitment, openness, and expertise are unparalleled. I am immensely appreciative of their assistance and heartily recommend Supreme Peregrine Recovery to anyone dealing with cryptocurrency theft. They transformed a nightmare into a tale of hope and recovery. They carefully examined my case, gave me clear updates at every stage, and used cutting-edge Blockchain tracing tools to recover the entire amount. +1,3,1,8,5,5,3,0,6,7,9 Mail: supremeperegrinerecovery(@)proton(.)me supremeperegrinerecovery567(@)zohomail(.)com info(@)supremeperegrinerecovery(.)com

  • 11.09.25 18:51 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 11.09.25 18:51 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 11.09.25 18:51 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 12.09.25 13:11 grace

    I lost my money to them few months ago. I lost over $244,000, they denied my withdrawal request and and also left it pending. I reached out to them and they never responded back tooth my emails and calls. They eventually locked me out of my account. I had to reach out to a recovery expert ( anthonydaviestech@gmail com) to help me recover all my money back. I have gotten my money back**you can also text him via whatsapp: +19514908435

  • 12.09.25 15:06 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 12.09.25 15:06 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 13.09.25 20:45 Clinton

    I know firsthand how devastating it feels to lose money to a scam. When it happened to me, I was left frustrated, hopeless, and unsure where to turn. Complaining to apps about being scammed on their platforms didn’t change anything it felt like no one cared. But through a friend’s advice, I connected with a recovery professional who gave me real hope. With their help, I was able to get my funds back, something I thought was impossible. I’m sharing this because I don’t want anyone else to feel as lost as I once did. Whether you’ve been scammed through crypto platforms, dating scams, real-estate or mortgage fraud, or even fake ICOs, please know there’s still a way forward. If you’ve lost money, reach out to Recoveryfundprovider(@)gmail(.)com).) or (WhatsApp) at (+)44 7366445035 for consultation and recovery services.

  • 14.09.25 00:54 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 14.09.25 00:54 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 14.09.25 02:37 luciajessy3

    Don’t be deceived by different testimonies online that is most likely wrong. I have made use of several recovery options that got me disappointed at the end of the day but I must confess that the tech genius I eventually found is the best out here. It’s better you devise your time to find the valid professional that can help you recover your stolen or lost crypto such as bitcoins rather than falling victim of other amateur hackers that cannot get the job done. ADAMWILSON . TRADING @ CONSULTANT COM / WHATSAPP ; +1 (603) 702 ( 4335 ) is the most reliable and authentic blockchain tech expert you can work with to recover what you lost to scammers. They helped me get back on my feet and I’m very grateful for that. Contact their email today to recover your lost coins ASAP…

  • 14.09.25 02:37 luciajessy3

    Don’t be deceived by different testimonies online that is most likely wrong. I have made use of several recovery options that got me disappointed at the end of the day but I must confess that the tech genius I eventually found is the best out here. It’s better you devise your time to find the valid professional that can help you recover your stolen or lost crypto such as bitcoins rather than falling victim of other amateur hackers that cannot get the job done. ADAMWILSON . TRADING @ CONSULTANT COM / WHATSAPP ; +1 (603) 702 ( 4335 ) is the most reliable and authentic blockchain tech expert you can work with to recover what you lost to scammers. They helped me get back on my feet and I’m very grateful for that. Contact their email today to recover your lost coins ASAP…

  • 14.09.25 12:44 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 14.09.25 12:44 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 14.09.25 15:13 estherfords

    My solana recovery experience with Mighty Hacker Recovery Expert.

  • 14.09.25 15:13 estherfords

    My solana recovery experience with Mighty Hacker Recovery Expert. Contact them on +14042456415 WhatsApp

  • 14.09.25 17:48 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 14.09.25 17:48 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 14.09.25 20:49 Clinton

    I know firsthand how devastating it feels to lose money to a scam. When it happened to me, I was left frustrated, hopeless, and unsure where to turn. Complaining to apps about being scammed on their platforms didn’t change anything it felt like no one cared. But through a friend’s advice, I connected with a recovery professional who gave me real hope. With their help, I was able to get my funds back, something I thought was impossible. I’m sharing this because I don’t want anyone else to feel as lost as I once did. Whether you’ve been scammed through crypto platforms, dating scams, real-estate or mortgage fraud, or even fake ICOs, please know there’s still a way forward. If you’ve lost money, reach out to ([email protected]) or (WhatsApp) at (+)44 7366445035 for consultation and recovery services.

  • 14.09.25 22:16 Berrysmith

    I recently recovered a large sum of digital assets. Sylvester Bryant, reachable at Yt7cracker@gmail. com, helped me reclaim 720,000 in Ethereum. The entire experience was excellent. I highly recommend Mr. Sylvester. He assists those dealing with lost or stolen funds. His skill in getting back money from scams is outstanding. Scammers cause huge stress and financial pain. Mr. Bryant offers a crucial service. He provides a way to possibly recover stolen funds. His professional manner built trust. If you lost money to scams, contact him. He is also on WhatsApp at +1 512 577 7957. This makes it easy to discuss your case. Recovering this amount was difficult. Mr. Bryant showed deep knowledge of the technical work. His commitment to solving these problems is clear. Seek his help for lost crypto or other digital assets. This is a major concern for many. Expert aid can greatly improve outcomes.

  • 15.09.25 10:25 aliceforemanlaw

    I got back a lot of digital money recently. Sylvester Bryant helped me recover 120,000 in Ethereum. You can reach him at Yt7cracker@gmail. com. It was a great experience overall. I really suggest Mr. Sylvester. He helps people who lost money. He is great at getting money back from scams. Scammers cause a lot of stress and hurt. Mr. Bryant offers an important service. He can help you get back stolen funds. He was very professional and earned my trust. Contact him if you lost money to scams. He is also on WhatsApp at +1 512 577 7957. This makes it easy to talk about your situation. Getting this amount back was tough. Mr. Bryant knew a lot about the technical parts. His drive to fix these issues is clear. Get his help if you lost crypto or other digital items. Many people worry about this. Getting expert help can really make a difference.

  • 15.09.25 12:49 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 15.09.25 12:49 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 15.09.25 12:49 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 16.09.25 12:25 aliceforemanlaw

    Sylvester Bryant helped me recover 120,000 in Ethereum. You can reach him at Yt7cracker@gmail. com. It was a great experience overall. I really suggest Mr. Sylvester. He helps people who lost money. He is great at getting money back from scams. Scammers cause a lot of stress and hurt. Mr. Bryant offers an important service. He can help you get back stolen funds. He was very professional and earned my trust. Contact him if you lost money to scams. He is also on WhatsApp at +1 512 577 7957. This makes it easy to talk about your situation. Getting this amount back was tough. Mr. Bryant knew a lot about the technical parts. His drive to fix these issues is clear. Get his help if you lost crypto or other digital items. Many people worry about this. Getting expert help can really make a difference.

  • 16.09.25 12:26 aliceforemanlaw

    Sylvester Bryant helped me recover 120,000 in Ethereum. You can reach him at Yt7cracker@gmail. com. It was a great experience overall. I really suggest Mr. Sylvester. He helps people who lost money. He is great at getting money back from scams. Scammers cause a lot of stress and hurt. Mr. Bryant offers an important service. He can help you get back stolen funds. He was very professional and earned my trust. Contact him if you lost money to scams. He is also on WhatsApp at +1 512 577 7957. This makes it easy to talk about your situation. Getting this amount back was tough. Mr. Bryant knew a lot about the technical parts. His drive to fix these issues is clear. Get his help if you lost crypto or other digital items. Many people worry about this. Getting expert help can really make a difference.

  • 16.09.25 13:25 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 16.09.25 13:25 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 17.09.25 02:56 peju1213

    It can be very concerning to lose access to your USDT (Tether) wallet. It could potentially result in permanent loss of significant funds. You may have misplaced your private keys. Perhaps you unintentionally erased something, or your security was breached. It seems hopeless when you are unable to access your USDT. However, it doesn't have to stop there. There are methods for recovering your lost USDT. During difficult circumstances, professional assistance and wise recuperation techniques can give you hope. get in touch with Marie ([email protected] and +1 7127594675) on WhatsApp.

  • 17.09.25 11:16 [email protected]

    Sylvester Bryant helped me recover $510,000 in Ethereum, and I highly recommend his services. He specializes in helping people recover funds lost to scams. Scammers can cause significant stress, but Mr. Bryant's professionalism and expertise in the technical aspects of recovery earned my trust. If you've lost money through scams, you can reach him at [ yt7cracker@gmail. com ] or on WhatsApp at +1 512 577 7957. His dedication to helping people get their stolen funds back is clear, and his support made a huge difference in my case.

  • 17.09.25 11:16 [email protected]

    Sylvester Bryant helped me recover $510,000 in Ethereum, and I highly recommend his services. He specializes in helping people recover funds lost to scams. Scammers can cause significant stress, but Mr. Bryant's professionalism and expertise in the technical aspects of recovery earned my trust. If you've lost money through scams, you can reach him at [ yt7cracker@gmail. com ] or on WhatsApp at +1 512 577 7957. His dedication to helping people get their stolen funds back is clear, and his support made a huge difference in my case.

  • 17.09.25 23:50 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 17.09.25 23:50 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 17.09.25 23:50 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 18.09.25 11:55 Mundo

    Sylvester Bryant recovered £400,000 in Ethereum for me. I strongly advise using his services. He focuses on retrieving money lost to fraudulent schemes. Scams cause immense worry. Mr. Bryant's expert knowledge and calm approach in getting funds back reassured me. If you have lost money to scams, contact him via email at [email protected]. You can also reach him on WhatsApp at +1 512 577 7957. He is committed to helping people recover their stolen assets. His support was invaluable in my situation.

  • 18.09.25 11:55 Mundo

    Sylvester Bryant recovered £400,000 in Ethereum for me. I strongly advise using his services. He focuses on retrieving money lost to fraudulent schemes. Scams cause immense worry. Mr. Bryant's expert knowledge and calm approach in getting funds back reassured me. If you have lost money to scams, contact him via email at [email protected]. You can also reach him on WhatsApp at +1 512 577 7957. He is committed to helping people recover their stolen assets. His support was invaluable in my situation.

  • 18.09.25 12:22 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 18.09.25 12:22 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 18.09.25 13:04 Mundo

    Sylvester Bryant recovered £400,000 in Ethereum for me. I strongly advise using his services. He focuses on retrieving money lost to fraudulent schemes. Scams cause immense worry. Mr. Bryant's expert knowledge and calm approach in getting funds back reassured me. If you have lost money to scams, contact him via email at [email protected]. You can also reach him on WhatsApp at +1 512 577 7957. He is committed to helping people recover their stolen assets. His support was invaluable in my situation.

  • 18.09.25 16:46 carolinehudso83

    I noticed a lot of online recommendations, and it’s clear that some of them are bad eggs that will just make уour mуsterу worse. I can onlу suggest one, and if уou need assistance getting back the moneу уou lost to scammers, уou can contact them bу email at: [email protected] Whats app or text +1 518 468 2985 Website https://bestrecoveryagent.com/

  • 19.09.25 00:54 frank2025

    Anthony davies played a crucial role in successfully recovering my stolen USDT, which was valued at more than $300,000. His expertise and dedication made the recovery process smooth and efficient. Throughout the entire time, he demonstrated himself to be a reliable recovery agent. His professionalism and commitment to his clients are evident in the results he achieves. If you find yourself in a similar situation or need assistance, he is available for contact. You can reach anthony through email at (anthonydaviestech AT gmail dot com). Alternatively, he is also accessible via telegram at anthonydavies01. Reaching out to him could be the first step toward recovering your lost assets

  • 19.09.25 10:02 faithlawrence

    Sylvester Bryant recovered £400,000 in Ethereum for me. I strongly advise using his services. He focuses on retrieving money lost to fraudulent schemes. Scams cause immense worry. Mr. Bryant's expert knowledge and calm approach in getting funds back reassured me. If you have lost money to scams, contact him via email at [email protected]. You can also reach him on WhatsApp at +1 512 577 7957. He is committed to helping people recover their stolen assets. His support was invaluable in my situation.

  • 19.09.25 10:02 faithlawrence

    Sylvester Bryant recovered £400,000 in Ethereum for me. I strongly advise using his services. He focuses on retrieving money lost to fraudulent schemes. Scams cause immense worry. Mr. Bryant's expert knowledge and calm approach in getting funds back reassured me. If you have lost money to scams, contact him via email at [email protected]. You can also reach him on WhatsApp at +1 512 577 7957. He is committed to helping people recover their stolen assets. His support was invaluable in my situation.

  • 19.09.25 15:27 tonykith01477

    There are not many reviews about free crypto recovery fixed but the ones that exist are mostly positive. I have no idea how that is possible, but it is clear that they are fabricated. However, there are also negative reviews – and I highly recommend paying attention to them. These are real people describing their unfortunate experiences with this scam. It’s the same story as always – fraudsters create a fake website to con people out of money. Nothing new but look no more and contact FASTRECOVERYAGENT These types of scams are everywhere. If you have already lost money to scammers i mean any type be it sending to scammers account , or if you have a case about stolen bitcoin , usdt, or any type of cryptocurrency whatsoever just reach out to www.fastrecoveryagent.com, i really owe this group of recovery expert because they saved me after bad investment with a fake broker, i literally owe them my life as they saved me from some bunch of scammers, but see how life is , i got every cent of my investment back with the profit , reach out to to them today and tell them from Mary because i promise them i will tell the whole world when the recovery is complete, and here i go after i got my recovered assets thats why im doing what i promised. do not fall for another scam. contact the,m today!!!!

  • 19.09.25 17:12 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 19.09.25 17:12 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 20.09.25 15:05 faithlawrence

    I can’t recommend Sylvester Bryant enough. He successfully recovered €210,000 in Ethereum for me after I had lost hope. His expertise in tracing and reclaiming funds from scams is truly remarkable. What stood out most was his calm, professional approach and deep technical knowledge, which gave me complete confidence throughout the process. If you’ve lost money to a scam, I strongly encourage you to reach out to him. You can contact him via email at [[email protected] ] or on WhatsApp at +1 512 577 7957. He is genuinely dedicated to helping people recover what they’ve lost, and his support has been invaluable to me.

  • 20.09.25 15:53 blessing1198

    It is distressing to lose USDT due to a bitcoin wallet hack. Although it is challenging, stolen USDT can be recovered. Taking prompt, wise action increases your chances. Marie can help you with reporting the theft, what to do right away, and USDT recovery. Contact her on WhatsApp at +1 7127594675, or email [email protected].

  • 21.09.25 12:05 star1121

    Consider this: In cryptocurrency, you see what appears to be a fantastic opportunity. After investing your hard-earned money, you see it disappear into the wallet of a con artist. Your bank account seems empty as rage and regret merge in this stomach punch. These days, cryptocurrency frauds are very common, however recovering your cryptocurrency from scammers is still possible. You can track down and possibly recover what you lost with shrewd actions. Marie can help; contact her at [email protected] and on WhatsApp at +1 7127594675.

  • 23.09.25 03:23 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 23.09.25 03:23 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 23.09.25 03:23 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 23.09.25 03:54 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 23.09.25 14:45 Raymondkrisitina

    Sylvester Bryant gets my full recommendation. He helped me get back €230,000 in Ethereum when I thought it was gone forever. His skills in tracking and retrieving scam-lost funds amaze me. I appreciated his steady, expert manner and strong tech know-how. That built my trust every step of the way. If a scam has taken your money, get in touch with him right away. Email him at yt7cracker@gmail. com or message on WhatsApp at +1 512 577 7957. He truly commits to aiding folks in regaining their assets. His help meant everything to me.

  • 23.09.25 19:27 beverlyalex010

    In 2022, I lost 1.5 ETH in what I thought was a promising Twitter investment. I reached out to the so-called brokers behind it, but they vanished and stopped replying. For years, I carried the heavy belief that my crypto was gone forever. Then, by chance, I discovered RecoveryFundProvider [email protected] WhatsApp at +44 736-644-5035 through a finance podcast. That moment changed everything. Their team didn’t lure me in with false promises or flashy guarantees. Instead, they explained their process clearly specializing in advanced blockchain tracing, smart contract forensics, and even transaction reversal in certain cases. Skeptical but hopeful, I allowed them to review my case. What followed was beyond my expectations. They dug deep into the blockchain ledger, followed the coin’s complex movements across multiple addresses, and even collaborated with global nodes to trace every trail. Two weeks later, I received an alert I never thought I’d see again: my crypto had been fully recovered and safely transferred back to me. I cried tears of relief. What sets RecoveryFundProvider apart isn’t just their cutting-edge expertise, but their unwavering ethics and dedication. They treat every client like more than just another case number even years after a loss. Today, I can confidently say they live up to their name, and I’m endlessly grateful.

  • 23.09.25 22:38 Raymondkrisitina

    Sylvester Bryant gets my full recommendation. He helped me get back €230,000 in Ethereum when I thought it was gone forever. His skills in tracking and retrieving scam-lost funds amaze me. I appreciated his steady, expert manner and strong tech know-how. That built my trust every step of the way. If a scam has taken your money, get in touch with him right away. Email him at yt7cracker@gmail. com or message on WhatsApp at +1 512 577 7957. He truly commits to aiding folks in regaining their assets. His help meant everything to me.

  • 24.09.25 12:22 beverlyalex010

    In 2022, I lost 1.5 ETH in what I thought was a promising Twitter investment. I reached out to the so-called brokers behind it, but they vanished and stopped replying. For years, I carried the heavy belief that my crypto was gone forever. Then, by chance, I discovered RecoveryFundProvider [email protected] WhatsApp at +44 736-644-5035 through a finance podcast. That moment changed everything. Their team didn’t lure me in with false promises or flashy guarantees. Instead, they explained their process clearly specializing in advanced blockchain tracing, smart contract forensics, and even transaction reversal in certain cases. Skeptical but hopeful, I allowed them to review my case. What followed was beyond my expectations. They dug deep into the blockchain ledger, followed the coin’s complex movements across multiple addresses, and even collaborated with global nodes to trace every trail. Two weeks later, I received an alert I never thought I’d see again: my crypto had been fully recovered and safely transferred back to me. I cried tears of relief. What sets RecoveryFundProvider apart isn’t just their cutting-edge expertise, but their unwavering ethics and dedication. They treat every client like more than just another case number even years after a loss. Today, I can confidently say they live up to their name, and I’m endlessly grateful.

  • 24.09.25 15:50 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 24.09.25 15:50 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 24.09.25 15:50 michaeldavenport218

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 24.09.25 19:08 Raymondkrisitina

    Sylvester Bryant gets my full recommendation. He helped me get back €230,000 in Ethereum when I thought it was gone forever. His skills in tracking and retrieving scam-lost funds amaze me. I appreciated his steady, expert manner and strong tech know-how. That built my trust every step of the way. If a scam has taken your money, get in touch with him right away. Email him at yt7cracker@gmail. com or message on WhatsApp at +1 512 577 7957. He truly commits to aiding folks in regaining their assets. His help meant everything to me.

  • 24.09.25 19:50 Raymondkrisitina

    Sylvester Bryant gets my full recommendation. He helped me get back €230,000 in Ethereum when I thought it was gone forever. His skills in tracking and retrieving scam-lost funds amaze me. I appreciated his steady, expert manner and strong tech know-how. That built my trust every step of the way. If a scam has taken your money, get in touch with him right away. Email him at yt7cracker@gmail. com or message on WhatsApp at +1 512 577 7957. He truly commits to aiding folks in regaining their assets. His help meant everything to me.

  • 24.09.25 19:55 Athea5130

    ETHICAL BITCOIN HACKER/ BEST WAY RECOVERY BITCOIN I believed I was completely lost. I was unable to withdraw money from my investment wallet after making a dubious investment, and until I discovered Best Way Hacker Company, no one could assist me in unfreezing it. This group handled my matter with attention and urgency. In a matter of days, they were able to retrieve my frozen investment and transfer it to a new wallet that I owned. They restored my hope in a big way. Best Way Hacker restored my money and my peace of mind, and for that I will always be grateful. Email.. [email protected] WhatsApp..+39-(350)-967-(1925)

  • 24.09.25 19:56 Athea5130

    ETHICAL BITCOIN HACKER/ BEST WAY RECOVERY BITCOIN I believed I was completely lost. I was unable to withdraw money from my investment wallet after making a dubious investment, and until I discovered Best Way Hacker Company, no one could assist me in unfreezing it. This group handled my matter with attention and urgency. In a matter of days, they were able to retrieve my frozen investment and transfer it to a new wallet that I owned. They restored my hope in a big way. Best Way Hacker restored my money and my peace of mind, and for that I will always be grateful. Email.. [email protected] WhatsApp..+39-(350)-967-(1925)

  • 24.09.25 19:56 Athea5130

    ETHICAL BITCOIN HACKER/ BEST WAY RECOVERY BITCOIN I believed I was completely lost. I was unable to withdraw money from my investment wallet after making a dubious investment, and until I discovered Best Way Hacker Company, no one could assist me in unfreezing it. This group handled my matter with attention and urgency. In a matter of days, they were able to retrieve my frozen investment and transfer it to a new wallet that I owned. They restored my hope in a big way. Best Way Hacker restored my money and my peace of mind, and for that I will always be grateful. Email.. [email protected] WhatsApp..+39-(350)-967-(1925)

  • 24.09.25 19:56 Athea5130

    ETHICAL BITCOIN HACKER/ BEST WAY RECOVERY BITCOIN I believed I was completely lost. I was unable to withdraw money from my investment wallet after making a dubious investment, and until I discovered Best Way Hacker Company, no one could assist me in unfreezing it. This group handled my matter with attention and urgency. In a matter of days, they were able to retrieve my frozen investment and transfer it to a new wallet that I owned. They restored my hope in a big way. Best Way Hacker restored my money and my peace of mind, and for that I will always be grateful. Email.. [email protected] WhatsApp..+39-(350)-967-(1925)

  • 24.09.25 20:52 elizabethrush89

    God bless Capital Crypto Recover Services for the marvelous work you did in my life, I have learned the hard way that even the most sensible investors can fall victim to scams. When my USD was stolen, for anyone who has fallen victim to one of the bitcoin binary investment scams that are currently ongoing, I felt betrayal and upset. But then I was reading a post on site when I saw a testimony of Wendy Taylor online who recommended that Capital Crypto Recovery has helped her recover scammed funds within 24 hours. after reaching out to this cyber security firm that was able to help me recover my stolen digital assets and bitcoin. I’m genuinely blown away by their amazing service and professionalism. I never imagined I’d be able to get my money back until I complained to Capital Crypto Recovery Services about my difficulties and gave all of the necessary paperwork. I was astounded that it took them 12 hours to reclaim my stolen money back. Without a doubt, my USDT assets were successfully recovered from the scam platform, Thank you so much Sir, I strongly recommend Capital Crypto Recover for any of your bitcoin recovery, digital funds recovery, hacking, and cybersecurity concerns. You reach them Call/Text Number +1 (336)390-6684 His Email: [email protected] Contact Telegram: @Capitalcryptorecover Via Contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 24.09.25 20:52 elizabethrush89

    God bless Capital Crypto Recover Services for the marvelous work you did in my life, I have learned the hard way that even the most sensible investors can fall victim to scams. When my USD was stolen, for anyone who has fallen victim to one of the bitcoin binary investment scams that are currently ongoing, I felt betrayal and upset. But then I was reading a post on site when I saw a testimony of Wendy Taylor online who recommended that Capital Crypto Recovery has helped her recover scammed funds within 24 hours. after reaching out to this cyber security firm that was able to help me recover my stolen digital assets and bitcoin. I’m genuinely blown away by their amazing service and professionalism. I never imagined I’d be able to get my money back until I complained to Capital Crypto Recovery Services about my difficulties and gave all of the necessary paperwork. I was astounded that it took them 12 hours to reclaim my stolen money back. Without a doubt, my USDT assets were successfully recovered from the scam platform, Thank you so much Sir, I strongly recommend Capital Crypto Recover for any of your bitcoin recovery, digital funds recovery, hacking, and cybersecurity concerns. You reach them Call/Text Number +1 (336)390-6684 His Email: [email protected] Contact Telegram: @Capitalcryptorecover Via Contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

Для участия в Чате вам необходим бесплатный аккаунт pro-blockchain.com Войти Регистрация
Есть вопросы?
С вами на связи 24/7
Help Icon