Coder Social home page Coder Social logo

tartetatintools's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on incident response & digital forensics (DFIR), cyber security consulting/blue teaming services, system/internal penetration testing/red teaming.
  • ๐ŸŒฑ Iโ€™m currently learning Mathematics for Computer Science and Security Engineering.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on study/researching state-of-the-art tools, techniques, tactics in binary analysis and reverse engineering.
  • ๐Ÿค” Iโ€™m looking for help with business development in Vietnam.
  • ๐Ÿ’ฌ Ask me about any Cyber Security questions if you need Cyber Security Consulting (securing accounts/systems, system security assessments, cyber-security maturity assessment, suspicious/malicious file examination,...) or have a malware/hacking outbreak and need an incident compromise assessment (how and when a hacker got into your system, what post-exploitation activities they did in your system,...), malware remediation help, securing your systems and digital assets.
  • ๐Ÿ“ซ How to reach me: +84962797946 (WhatsApp, Viber, Signal), LinkedIn (https://www.linkedin.com/in/trietptm/), Twitter DM (https://twitter.com/MinhTrietPT) or reaching me via our company Facebook page for our reverse engineering online courses: https://www.facebook.com/novasec.vn .

GitHub Stats

chybeta's github stats

tartetatintools's People

Watchers

 avatar

tartetatintools's Issues

tracesurfer.py doesn't support relative trace file path

What steps will reproduce the problem?
$ python ./tracesurfer.py ../uname.trace.out

What is the expected output? What do you see instead?
No graph rendering.

What version of the product are you using? On what operating system?
TraceSurfer.SSTIC2010.zip
Linux fred-desktop 2.6.31-22-generic #63-Ubuntu SMP Thu Aug 19 00:23:50 UTC 
2010 x86_64 GNU/Linux

Please provide any additional information below.
Problem came from traceutils.py:517 :
name = self.trace.split('.')[0]

This could be solved by replacing the line by:
name = os.path.basename(self.trace).split('.')[0]

Original issue reported on code.google.com by [email protected] on 21 Sep 2010 at 11:31

tracesurfer.py doesn't support 64-bit trace files

What steps will reproduce the problem?
1. create 'ls.trace.out' trace file on a 64-bit system
2. $ python ./tracesurfer.py ls.trace.out

What is the expected output? What do you see instead?
Errors:
Warning, unknown MemOp type encountered: 127
Warning, unknown MemOp type encountered: 0
...

What version of the product are you using? On what operating system?
TraceSurfer.SSTIC2010.zip
Linux fred-desktop 2.6.31-22-generic #63-Ubuntu SMP Thu Aug 19 00:23:50 UTC 
2010 x86_64 GNU/Linux

Please provide any additional information below.
The provided patch allows tracesurfer.py to properly analyze 64-bit trace files.

Original issue reported on code.google.com by [email protected] on 21 Sep 2010 at 12:26

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.