close
Skip to content

crifan/crifanLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crifanLib

  • update: 20260313

Crifan's library for various programming language

repo

Files

➜  crifanLib git:(master) ✗ tree .
.
├── README.md
├── c
│   ├── CrifanLib.h
│   ├── CrifanLibDemo.c
│   ├── CrifanLibDemo.h
│   ├── JailbreakPathList.c
│   ├── JailbreakPathList.h
│   ├── crifanLib.c
│   ├── machOUtil.c
│   └── machOUtil.h
├── csharp
│   ├── crifanLib.cs
│   ├── crifanLibAmazon.cs
│   ├── crifanLibAws.cs
│   └── crifanLibGoogle.cs
├── go
│   └── crifanLib.go
├── iOS
│   ├── CrifanLibiOS.h
│   ├── CrifanLibiOS.m
│   ├── HookLogiOS.h
│   ├── HookLogiOS.m
│   ├── JailbreakiOS.h
│   ├── JailbreakiOS.m
│   ├── OpenFileiOS.h
│   └── OpenFileiOS.m
├── java
│   ├── ByteUtil.java
│   ├── CompressionUtil.java
│   ├── JsonMapUtil.java
│   ├── ListUtil.java
│   ├── UrlUtil.java
│   ├── crifanLib.java
│   ├── crifanLibOkHttp.java
│   └── crifanLibSongtaste.java
├── javascript
│   ├── common.js
│   ├── datetime.js
│   ├── dict.js
│   ├── frida
│   │   └── README.md
│   ├── list.js
│   ├── storage.js
│   ├── string.js
│   ├── type.js
│   └── url.js
├── php
│   └── crifanLib.php
├── python
│   ├── README.md
│   └── crifanLib
│       └── README.md
└── swift
    ├── CrifanCGSize.swift
    ├── CrifanCollection.swift
    ├── CrifanInt.swift
    ├── CrifanLib
    │   ├── CrifanLib.swift
    │   └── CrifanLibDemo.swift
    ├── CrifanNSDate.swift
    ├── Device
    │   └── CrifanDevice.swift
    ├── Http
    │   ├── CrifanLibHttp.swift
    │   └── CrifanLibHttpDemo.swift
    ├── String
    │   ├── CrifanString.swift
    │   └── CrifanStringDemo.swift
    ├── ThirdParty
    │   ├── Charts
    │   │   └── CrifanCharts.swift
    │   └── GridView
    │       ├── CustomCollectionViewLayout.swift
    │       ├── GridCell.swift
    │       ├── GridView.swift
    │       └── GridViewDemo.swift
    ├── Thread
    │   ├── CrifanThread.swift
    │   └── CrifanThreadDemo.swift
    └── UI
        ├── Button
        │   ├── BadgeButton
        │   │   ├── BadgeButton.swift
        │   │   └── BadgeButtonDemo.swift
        │   ├── CommonButton.swift
        │   ├── CountdownButton
        │   │   ├── CountdownButton.swift
        │   │   └── CountdownButtonDemo.swift
        │   └── ImageLabelBadgeButton.swift
        ├── CrifanUILabelUITextView.swift
        ├── Image
        │   ├── CrifanUIImage.swift
        │   └── CrifanUIImageDemo.swift
        ├── TableView
        │   ├── CrifanUITableViewCell.swift
        │   ├── LeftLabelRightRadioButtonTableViewCell.swift
        │   ├── LeftLabelRightSegmentedControlTableViewCell.swift
        │   ├── LeftLabelRightTextfieldTableViewCell.swift
        │   └── TextviewTableViewCell.swift
        └── ViewController
            ├── AutoMoveUpViewController
            │   └── AutoMoveUpViewController.swift
            ├── AutoMoveUpViewController.swift
            ├── CrifanViewController.swift
            ├── ImagePickerViewController
            │   └── ImagePickerViewController.swift
            ├── ImageViewerController
            │   └── ImageViewerController.swift
            ├── LeftLabelRightSelectableTableViewCell.swift
            ├── LeftLabelRightTextviewTableViewCell.swift
            ├── LeftLabelTableViewCell.swift
            ├── SelectItemViewController
            │   └── SelectItemViewController.swift
            ├── TapToHideViewController
            │   └── TapToHideViewController.swift
            └── TapToHideViewController.swift

32 directories, 85 files
➜  crifanLib git:(master) ✗ 

Sub repos

Doc / Usage