Jump to content
Tuts 4 You

Recommended Posts

Extreme Coders
Posted
  On 10/12/2022 at 7:32 AM, AeroX2 said:

Also working on ch8 and would appreciate any assistance.

Expand  
  Reveal hidden contents

 

  • Thanks 1
Posted
  On 10/12/2022 at 8:14 AM, Extreme Coders said:
  Reveal hidden contents

 

Expand  
  Reveal hidden contents

 

Posted

Any chance I could get a pointer in the right direction for challenge 6? 

Hitting a brick wall. 

  Reveal hidden contents

 

Extreme Coders
Posted

@Canlex

  Reveal hidden contents

 

Posted (edited)
  On 10/12/2022 at 12:40 PM, Extreme Coders said:

@Canlex

  Reveal hidden contents

 

Expand  
  Reveal hidden contents

 

Edited by Canlex
Spoiler tags
Posted

@_no_clue

  Reveal hidden contents

 

Posted (edited)

CH#8.

Can someone tell me is it possible to edit signature of method in DNSpy? I would like to use hex values to edit somehow the sig, but i do not know how can i do it. How can i find the signature bytes of method in DNSpy?

I got the bytes from dynamic method, pasted it into binary, but i think i have to do something with the signatures also, because after patching i do not get enter into 'decrypted' methods. Should i do something with signatures of methods?

Thanks for any hint.

 

 

Edited by cybercat
Posted

Hi, could someone give me a hint on ch3 pls?

Extreme Coders
Posted
  On 10/13/2022 at 1:51 PM, cybercat said:

CH#8.

Expand  
  Reveal hidden contents

 

  On 10/13/2022 at 5:09 PM, vpn said:

Hi, could someone give me a hint on ch3 pls?

Expand  
  Reveal hidden contents

 

  • Like 1
Posted (edited)
  On 10/14/2022 at 6:37 AM, Extreme Coders said:
  Reveal hidden contents
  Reveal hidden contents

 

Expand  
  Reveal hidden contents

 

Edited by er3zoid
removed wrong assumptions
Posted
  Reveal hidden contents

@er3zoid

  • Thanks 1
Posted

I am stuck on challenge 7. Any help is appreciated. This is what I did:

  Reveal hidden contents

 

Posted

I've been stuck with this challenge 4. :3

Posted

@Neo123

  Reveal hidden contents

 

Posted

For ch#8:

  Reveal hidden contents
Posted (edited)

@qpor:

  Reveal hidden contents
Edited by kao
  • Thanks 1
Posted
  On 10/12/2022 at 8:14 AM, Extreme Coders said:
  Reveal hidden contents

 

Expand  

Thanks this helped me considerably, I think I have a rough idea of what the program is doing and I'm getting somewhere, hopefully...

Quick question around Dnspy

  Reveal hidden contents

 

Extreme Coders
Posted

@AeroX2

  Reveal hidden contents

 

Posted (edited)

//deleted

Edited by cybercat
Posted
  On 10/16/2022 at 7:54 AM, Washi said:

@Neo123

  Reveal hidden contents

 

Expand  
  Reveal hidden contents

 

Posted

@Neo123

  Reveal hidden contents

 

Posted (edited)

Hello again,

Guys, Can you tell me should i do something with Signatures. For example i think that i have decoded flared_66 but DNSpy does not decompile it correctly. When i look at the IL dump, code looks fine for me. 

I do the same thing for other flared functions but only 2 or 3 are decompiling correctly.

Let's say that i am copying bytes and patch the assembly.
FLARED_70
FLARED_66
FLARED_69
FLARED_35
FLARED_47
FLARED_67
FLARED_68 

After patch Two of them looks ok in DNSpy and decompile them correctly, but others are not OK for DNSpy. What is the difference between those two and others which are not working. ( decompilation fails.)

As an example Flared_66 is not decompiled correctly. I am trying to do patching of Signatures/Headers but with no luck. Should i touch them?

Do i need to patch also Signatures related with LocalVarSigHelper? Is it possible that methods which are decompiled OK is just a luck that other things are matching in original EXE and patched version.?

Where should i look? What to patch?

Why i can't just only copy bytes? 

If i have signature in bytes array, where should i put it? Is it possible in DNspy to easily insert this signature to method?

When you decode few methods, should the execution go into those Flared methods? I am asking because even if i decode one method program do not enter into it and it catches the exception and go to resolver method.

Thanks for any help. This task is above my skills at the moment, but i don't know what should i learn to move a little forward.

 

 

Edited by cybercat
Posted

> I am asking because even if i decode one method program do not enter into it and it catches the exception and go to resolver method.

  Reveal hidden contents

 

Posted

Ch09 I would appreciate advices to proceed.. 

  Reveal hidden contents

 

Posted

@kiyo:

  Reveal hidden contents

 

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...