For integrals of the form $\int e^{ax}P(x)dx$, you can use the tabular integration method (a shortcut for repeated integration by parts) or use the formula $\int e^x P(x)dx = e^x(P(x)-P'(x)+P''(x)-...)+C$. In this case, $P(x)=x^3-2x^2+3x-4$, $P'(x)=3x^2-4x+3$, $P''(x)=6x-4$, $P'''(x)=6$. The integral is $e^x((x^3-2x^2+3x-4)-(3x^2-4x+3)+(6x-4)-6)+C = e^x(x^3-5x^2+13x-17)+C$.