Skip to content
View boska's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report boska

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
boska/README.md

Hi, I'm Yang

I’m an iOS engineer based in Prague, now focusing more deeply on mobile security research.

My background is in building iOS products and SDKs. More recently, I’ve been working on runtime protection, hook detection, memory integrity, and reverse-engineering-driven validation. This shift into security is recent in title, but not in interest. It feels like the natural extension of how I already think about systems: how they behave, where they break, and what happens under adversarial pressure.

Current Focus

  • iOS runtime behavior
  • Reverse engineering with Ghidra
  • RASP, hook detection, and anti-tampering
  • Mobile security research and proof-of-concepts

Background

  • Mobile Security Engineer at Thales
  • Senior iOS Developer at SAP Concur
  • 10+ years across iOS product engineering, SDK work, and mobile architecture

Repository

  • ios-security-starter - iOS starter project with passive security checks and XCFramework audit CI
  • secret-memory - Handy @Secret property wrapper for short-live sensitive data
  • CombineStore - a lightweight state management library for SwiftUI apps using Combine

What I'm Building Toward

I’m using this profile more intentionally now to document the move from product-focused iOS engineering into security research. Over time, this space will include more notes, experiments, and small public artifacts around iOS internals, runtime protections, and related research problems.

Links

Pinned Loading

  1. CleanArchitectureRxSwift CleanArchitectureRxSwift Public

    Forked from sergdort/ModernCleanArchitectureSwiftUI

    This branch aim to be a starter project template with CleanArchitecture example from @sergdort

    Swift 1

  2. CombineStore CombineStore Public

    CombineStore is a lightweight, type-safe state management library for SwiftUI apps using Combine. It provides a centralized store for managing application state, with reactive updates and easy inte…

    Swift 2

  3. ios-security-starter ios-security-starter Public

    iOS starter project with passive security checks and XCFramework audit CI

    Swift