Jump to content
Tuts 4 You

Forums

  1. Community Links

    1. Terms, Privacy Policy & Frequently Asked Questions   (225,722 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...

      382
      posts
    3. Software Security

      Securing your software against reverse engineering...

      866
      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...

      505
      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,229
    Total Members
    7,713
    Most Online
    Abastrax
    Newest Member
    Abastrax
    Joined
  • Posts

    • LCF-AT
      Hey Ted, yes, in my own case I export / import just by using the CP_UTF8 flag. Good idea to check the charset of HTML page. Maybe asking again about text I have to deal with which is not from me (unknown) and having no meta data / response header information's about it. How to deal with that? I know you did show already a example of using IsTextUnicode function (RtlIsTextUnicode in my case) but is it possible to just auto convert the text I have to anything like UNICODE / ASCII / ANSI without to do any check of the text itself? greetz
    • whoknows
      native dumped   [edit] - doh, the same dropped to %temp% by default. HVMRun64.rar
    • Hadits follower
      i have tried two way to skip trial pass but i have failed both , one when i get msg trial expiration at preparemethod , i have setted a static method so i get back the last method code line but when i back i see assembly all types get crashed like assembly get dispose after the trial msg appear ,  and another way i have tried i have removed .hvm section completely but it will corrupt file not work , actually i am not good at asm language , so i cant systemfiledatatime check .  i have fixed yck project for latest clr library 4.8.9195.0 built by: NET481REL1LAST_B  => 64bit works excellent , i can get CORINFO_METHOD_INFO , no need dbghelper.dll  ,  at trial edition just need startup methodhandle hooks no need full modulhandle hook . 
    • Teddy Rogers
      That was in the context if the encoding used characters within Windows-1252 code-page above the Latin-1 ASCII character set - the actual ANSI characters. If you are sure the encoding of the source format it UTF8 then you should be fine specifying it as the code-page. If the source is a HTML page you can try checking in your code if it has declared the character encoding in the header using, "meta charset", like one of these values... <meta charset="UTF-8"> <meta charset="Windows-1252"> <meta charset="ISO-8859-1"> You could also check for a byte order mark (BOM) set in the HTML page... https://www.w3schools.com/html/html_charset.asp Ted.
    • LCF-AT
      Hey Ted, everything I need to know to prevent possibly random error's / crash during using those function to read / save text / chars etc. One more question about that small app you made to show all ASCII Characters 0-127 / 128-255 (ANSI). So all of those chars I can use without any issue as ASCII or UNICODE. Before you said I have to use CP_ACP instead of CP_UTF8 but in this case my app does display wrong chars. Have a look on the image below I made... ....above you can see the content file I created with my app (UNICODE) to export all text / chars to UTF8 (just ignore the /*=\ combo which are just markers to read start / end of content parts). In the middle you can see the read content when using also CP_UTF8 flag then everything gets converted fine and all looks same as in NOTEPAD itself. Below you can see what happens when I use CP_ACP flag and in this case it does not display all chars correctly as before. Yes of course its mixed but this is just so when using text + symbol things in titles or text like "ABC 𝐔𝐋𝐓𝐑𝐀 💋 is ". In this case I can not just use ACP right. Mail goal is just to read / save / display all text / chars / symbol things whatever it called correctly as they really look like without to display any strange symbols things like in my listview image below using CP_ACP. That's all. My question now is whether I'm right so far just using the CP_UTF8 flag to save / read those random mixed text etc? So far I see it seem to work. So what do you say now? AM'I safe now with that method without to run into an error xy or not? greetz
  • Popular Contributors

    1. 1
      CodeExplorer
      CodeExplorer
      24
    2. 2
      Gladiator
      Gladiator
      19
    3. 3
      Teddy Rogers
      Teddy Rogers
      17
    4. 4
      Sean Park - Lovejoy
      Sean Park - Lovejoy
      11
    5. 5
      jackyjask
      jackyjask
      10
  • Files

  • File Comments

×
×
  • Create New...