Jump to content
Tuts 4 You

Forums

  1. Community Links

    1. Terms, Privacy Policy & Frequently Asked Questions   (224,457 visits to this link)

      Very important! Please read before sign up and posting...

  2. Community Discussions

    1. Site Bug Reports and Feedback

      Bugs, feedback and ideas regarding this site...

      2.3k
      posts
  3. Developers Forums

    1. Programming and Coding

      Programming and coding tips, help and solutions...

      12.4k
      posts
    2. Programming Resources

      Share an interesting blog, news page or other resource...

      370
      posts
    3. Software Security

      Securing your software against reverse engineering...

      845
      posts
  4. Reverse Code Engineering

    1. Challenge of Reverse Engineering

      Try a challenge or contribute your own, any platform or operating system...

      14.1k
      posts
    2. Hardware Reverse Engineering

      Reverse engineering of circuitry hardware and firmware...

      221
      posts
    3. Network Security

      Discussions on network security, holes, exploits and other issues...

      461
      posts
    4. Malware Reverse Engineering

      Debugging, disassembling and documenting interesting malware...

      1.7k
      posts
    5. Reverse Engineering Articles

      Share an interesting blog, news page or other RE related site...

      2.2k
      posts
    6. Employment and Careers

      Discussions on employment and career paths in the industry...

      190
      posts
  5. Community Projects

    1. Scylla Imports Reconstruction

      Development and support forum for the Scylla project...

      502
      posts
    2. x64dbg

      An open-source x64/x32 debugger for windows...

      1.3k
      posts
    3. Future Community Projects

      Looking for support and interested partners for a future project?

      147
      posts
    4. Community Projects Archive

      Old and inactive projects moved to long term support...

      812
      posts
  • Member Statistics

    21,022
    Total Members
    7,713
    Most Online
    horrorstr
    Newest Member
    horrorstr
    Joined
  • Posts

    • Sean Park - Lovejoy
      How to unpack this target? Regards. sean.
    • adoxa
      Read the last sentence of my previous message again...
    • LCF-AT
      Hi guys, I was downloading some text file from internet and when I print it into static control etc then I got that not correctly wrong mixed symbols or letters etc I would like to prevent but how is the questions. By the way, I tried using that IsTextUnicode function but I can only use the RtlIsTextUnicode function and this does crash always inside... invoke RtlIsTextUnicode,addr STRINGBUFFER ,sizeof STRINGBUFFER, IS_TEXT_UNICODE_ASCII16 ....so I don't know about all those specific Text Symbol styles things whatever they called etc but it really sux and I just want to have & use some simple format / fix functions I can run over my textbuffer to make them OK. @adoxa Yes it seems I have to remove those HTML entities from text buffer to format them correctly but how? Is there no ready function already I could use? Otherwise I have to make it myself. How much HTML Entities are there I have to check for? Or what are the most common used? I made this quick function... Remove_HTML_Entities proc uses edi esi ebx _buffer:DWORD invoke szRep,_buffer,_buffer,chr$("&lt;"), chr$("<") invoke szRep,_buffer,_buffer,chr$("&gt;"), chr$(">") invoke szRep,_buffer,_buffer,chr$("&amp;"), chr$('&') invoke szRep,_buffer,_buffer,chr$("&quot;"), chr$('"') invoke szRep,_buffer,_buffer,chr$("&apos;"), chr$("'") invoke szRep,_buffer,_buffer,chr$("&cent;"), chr$("¢") invoke szRep,_buffer,_buffer,chr$("&pound;"),chr$("£") invoke szRep,_buffer,_buffer,chr$("&yen;"), chr$("¥") invoke szRep,_buffer,_buffer,chr$("&euro;"), chr$("€") invoke szRep,_buffer,_buffer,chr$("&copy;"), chr$("©") invoke szRep,_buffer,_buffer,chr$("&reg;"), chr$("®") Ret Remove_HTML_Entities endp ...to remove some of those Entities. Seems to work OK so far but NOW I found another problem. When the entitie &amp; was found and  replaced with & and I do send that string buffer into my static control then the "&" is not displaying!=? Why? When I do messagebox that string buffer then the "&" gets displayed. So why is the & not showing when using it in a string? Also this fails... invoke SendMessage,STATIC_HANDLE,WM_SETTEXT,0,chr$("You & Me") = "You Me" and not "You & Me" Why? Is there any style I have to enable to make it work to display also the "&"? greetz
    • unlisted
      Hello everyone ! Having been in infosec for a few years now, particularly on the Red Team side, I'm keen to discover new things. I have some basic knowledge of reverse engineering, but nothing too crazy. As I'm about to start a new contract on the Blue Team side, I'd like to practice a bit before starting. So I'd like to know your opinion on an easy malware family to reverse for a beginner. Thank you.
    • Sean Park - Lovejoy
      @jackyjask maybe, we do not need it any more. @fjqisba how does this IDA plugin help to analyze the vmprotect virtual machine?     I do not know how to use this. I will be really appreciated if you could explain about it. Many thanks in advance. Regards. sean.
  • Popular Contributors

    1. 1
      jackyjask
      jackyjask
      18
    2. 2
      Sean Park - Lovejoy
      Sean Park - Lovejoy
      12
    3. 3
      kao
      kao
      11
    4. 4
      fjqisba
      fjqisba
      8
    5. 5
      Teddy Rogers
      Teddy Rogers
      7
  • Files

  • File Comments

×
×
  • Create New...