当前位置:网站首页>Attack and defense world misc advanced area can_ has_ stdio?
Attack and defense world misc advanced area can_ has_ stdio?
2022-07-04 22:43:00 【The spring breeze blows over the sill, and the dew is thick.】
can_has_stdio?
Unzip the attachment without suffix , use txt open
It should be a kind of encryption , Check it online , It's called BrainFuck
Reference resources BrainFuck knowledge
It is mainly composed of these characters :
“>”: Move the pointer position to the right one bit
“<”: The pointer position moves one bit left
+: The value in the position pointed by the pointer is added 1
-: The value in the position pointed by the pointer minus 1
. : The current position of the output pointer points to the contents of the cell
[: If the cell value pointed to by the pointer is zero , Jump back to the corresponding ] The next instruction of an instruction
]: If the cell value pointed to by the pointer is not zero , Jump forward to the corresponding [ The next instruction of an instruction ( forehead … It seems difficult to understand , It's just used to loop a piece of code , The two are generally used in combination )
Decrypt web address
Decrypt :
obtain flag
flag{
esolangs_for_fun_and_profit}
边栏推荐
- 蓝队攻防演练中的三段作战
- Tiktok actual combat ~ the number of comments is updated synchronously
- Logo special training camp section III initial creative techniques
- 串口数据帧
- Sqlserver encrypts and decrypts data
- sobel过滤器
- Logo special training camp Section IV importance of font design
- Analog rocker controlled steering gear
- Introducing QA into the software development lifecycle is the best practice that engineers should follow
- The table is backed up in ODPs. Why check m in the metabase_ Table, the logical sizes of the two tables are inconsistent, but the number of
猜你喜欢

Google Earth Engine(GEE)——基于 MCD64A1 的 GlobFire 日常火灾数据集

攻防世界 misc 进阶区 2017_Dating_in_Singapore

业务太忙,真的是没时间搞自动化理由吗?

Wake up day, how do I step by step towards the road of software testing

Unity修仙手游 | lua动态滑动功能(3种源码具体实现)

Attack and defense world misc advanced grace-50

攻防世界 MISC 高手进阶区 001 normal_png

Challenges faced by virtual human industry

LOGO特训营 第五节 字体结构与设计常用技法

Scala download and configuration
随机推荐
通过Go语言创建CA与签发证书
POM in idea XML dependency cannot be imported
MYSQL架构——用户权限与管理
LOGO特训营 第三节 首字母创意手法
Postgresqlql advanced skills pivot table
业务太忙,真的是没时间搞自动化理由吗?
Redis的持久化机制
都说软件测试很简单有手就行,但为何仍有这么多劝退的?
Jvm-Sandbox-Repeater的部署
Solana chain application crema was shut down due to hacker attacks
SQL中MAX与GREATEST的区别
醒悟的日子,我是怎么一步一步走向软件测试的道路
The Sandbox 和数字好莱坞达成合作,通过人力资源开发加速创作者经济的发展
BigFilter全局交易防重组件的介绍与应用
NFT Insider #64:电商巨头eBay提交NFT相关商标申请,毕马威将在Web3和元宇宙中投入3000万美元
Mongodb aggregation operation summary
模拟摇杆控制舵机
Wake up day, how do I step by step towards the road of software testing
PostgreSQL server programming aggregation and grouping
PostgreSQL JOIN实践及原理