E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
reversing
攻防世界--RE--11.csaw2013
reversing
2--wp
一.题目二.解题过程1.运行附件,flag乱码2.拖入exeinfope发现无壳32位,拖入ida,进入main函数,f5查看代码分析可知,如果动态调试则进入判断运行,否则显示flag乱码3.拖入OllyDBG,f8单步运行来到关键部分,发现弹出第一个窗口前会跳到006610EF,弹出第二个窗口前会跳到006610CD4.修改代码,让他不跳过从而弹出两次flag窗口5.单步运行,第一个窗口空白,第
Du1in9
·
2024-09-11 21:08
攻防世界——csaw2013
reversing
2
最基本反调试借鉴博客运行完是乱码int__cdecl__noreturnmain(intargc,constchar**argv,constchar**envp){intv3;//ecxCHAR*lpMem;//[esp+8h][ebp-Ch]HANDLEhHeap;//[esp+10h][ebp-4h]hHeap=HeapCreate(0x40000u,0,0);建立堆lpMem=(CHAR*)
_Nickname
·
2024-01-22 02:30
java
算法
开发语言
安全
网络安全
数据结构
【攻防世界】Reverse——
Reversing
-x64Elf-100 writeup
重点是理解下面的代码:把v3是一个二维数组,每个数组元素是一个字符。循环体内按一定规则取一个字符减去输入的字符串中的某个字符的值,若不为1,则失败。__int64__fastcallsub_4006FD(__int64a1){inti;//[rsp+14h][rbp-24h]__int64v3[4];//[rsp+18h][rbp-20h]v3[0]=(__int64)"Dufhbmf";v3[1
Melody0x0
·
2024-01-07 07:18
逆向工程
CTF
安全
Web3.0会带来哪些机遇?
翻译:
Reversing
作为NuLink项目的高级研究员,我一直致力于密码学和隐私保护的研究。多年来,这个领域一直有一个有趣的话题,那就是ZKP(ZeroKnowledgeProof,零知识证明)。
Aix17
·
2024-01-02 21:49
数据结构——(PTA)02-线性结构3
Reversing
Linked List
GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.给定一个常数K和一个单链
诗酒伴年华
·
2023-11-26 23:05
数据结构
动态二进制插桩的原理和基本实现过程(Pin/DynamoRIO/Frida)
英文原文全文http://deniable.org/
reversing
/binary-instrumentation译转自https://www.4hou.com/binary/13026.html和https
woswod
·
2023-11-09 00:43
漏洞挖掘
插桩
pin
frida
DynamoRIO
2-3
Reversing
Linked List
02-线性结构3ReversingLinkedList(25分)GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmu
Allen的光影天地
·
2023-10-14 18:08
2022-01-10
翻译:
Reversing
作为NuLink项目的高级研究员,我一直致力于密码学和隐私保护的研究。多年来,这个领域一
Aaron阿酷
·
2023-09-28 07:56
攻防世界题目练习——Reverse新手+引导模式
题目目录1.6662.
Reversing
-x64Elf-1003.easyRE14.insanity5.open-source6.game7.Hello,CTF8.re11.666下载附件用IDAPro
什么都没学会
·
2023-09-27 12:28
安全
网络安全
1074
Reversing
Linked List(25 分)
#includeusingnamespacestd;constintmaxn=1e6+10;structnode{intadd,data,Next;}a[maxn];vectorvalid,ans;inthead,n,k;intmain(){for(inti=0;i
DaiMorph
·
2023-09-19 10:50
PAT 1165 Block
Reversing
思维量小的解法
个人学习记录,代码难免不尽人意。GivenasinglylinkedlistL.LetusconsidereveryKnodesasablock(iftherearelessthanKnodesattheendofthelist,therestofthenodesarestillconsideredasablock).YourjobistoreversealltheblocksinL.Forexa
ponytaill
·
2023-09-05 06:05
PTA
c++
pat
算法
数据结构
开发语言
re学习(34)攻防世界-csaw2013
reversing
2(修改汇编顺序)
参考文章:re学习笔记(27)攻防世界-re-csaw2013
reversing
2_Forgo7ten的博客-CSDN博客攻防世界逆向入门题之csaw2013
reversing
2_沐一·林的博客-CSDN
术业有专攻,闻道有先后
·
2023-08-18 22:01
#
每天一个CTF
学习
Reversing
Linked List
02-线性结构3ReversingLinkedList(25分)GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmu
我是阿喵酱
·
2023-08-05 01:46
Game with
Reversing
(Codeforces Round 879 (Div. 2))
博客主页:PH_modest的博客主页当前专栏:每日一题其他专栏:每日反刍C++跬步积累C语言跬步积累座右铭:广积粮,缓称王!一.题目描述题目大意:题目链接:C.GamewithReversing(CodeforcesRound879(Div.2))二.思路分析翻字符串两次不会对答案造成影响,因此统计出初始状态下翻与不翻的不同位数,并结合奇偶性,判断结束状态时的情况。注意最后的细节处理。找规律:正
PH_modest
·
2023-07-25 16:53
每日一题
c语言
开发语言
算法
学习
02-线性结构3
Reversing
Linked List
第一次提交第二次今日积累:while(n--){}n结束的值是-1而不是0(꒪⌓꒪)code#includestructNode{intdata;intp_nxt;}L[100000];intmain(void){intp_start;//firstnodeaddressintK;intN;//不保真,待会要顺着链表再查一次//输入数据std::cin>>p_start>>N>>K;while(N
念谨
·
2023-07-19 23:31
ZJU数据结构
算法
数据结构
图论
Reversing
Linked List
问题描述GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpe
片帆沙岸v
·
2023-07-18 21:30
Easy Keygen ----
Reversing
.kr
链接见标题。下载所给压缩包,解压后得到两个文件:直接看ReadMe.txt:ReversingKrKeygenMeFindtheNamewhentheSerialis5B134977135E7D13用IDA打开EasyKeygen.exe,直接F5主要伪码重点在两个scanf的周围。第一个scanf,是让你输入姓名,第二个scanf是让你输入序列号。观察for循环语句,重点在那个sprintf,a
少年_DayJun
·
2023-07-15 04:35
浙大数据结构第二周之02-线性结构3
Reversing
Linked List
题目详情:GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSp
piolet0016
·
2023-07-14 15:42
数据结构
数据结构
1074
Reversing
Linked List (PAT甲级)
#include#include#includeconstintMAXN=100001;structnode{intdata;intnext;};intcurr,N,K,address;nodevec[MAXN];std::vectorans;intmain(){scanf("%d%d%d",&curr,&N,&K);for(inti=0;i
天天AZ
·
2023-06-16 19:19
PAT甲级
c++
pat考试
初学者的静态分析挑战writeup
题目来源:https://www.malwaretech.com/beginner-malware-
reversing
-challenges所有挑战都是在不使用调试器的情况下完成的,你的目标应该是能够在不运行
看雪学院
·
2023-06-14 18:06
PAT A1074
Reversing
Linked List
GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpecifi
sisi-mia
·
2023-03-13 19:05
c++
算法
pat考试
【PAT(甲级)】1074
Reversing
Linked List
GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpecifi
猪脑不过载
·
2023-01-01 07:03
PAT(甲级)
c++
pat考试
链表
【PoRE】Lab5:
Reversing
and Repacking
回到目录内容总结本Lab以及课件的内容在之前对Smali逆向的基础之上,引入了一些更深入的话题,例如对于固定结构的Smali代码的模式匹配的话题等等。之后,介绍了一些反汇编器(Decompiler),例如JEB、jadx等等…… 由于JEB对JDK版本有一些要求,而课程建议的JDK版本中,我安装了不适合JEB的那个版本……【笑哭】于是之后的所有有关Java反汇编器的操作,都以jadx为主要工具。
Iridescent_fd
·
2022-11-22 12:31
逆向工程原理(PoRE)
2019-08-10 django admin urls
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#
reversing
-admin-urls经常会需要手动写admin的页面跳转######
waketzheng
·
2021-06-09 16:10
02-线性结构3
Reversing
Linked List
传送门02-线性结构3ReversingLinkedList(25分)题目GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,
Ainevsia
·
2021-05-13 18:48
pinstore解题步骤
https://github.com/ctfs/write-ups-2017/blob/10bad9bd24b3f84c761faa4d78e223a3a29b2959/bsidessf-ctf-2017/
reversing
_String_
·
2021-05-06 13:15
DS_
Reversing
Linked List
在PTA上刷DS的题目,有些问题和细节,放上来和大家分享和讨论GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmus
Peanut_Butter
·
2021-05-05 07:38
02 - 线性结构 2
Reversing
Linked List (25 分)
GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpecifi
戏之地
·
2021-04-24 00:04
Reversing
file virus using IDA
Content1.OpenvirusMayainIDA2.AnalysetheImageBaseofthefile3.ModifytheprograminIDA4.ContinuetoreverseAppendixPEexecutablefileformatoffsets1.OpenvirusMayainIDAOpenIDAfromstartmenu(thesecondone)PressOKPre
叼辣条闯天涯
·
2021-01-28 20:46
CyberScurity
网络安全
攻防世界reverse新手题wp(通俗易懂)
目录前言insanitypython-tradere1gameHello,CTFopen-sourcesimple-unpacklogmeinno-strings-attachedgetitcsaw2013
reversing
2maze
四代机您发多少
·
2020-12-23 19:54
PAT(甲级)2019年冬季考试 7-2 Block
Reversing
7-2BlockReversing(25分)GivenasinglylinkedlistL.LetusconsidereveryKnodesasablock(iftherearelessthanKnodesattheendofthelist,therestofthenodesarestillconsideredasablock).YourjobistoreversealltheblocksinL.
乔梓鑫
·
2020-12-02 22:05
算法-数据结构
c++
链表
PAT(甲级)2019年冬季考试 7-2 Block
Reversing
7-2BlockReversing(25分)GivenasinglylinkedlistL.LetusconsidereveryKnodesasablock(iftherearelessthanKnodesattheendofthelist,therestofthenodesarestillconsideredasablock).YourjobistoreversealltheblocksinL.
乔梓鑫
·
2020-12-02 22:34
算法-数据结构
c++
链表
PTA(A)1074
Reversing
Linked List (25point(s))(坑)
思路:最后一个点是坑,可能存在孤立点。代码:#include#include#include#includeusingnamespacestd;structnode{intaddress,next;intdata;}mp[100005];vectora;intmain(){ints;intn,k;cin>>s>>n>>k;for(inti=0;i>sx>>d>>ex;mp[sx].address=
ssqsssq
·
2020-09-14 23:13
PAT
(Advanced
Level)
Practice
02-线性结构3
Reversing
Linked List (25分)
题目GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpeci
清风笑。
·
2020-09-14 07:52
数据结构PTA
第二章
编程题
Reversing
Linked List
题目来源网易MOOC上的数据结构课程,第二周的一个小练习。题目描述GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youm
XZth__
·
2020-09-13 20:56
Reversing
Linked List
ReversingLinkedList(25分)GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput
最爱吃豆腐
·
2020-09-13 19:39
C语言数据结构--二
【PAT】A1074
Reversing
Linked List【链表】
GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpecifi
昵称五个字
·
2020-09-13 18:50
PAT
Reversing
Linked List (链表模拟
一般的链表套路,建结构体,然后从头开始找,把地址push进vector里用reverse交换就可以了GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1
CharlieBrownn
·
2020-09-13 18:14
帕特
数据结构-
Reversing
Linked List
题目GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpeci
BrianOne
·
2020-09-13 18:58
算法
Reversing
Linked List--链表翻转
kevin-lwbPAT02-1ReversingLinkedList(25)单链表逆序02-1.ReversingLinkedList(25)http://www.patest.cn/contests/mooc-ds/02-1时间限制400ms内存限制65536kB代码长度限制8000B判题程序Standard作者CHEN,YueGivenaconstantKandasinglylinkedli
木土的H
·
2020-09-13 18:35
基础
02-线性结构3
Reversing
Linked List (25分)
题目应该都理解了,就不解释了。。说一下,“有多余节点不在链表上”,后来一直卡在这个点上。。。。这个样例是指,给定的N个节点中,可能有很多是不在单链表中的(地址被孤立的),是不需要输出的。。因为我的反转函数是通过N和k(每k个节点反转一下)来控制的,所以,反转的循环次数会收到多余节点个数的影响。说一下,我的思路(参考了一些博客):建立个数组结构体,头结点地址作为数组的下标,结构体中是数据和下个节点地
Cristina Y
·
2020-08-26 14:14
攻防世界WP-reverse-
Reversing
-XCTF 3rd-GCTF-2017-hackme
其他的不说了,查看伪代码__int64sub_400F8E(){charv1[136];//[rsp+10h][rbp-B0h]intv2;//[rsp+98h][rbp-28h]charv3;//[rsp+9Fh][rbp-21h]intv4;//[rsp+A0h][rbp-20h]unsigned__int8v5;//[rsp+A6h][rbp-1Ah]charv6;//[rsp+A7h][r
wallacegen
·
2020-08-24 06:02
ida
ctf
reverse
CTF 学习资源汇总
/CTFTIMEhttps://ctftime.org/event/list/upcomingCTFRankhttps://ctfrank.orgCTF练习BIN:Reverse逆向学习http://
reversing
.krPwnablehttp
evil-hex
·
2020-08-22 09:29
ctf
A1074-
Reversing
Linked List
有的时候需要用空间来解决问题,不要一直想用stl这题明显用数组更为简单,虽然要浪费很多空间后面的细节处理值得注意参考:算法笔记#includeusingnamespacestd;constintmaxn=100010;structNode{intadd,data,next;intorder;}node[maxn];boolcmp(Nodea,Nodeb){returna.orderi*L;j--)
muzi不加糖
·
2020-08-21 11:57
【PAT甲级】1074
Reversing
Linked List (25分)
解题过程的小记录,如有错误欢迎指出。难度:三星(需要考虑无效结点,还是不太习惯链表的思想orz)小导航~题目分析注意点我的解题过程思路bug代码dalao的代码借鉴点题目分析给出一串数列,按指定的长度一小块一小块进行逆转,小于指定的长度多出来的部分保持原状,输出数列注意点题目中存在无效结点(不在链表之中),不考虑的话最后一个测试点无法通过我的解题过程思路在输入的过程中采用静态链表存储信息,数字下标
Qiaoco
·
2020-08-21 06:02
PAT甲级
Reversing
Linked List (25)
题目如下:GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSp
weixin_30667649
·
2020-08-21 06:14
1074
Reversing
Linked List (25 分)
卡点:input:001006200000499999001001-1682376-1332183000009999956823712309233218output:001001-1#include#include#include#include#include#include#includeusingnamespacestd;structNode{intdata;intnext;}L[10001
「已注销」
·
2020-08-21 06:39
PAT
Reversing
Linked List
GivenaconstantKandasinglylinkedlistL,youaresupposedtoreversethelinksofeveryKelementsonL.Forexample,givenLbeing1→2→3→4→5→6,ifK=3,thenyoumustoutput3→2→1→6→5→4;ifK=4,youmustoutput4→3→2→1→5→6.InputSpecifi
xiaoqiangsun
·
2020-08-21 06:21
技术
Reversing
Linked List
按每单元k个结点来反转链表。如,链表为1->2->3->4->5->6,并且k=4时结果应为4->3->2->1->5->61.注意到,最后除不尽的那个单元是不翻转的。一开始题目没认真读,囧。2.测试点6考察的是输入的结点有的不在链表上的结果。我用dfs做时,就需要重新计算结点总数来限制搜索的深度。#include#include#include#includeusingnamespacestd;
stephen_wong
·
2020-08-21 05:45
PAT
Reversing
Linked List
//此题最后一个测试点竟然是有一些“废点”存在,只要找到next为-1的结点就可截止,其它点作废。//除了依次查找交换不知道有何种排序方法(但也能满足时间要求)//直接用sort可否实现?#include #include#includeusing namespace std;struct Node{ int address,next; int data;}node[100005];/
uiuiui_what
·
2020-08-21 05:56
原创
PAT
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他