楼主: 独孤求败

[其他软件] 【独孤求败】DeepFaceLive画面实时传输到手机上谘询

[复制链接]

3947

积分

65

帖子

1857

符石

渡劫丹师

Rank: 6Rank: 6

积分
3947
发表于 2024-11-4 14:00:47 | 显示全部楼层
想学习~~~
回复

使用道具 举报

349

积分

11

帖子

169

符石

金丹师

Rank: 3Rank: 3Rank: 3

积分
349
发表于 2024-11-8 22:37:14 | 显示全部楼层
Looking to learn how to do this and don't want to use android emulator want to use just phone and pc and looking for the ability for all apps to be able to use it
回复

使用道具 举报

1万

积分

188

帖子

546

符石

玉皇大帝

Rank: 16Rank: 16Rank: 16Rank: 16

积分
17785

隐藏大神突出贡献论坛元老咸鱼勋章

 楼主| 发表于 2024-11-9 00:44:24 | 显示全部楼层
本帖最后由 独孤求败 于 2024-11-10 10:44 编辑
Cxsmo 发表于 2024-11-8 22:37
Looking to learn how to do this and don't want to use android emulator want to use just phone and pc ...

This does not use the Android emulator and requires rtmp streaming from the computer to the mobile phone. It is more specifically restricted by local laws and regulations and I cannot explain it in detail here.

https://help.manycam.com/knowledge-base/rtmp-streaming/
微信截图_20241109003648.png

微信截图_20241109004043.png


The computer needs to install an SRS plug-in in order to transmit RTMP to the mobile phone receiver. This step is very important. It is similar to the transmission function of mobile phone Bluetooth.
https://github.com/ossrs/srs/releases
微信截图_20241109005508.png

NOTE! You need system administrator privileges to execute this src program.


回复

使用道具 举报

349

积分

11

帖子

169

符石

金丹师

Rank: 3Rank: 3Rank: 3

积分
349
发表于 2024-11-9 11:33:12 | 显示全部楼层
独孤求败 发表于 2024-11-9 00:44
This does not use the Android emulator and requires rtmp streaming from the computer to the mobile  ...

What about the android side and if you can't say here then dm is fine
回复

使用道具 举报

426

积分

15

帖子

225

符石

金丹师

Rank: 3Rank: 3Rank: 3

积分
426
发表于 2024-11-9 16:55:57 | 显示全部楼层
学习了
回复

使用道具 举报

349

积分

11

帖子

169

符石

金丹师

Rank: 3Rank: 3Rank: 3

积分
349
发表于 2024-11-10 05:24:50 | 显示全部楼层
独孤求败 发表于 2024-11-9 00:44
This does not use the Android emulator and requires rtmp streaming from the computer to the mobile  ...

Can we have the apps and the instructions file you showed
回复

使用道具 举报

349

积分

11

帖子

169

符石

金丹师

Rank: 3Rank: 3Rank: 3

积分
349
发表于 2024-11-10 06:04:38 | 显示全部楼层
独孤求败 发表于 2024-11-9 00:44
This does not use the Android emulator and requires rtmp streaming from the computer to the mobile  ...

Looking for Vcamera Vip apk
回复

使用道具 举报

349

积分

11

帖子

169

符石

金丹师

Rank: 3Rank: 3Rank: 3

积分
349
发表于 2024-11-10 06:30:28 | 显示全部楼层
Cxsmo 发表于 2024-11-10 05:24
Can we have the apps and the instructions file you showed

Also how do you make it work in the USA is there a way to disable it checking country
回复

使用道具 举报

1万

积分

188

帖子

546

符石

玉皇大帝

Rank: 16Rank: 16Rank: 16Rank: 16

积分
17785

隐藏大神突出贡献论坛元老咸鱼勋章

 楼主| 发表于 2024-11-10 10:07:05 | 显示全部楼层
本帖最后由 独孤求败 于 2024-11-10 10:20 编辑

Cxsmo 发表于 2024-11-10 06:30
Also how do you make it work in the USA is there a way to disable it checking country

Download address, select browser to download:
(This is an official download)
https://www.123pan.com/s/y2B0Vv-6ilW3.html
2.png
This is complicated, you need to have a certain computer ability.
Tools
● MT Manager or NP Manager
● Jadx

1. Software analysis
After installation and opening, click FloatActionButton, a toast prompt pops up, unsupported region

2. Jadx logic analysis
Directly locate the MainActivity class, find the relevant information of FloatActionButton, and set a click listener
Specific analysis of the following key judgments
Regional judgment
Class name: multispace.multiapp.clone.util.o00oo0O0
Method name: o00oOOoO
Parameter type: android.content.Context
Return type: boolean
Modified return value: false
VIP function judgment
Class name: o0OOOoo.o0O0000o0
Method name: o00oOoo0
Parameter type: no parameter
Return type: boolean
Modified return value: true

3. MT manager opens the APK file

4. Use dex++ to edit all dex files

5. Search and modify regional restrictions
Search content: multispace.multiapp.clone.util.o00oo0O0
Search path: /
Search type: class name
Search subdirectories: check
Case sensitivity: no
Regular expression: no
Exact match: no
Search method name through navigation and locate the method body
Method name: o00oOOoO
Parameter type: android.content.Context
Modify the return value to false
Modify the first method with the same name
Modify the second method with the same name

6. Search and modify VIP
Search content: o0OOOoo.o0O000o0
Search path: /
Search type: string
Search subdirectories: check
Case sensitivity: no
Regular expression: no
Exact match: no
Search method name through navigation and locate the method body
Method name: o00oOOoO
Parameter type: no parameters
Return type: boolean
Modify the return value to true

7. Save the code, package the signature and install it

8. Test the cracking of VIP
1721754503124.jpg




回复

使用道具 举报

1万

积分

188

帖子

546

符石

玉皇大帝

Rank: 16Rank: 16Rank: 16Rank: 16

积分
17785

隐藏大神突出贡献论坛元老咸鱼勋章

 楼主| 发表于 2024-11-10 10:35:28 | 显示全部楼层
本帖最后由 独孤求败 于 2025-1-17 18:16 编辑
Cxsmo 发表于 2024-11-10 06:30
Also how do you make it work in the USA is there a way to disable it checking country






回复

使用道具 举报

小黑屋|ZhaTV ( 滇ICP备15003127号-4 ) |网站地图

GMT+8, 2025-4-11 19:50

Powered by Zhatv.cn

© 2022-2023

快速回复 返回顶部 返回列表